views:

398

answers:

3

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.

A: 

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.

Don Werve
i am using the actual arrow keys. Using shift-arrow does not work either. I need to navigate up/down by using Ctrl-N, Ctrl-P now. I am hoping arrow keys work.
yinglcs
A: 

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?

ceri
A: 

I see the same proble in RHEL 4, I am using cscope: version 15.5

Deepak