]> git.cameronkatri.com Git - mandoc.git/commit
Prepare the terminal driver for filling multiple columns in parallel,
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 7 Jun 2017 20:01:19 +0000 (20:01 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 7 Jun 2017 20:01:19 +0000 (20:01 +0000)
commit587571c6dd712d9ee39e2984b08958c5243eca99
tree0376d551b88427cb1802d1e9b678df22f8294766
parent675d4eca89a5a01b962c8f830b654f446061284d
Prepare the terminal driver for filling multiple columns in parallel,
second step: make the per-column byte pointer persistent across
term_flushln() calls, such that a subsequent call can continue at
the point where the previous call left.  If more than one column
is in use, return from term_flushln() when the column is full,
rather than breaking the output line.

No functional change, because nothing sets up multiple columns yet.
term.c
term.h