25c Subj : CVS commit src/uifc/uifc32.c To : All From : rswindell Date : Thu Nov 18 2004 04:47 pm src/uifc uifc32.c 1.105 1.106 Update of /cvsroot/sbbs/src/uifc In directory cvs.synchro.net:/tmp/cvs-serv24420 Modified Files: uifc32.c Log Message: Compatibility with terminals/keyboards lacking some extended keys. The following are now equivalanet in ulist (menus) and string input: ^B = home ^E = end ^V = insert (string input only) ^Z = help (F1) and in menus only: + = insert - = delete backspace = escape (not new) ^U = pgup ^D = pgdn ^C = copy (F5) ^V = paste (F6) . 0