diff options
| -rw-r--r-- | jefs.fs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -443,6 +443,9 @@ make old-termios old-termios# allot \ }}} : raw backup-termios termios dup raw-iflag dup raw-oflag dup raw-lflag dup raw-cflag TCSETSF stdin ioctl ; + +: altscr CSI ." ?1049h" ; +: normscr CSI ." ?1049l" ; \ }}} \ TIME {{{ |
