From c002f71491bf73534872dd7589bcd376ca9cb5de Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 2 Jan 2015 10:49:00 +0000 Subject: [PATCH] curses: we don't actually have a curses yet but use termios not sgtty --- Library/include/curses.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/include/curses.h b/Library/include/curses.h index b150ca00..c5c95b2a 100644 --- a/Library/include/curses.h +++ b/Library/include/curses.h @@ -4,7 +4,7 @@ #define _BIG_MACHINE_ -#include +#include #include #include @@ -109,7 +109,7 @@ extern int COLS; /* terminal width */ extern bool NONL; /* \n causes CR too ? */ extern WINDOW *curscr; /* the current screen image */ extern WINDOW *stdscr; /* the default screen window */ -extern struct sgttyb _orig_tty, _tty; +extern struct termios _orig_tty, _tty; extern unsigned int ACS_ULCORNER; /* terminal dependent block grafic */ extern unsigned int ACS_LLCORNER; /* charcters. Forget IBM, we are */ -- 2.34.1