K 10 svn:author V 6 jilles K 8 svn:date V 27 2017-05-16T21:54:51.163254Z K 7 svn:log V 301 sh: Simplify output buffering. Similarly to how STPUTC was changed, change struct output to store the pointer just past the end of the available space instead of the size of the available space, so after writing a character it is only necessary to increment a pointer and not to decrement a counter. END