diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-07 02:32:13 +0000 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-07 02:32:35 +0000 |
commit | 4a004fd4eb1f6d7616e38b1ccb0ec0bf8346d204 (patch) | |
tree | e635f87f918e5e202478132f4d1a232a609c7fab /sys | |
parent | 7c509b9edc1ab8fbf36f586182042331868ac11e (diff) |
kernel: ansi: Remove stray newline
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/cons/cons_ansi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cons/cons_ansi.c b/sys/dev/cons/cons_ansi.c index 69146b7..bd78d9a 100644 --- a/sys/dev/cons/cons_ansi.c +++ b/sys/dev/cons/cons_ansi.c @@ -64,7 +64,6 @@ ansi_feed(struct ansi_state *statep, char c) struct cons_screen *scr = &g_root_scr; struct console_feat *featp; - /* Standard colors */ static uint32_t colortab[] = { ANSI_BLACK, ANSI_RED, |