Re: Extended function keys

2014-07-21 Thread Balazs Kezes
On 2014-07-15 22:00 -0400, Bryan Mills wrote: > With tmux, the escape keys aren't recognized. Presumably something in > the screen-256color termcap is off. $ infocmp screen-256color | grep kf kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\EO

Re: Extended function keys

2014-07-15 Thread Bryan Mills
Doesn't work, with xterm-keys on or off. Without tmux in the middle, xterm with emacs works all the way up through F24 (as high as the USB HID tables go). With tmux, the escape keys aren't recognized. Presumably something in the screen-256color termcap is off. On Tue, Jul 15, 2014 at 12:36 AM

Re: Extended function keys

2014-07-14 Thread Nicholas Marriott
Looks fine to me, although tmux only supports up to F20. If you turn on the xterm-keys option you should get the xterm escape sequences instead of the normal tmux ones. On Tue, Jul 15, 2014 at 12:04:18AM -0400, Bryan Mills wrote: > I've been experimenting with alternate keyboards lately, and I'v