diff options
author | rsc <devnull@localhost> | 2007-05-15 14:37:58 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2007-05-15 14:37:58 +0000 |
commit | d91ab9ea7b4c0587b4ac5bcbddf091a269bd9213 (patch) | |
tree | 35bb74dc26113e3c7b5724636cedbf40852c2c67 | |
parent | 9752950804975918aa299b8cd525961c1c2bae45 (diff) | |
download | plan9port-d91ab9ea7b4c0587b4ac5bcbddf091a269bd9213.tar.gz plan9port-d91ab9ea7b4c0587b4ac5bcbddf091a269bd9213.tar.bz2 plan9port-d91ab9ea7b4c0587b4ac5bcbddf091a269bd9213.zip |
document tab width field
-rw-r--r-- | man/man4/acme.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man4/acme.4 b/man/man4/acme.4 index 1312904a..40cde759 100644 --- a/man/man4/acme.4 +++ b/man/man4/acme.4 @@ -159,8 +159,9 @@ is always appended; the file offset is ignored. .B ctl may be read to recover the five numbers as held in the .B index -file, described above, plus two more fields: the width of the -window in pixels and the name of the font used in the window. +file, described above, plus three more fields: the width of the +window in pixels, the name of the font used in the window, +and the width of a tab character in pixels. Text messages may be written to .B ctl to affect the window. |