diff options
Diffstat (limited to 'src/screen.c')
| -rw-r--r-- | src/screen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.c b/src/screen.c index 4a5bbfc..cae2585 100644 --- a/src/screen.c +++ b/src/screen.c @@ -183,6 +183,10 @@ void scr_eol_active(void) { scr_putc(scr_active, '\n'); } +void scr_eol_current(void) { + scr_putc(scr_current, '\n'); +} + /* TODO: skip color codes (start with 0x03 or 0x04). if we're going to ever support utf-8, decode it here... also, 0x16 is supposed to be reverse video. not widely used/supported. |
