Re: [Cgdb-users] key bindings
Brought to you by:
bobbybrasko,
crouchingturbo
From: James L. <le...@al...> - 2004-08-17 22:52:20
|
Hi Bob, > This seems like a bug. Normally, when I am in the source > window or if I am in the GDB window the page up,page > down,home,end, and arrow keys all work the way they are > supposed to. If you are in the GDB window and you hit an > arrow key, does it move in the correct direction, or does > it go up into the source window? If it goes up into the > source window, please let me know, this is a bug, and > hopefully it can be resolved. The problem I'm talking about happens in the gdb window (i.e., I'm trying to scroll the output). It happens most of the time, and at other times it works correctly (something 70-30 split?). What usually happen is that when I try to use arrow keys in the gdb window, instead of paging up and down, it jumps into the source window. I'm not sure (you guys would know better), but my suspicion is that the escape codes from the arrow keys somehow got interpreted as <esc> key, thus jumping into the source window. TERM is set to xterm. I'm using this with a SUN sparc machine (and SUN keyboard) rsh'ed into linux machines. > Finally, I have most of the infrastructure in place to get > the 'map' command working. After Mike finishes his window > manager, and I finish the new main event loop, 'mapping' > commands will work. Hopefully this will simplify your use > of CGDB. Thanks. I can't wait to use the new features. Thanks for the great work and quick replies. James. |