From 3d1cd5d83b07686e67de5c311e28372c175ddc9f Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 12 May 2024 19:30:28 -0400 Subject: kernel: vcons: Don't touch termios Signed-off-by: Ian Moffett --- sys/include/dev/vcons/vcons.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/include/dev/vcons/vcons.h') 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 -- cgit v1.2.3