Re: more xterm.ad sequences



On Sun, Sep 07, 2003 at 22:17:42 +0200, GoTaR wrote:

I see no answer or comment on this, so here is the most important part
once more:

> Well, maybe you would like to include this to [src/]key.c:
> 
>     { KEY_M_CTRL | KEY_UP,    ESC_STR "[1;5A", MCKEY_NOACTION },
>     { KEY_M_CTRL | KEY_DOWN,  ESC_STR "[1;5B", MCKEY_NOACTION },
>     { KEY_M_CTRL | KEY_RIGHT, ESC_STR "[1;5C", MCKEY_NOACTION },
>     { KEY_M_CTRL | KEY_LEFT,  ESC_STR "[1;5D", MCKEY_NOACTION },
> 
> ctrl-left/right moves by words, ctrl-up/down scrolls screen w/o moving
> cursor. And this one too:
> 
>     { KEY_M_SHIFT | KEY_IC,    ESC_STR "[2;2~", MCKEY_NOACTION },
> 
> if someone wants to override paste from X clipboard to paste from mc
> clipboard (ctrl-ins and shift-del: to clipboard, shift-ins: from
> clipboard).

These are vital for the combos to work, at least when compiled w/o X.

-- 
Tom Pala <gotar pld-linux org>           http://vfmg.sourceforge.net/
                              http://www.pld-linux.org/Members/gotar/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]