diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-01 02:46:11 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-01 02:46:11 -0500 |
| commit | ec3bbc3ff1274fd4d0c291fdce5aca8ef1e8c32c (patch) | |
| tree | 8f5511a56597d4dce372b1f1a2637810ff3ecd0b /uitest/test.c | |
| parent | 6521e971cdb772c53256d84a54c8d7b2d1ffa632 (diff) | |
| download | fujinet-chat-ec3bbc3ff1274fd4d0c291fdce5aca8ef1e8c32c.tar.gz | |
show both status lines, derp.
Diffstat (limited to 'uitest/test.c')
| -rw-r--r-- | uitest/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/test.c b/uitest/test.c index a3ae1a9..5e13559 100644 --- a/uitest/test.c +++ b/uitest/test.c @@ -7,6 +7,7 @@ void got_line(void) { scr_print(SCR_CURR, edit_box); + scr_putc(SCR_CURR, '\n'); } int main() { |
