diff options
Diffstat (limited to 'pkg/system/help/lroff/words.com')
-rw-r--r-- | pkg/system/help/lroff/words.com | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/system/help/lroff/words.com b/pkg/system/help/lroff/words.com new file mode 100644 index 00000000..d0c220da --- /dev/null +++ b/pkg/system/help/lroff/words.com @@ -0,0 +1,9 @@ +# Common for Textout()/Breakline(). + +pointer wbuf # the word buffer, a string buffer +pointer wp # pointer to next available char in word buffer +pointer words # array of word pointers +int nwords # number of words in word buffer +int wcols # number of printable columns in word buffer + +common /wrdcom/ wbuf, wp, words, nwords, wcols |