Re: dset & userconfig

[ Available lists | Index of freebsd-current | Month of Sep 1995 | Week of 11 Sep 1995 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Bruce Evans <bde@zeta.org.au>
Date
11 Sep 1995 20:14:30
Subject
Re: dset & userconfig
Message-ID
199509120312.NAA04285@godzilla.zeta.org.au


[ Hide this part ]
>While you're at it, why don't you make it accept commands from the keypad
>in either
>mode... ESC [ A or ESC O A

Because there are too many modes, e.g., for pcvt:

numeric keypad up: ESC O x
cursor keypad up: ESC O A
numeric keypad Del: ESC O n
cursor keypad Del: ESC [ 3 ~
^?: / (broken)

For 1001 serial terminals: see termcap.src.

Bruce


Elapsed time: 0.070 seconds