Re: [Cgdb-users] key bindings
Brought to you by:
bobbybrasko,
crouchingturbo
From: James L. <le...@al...> - 2004-08-18 21:04:15
|
> Please try this, > :set escdelay=10000 > int the source window. Then, go into the GDB window and try the arrow > keys. If it works correct now then I can explain the problem, if it > doesn't work, then it is a different, probably worse problem. Please let > me know. Yes! It looks like setting this does make it work. I guess that means that the program needs to wait a bit longer to interpret the escape codes. Thanks, learnt something new about cgdb today. James. |