diff options
author | BurnZeZ <brz-9dev@feline.systems> | 2016-03-01 19:17:54 -0500 |
---|---|---|
committer | BurnZeZ <brz-9dev@feline.systems> | 2016-03-01 19:17:54 -0500 |
commit | dacebbb2e7c1098d7d6567317abc169f2ec327b8 (patch) | |
tree | 1f692fc235c6ef54f33ee0ed7eacd875ee76f032 /sys/man/1 | |
parent | db509b8466ff8a268e965f98ccf719a25f586d1a (diff) |
vt: add -r flag to start in raw mode
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/vt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/1/vt b/sys/man/1/vt index fefd7b8c2..48fb57172 100644 --- a/sys/man/1/vt +++ b/sys/man/1/vt @@ -4,7 +4,7 @@ vt \- emulate a VT-100 or VT-220 terminal .SH SYNOPSIS .B vt [ -.B -2abcx +.B -2abcrx ] [ .B -f @@ -52,6 +52,9 @@ sets the names a .I log file for the session. +.TP +.B r +start in raw mode. .SS Menus The right button has a menu with the following entries to provide the sort of character processing expected by non-Plan 9 systems: |