This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/675: TUI uses readline internal screenwidth/screenheight variables


>Number:         675
>Category:       gdb
>Synopsis:       TUI uses readline internal screenwidth/screenheight variables
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 26 14:48:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stephane Carrez
>Release:        5.2
>Organization:
>Environment:
any
>Description:
The TUI code uses the following:

  extern int screenheight, screenwidth; /* in readline */

to get full window dimension.  These are internal
readline variables.  Gdb tui does not compile if
readline 4.3 is used.
>How-To-Repeat:
Compile with --enable-tui on readline_4_3-import-branch

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]