The \h escape sequence provides another method for moving backwards,
authorschwarze <schwarze@openbsd.org>
Wed, 7 Jun 2017 02:13:52 +0000 (02:13 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 7 Jun 2017 02:13:52 +0000 (02:13 +0000)
commit108ab9ecb4a1f16cd0ab83c3145884dfd746ade2
treeb4db6083430989c775f29bf108c812ad22fd0bb6
parent783608c4598a9ab637e55dc8029ee9f643335d84
The \h escape sequence provides another method for moving backwards,
and after that, previously written output gets overwritten, but
overwriting with blanks does *not* erase previously written content.
Yes, manual pages exist that are crazy enough to rely on that...
usr.bin/mandoc/term.c
usr.bin/mandoc/term.h