commit | 5c0bb0e44390756223a9fa5a548cf4e0d2c6427b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jan 10 17:52:04 2022 -0800 |
committer | Rob Landley <rob@landley.net> | Mon Jan 10 20:01:31 2022 -0600 |
tree | 39f2e66a1f9496f278ba43c94167ce6ad8747fd0 | |
parent | 66471ddcec217a08d2017a375cd82d33f2e073f8 [diff] |
vi: fix build. xputsn() only takes one argument; the other place this function outputs the same escape sequence just uses printf() (rather than xprintf()) so that seems fine here too. One flush per screen refresh is plenty (and there are still *lots* left).