Change order.
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 19:11:34 +0000 (19:11 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 19:11:34 +0000 (19:11 -0000)
 -Erik

init.c
init/init.c

diff --git a/init.c b/init.c
index 7236cf8512fa639f746373fb996d44a8dcb11db9..c960fe333ddbee7079436702062a51175e323b1f 100644 (file)
--- a/init.c
+++ b/init.c
@@ -239,10 +239,10 @@ void set_term(int fd)
        tty.c_cc[VERASE] = CTRLCHAR('?');       /* Ctrl-? */
        tty.c_cc[VKILL]  = CTRLCHAR('U');       /* Ctrl-U */
        tty.c_cc[VEOF]   = CTRLCHAR('D');       /* Ctrl-D */
-       tty.c_cc[VSTOP]  = CTRLCHAR('S');       /* Ctrl-S */
        tty.c_cc[VSTART] = CTRLCHAR('Q');       /* Ctrl-Q */
+       tty.c_cc[VSTOP]  = CTRLCHAR('S');       /* Ctrl-S */
        tty.c_cc[VSUSP]  = CTRLCHAR('Z');       /* Ctrl-Z */
-
+       
        /* use line dicipline 0 */
        tty.c_line = 0;
 
index 7236cf8512fa639f746373fb996d44a8dcb11db9..c960fe333ddbee7079436702062a51175e323b1f 100644 (file)
@@ -239,10 +239,10 @@ void set_term(int fd)
        tty.c_cc[VERASE] = CTRLCHAR('?');       /* Ctrl-? */
        tty.c_cc[VKILL]  = CTRLCHAR('U');       /* Ctrl-U */
        tty.c_cc[VEOF]   = CTRLCHAR('D');       /* Ctrl-D */
-       tty.c_cc[VSTOP]  = CTRLCHAR('S');       /* Ctrl-S */
        tty.c_cc[VSTART] = CTRLCHAR('Q');       /* Ctrl-Q */
+       tty.c_cc[VSTOP]  = CTRLCHAR('S');       /* Ctrl-S */
        tty.c_cc[VSUSP]  = CTRLCHAR('Z');       /* Ctrl-Z */
-
+       
        /* use line dicipline 0 */
        tty.c_line = 0;