id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12	Missing XTerm key sequences	ArtemGr	coconnor	"From my yi.hs:

{{{
       -- To learn the character sequence your terminal uses, run ""cat"" and hit the keys. You should see the escape sequence.
       -- For example, hitting Ctrl+Home under Konsole (a variant of XTerm) might look like:
       -- $ cat
       -- ^[[1;5H
       spec KEsc ?>> char '[' ?>> char 'F' ?>>! moveToEol, -- see /usr/local/etc/joe/joerc, eol, ""^[ [ F"".
       spec KEsc ?>> char '[' ?>> char 'H' ?>>! moveToSol, -- home, ""^[ [ H"".
       spec KEsc ?>> char '[' ?>> char '1' ?>> char ';' ?>> char '5' ?>> char 'H' ?>>! topB, -- Ctrl + Home
       spec KEsc ?>> char '[' ?>> char '1' ?>> char ';' ?>> char '5' ?>> char 'F' ?>>! botB, -- Ctrl + End
}}}
(cf. http://thread.gmane.org/gmane.editors.yi.devel/2789 )"	defect	new	major		Uncategorized				artemciy@…
