Fix my braindamage -- remove termios and sighandling since they are not
needed at all. My bad. -Erik
This commit is contained in:
parent
1e4b957ac3
commit
a528dc7071
@ -176,7 +176,7 @@ static unsigned short terminal_width;
|
||||
static unsigned short column_width;
|
||||
static unsigned short tabstops;
|
||||
#else
|
||||
# define column_width COLUMN_WIDTH
|
||||
static unsigned short column_width = COLUMN_WIDTH;
|
||||
#endif
|
||||
|
||||
static int status = EXIT_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user