This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [PATCH] Fix the processing of Meta-key commands in TUI


On Thu, Aug 28, 2014 at 1:41 PM, Patrick Palka <patrick@parcs.ath.cx> wrote:
> So it looks like the (non-standard) ncurses variable ESCDELAY is what
> controls the timeout:  wgetch() sets the timeout to ESCDELAY
> milliseconds.  So do you suppose that we should set this variable

(Ugh, stupid gmail.)

do you suppose that we should set this variable, perhaps inside
tui_enable()?  To a small value or to zero?  Setting it to zero might
create issues with slow terminals and slow network connections.


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