Subj : CVS commit src/syncterm/menu.c term.c To : All From : deuce Date : Sun Jan 30 2005 05:44 pm src/syncterm menu.c 1.13 1.14 term.c 1.38 1.39 Update of /cvsroot/sbbs/src/syncterm In directory cvs.synchro.net:/tmp/cvs-serv9152 Modified Files: menu.c term.c Log Message: Use ALT-M for the menu and ALT-H to hangup instead of CTRL-S and CTRL-Q respectively in non curses/ANSI modes. This allows broken programs which use CTRL-Q (Xon) and CTRL-S (Xoff) to "work" as well as they do for other broken terminals in those broken programs. NOTE: By passing these through regardless of binary mode, I'm currently breaking the RLogin spec... TODO! .