Re: [Cgdb-users] key bindings
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bo...@br...> - 2004-08-17 01:20:32
|
> Another problem also arises when I=20 > tried to use arrow keys to move up and down the output/debug > window. Since those keys also send out escape sequences,=20 > I often find the cursor jumping to the source window instead > of paging, and I cannot page. This is quite limiting for me > since I often have tons of output to look through. 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. 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, Bob Rossi |