K 10 svn:author V 2 ed K 8 svn:date V 27 2009-11-11T08:20:19.707069Z K 7 svn:log V 384 Allow Syscons terminal emulators to provide function key strings. xterm and cons25 have some incompatibilities when it comes to escape sequences for special keys, such as F1 to F12, home, end, etc. Add a new te_fkeystr() that can be used to override the strings. scterm-sck won't do anything with this, but scterm-teken will use teken_get_sequences() to obtain the proper sequence. END