Hi,
I am running cscope in Terminal on Macos by using 'cscope -d'. But the arrow keys (UP/DOWN arrow) do not work, as i need to navigate from 1 query to another.
Can you please tell me how can I fix that?
Thank you.
Hi,
I am running cscope in Terminal on Macos by using 'cscope -d'. But the arrow keys (UP/DOWN arrow) do not work, as i need to navigate from 1 query to another.
Can you please tell me how can I fix that?
Thank you.
Terminal.app gets a little weird about keys; are you using the arrow keys on the numeric keypad? If so, those will always map to digits whether or not you've got the NumLock turned on.
If not, try shift-arrow.
I see the same issue. term is xterm, arrow work for bash, its just cscope? ^J and enter work for down, but no up. I can hit down several times and it loops to the top, but it would be nice to be able to map my arrow keys to something?