diff options
author | David Swasey <david.swasey@gmail.com> | 2010-05-19 18:27:05 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2010-05-19 18:27:05 -0700 |
commit | 670f730113743ef6ba4e093c56b812b6e4801314 (patch) | |
tree | e47585a4c8e4b8e779272cf25488926a79e0c49c /man/man1 | |
parent | 9fb7a4f7f7b78476d496cac2b83f9006acd7f483 (diff) | |
download | plan9port-670f730113743ef6ba4e093c56b812b6e4801314.tar.gz plan9port-670f730113743ef6ba4e093c56b812b6e4801314.tar.bz2 plan9port-670f730113743ef6ba4e093c56b812b6e4801314.zip |
9term: add -c to force cooked mode
R=rsc
CC=codebot
http://codereview.appspot.com/1044043
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/9term.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/man1/9term.1 b/man/man1/9term.1 index a2f21384..a9f687c2 100644 --- a/man/man1/9term.1 +++ b/man/man1/9term.1 @@ -4,7 +4,7 @@ .SH SYNOPSIS .B 9term [ -.B -as +.B -asc ] [ .B -f @@ -30,10 +30,15 @@ Otherwise button 2 brings up a menu, described below. .PP The .B -s -option initializes windows so that text scrolls; +option initializes the window so that text scrolls; the default is not to scroll. .PP The +.B -c +option starts the window in forced cooked mode, +described below. +.PP +The .I font argument to .B -f |