diff options
author | Ian Moffett <ian@osmora.org> | 2024-05-12 19:30:28 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-05-12 19:30:28 -0400 |
commit | 3d1cd5d83b07686e67de5c311e28372c175ddc9f (patch) | |
tree | 6d422cef76e0e77a31ca645ae6762228f71aef22 /sys/include/dev | |
parent | 9997280d8015124bd29375001c8f15d9cab0d023 (diff) |
kernel: vcons: Don't touch termios
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/dev')
-rw-r--r-- | sys/include/dev/vcons/vcons.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/dev/vcons/vcons.h b/sys/include/dev/vcons/vcons.h index 801075a..492940f 100644 --- a/sys/include/dev/vcons/vcons.h +++ b/sys/include/dev/vcons/vcons.h @@ -60,7 +60,6 @@ struct vcons_screen { struct fbdev fbdev; struct vcons_cursor cursor; - struct termios termios; }; #define is_cursor_drawing(screenptr) (screenptr)->cursor.is_drawing |