From bd5596cc1537d515856f21a408d1e1cf9bc2623b Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 28 Nov 2019 09:34:05 -0500 Subject: [PATCH] kill obsolete FIXME --- src/lib/notcurses.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/notcurses.c b/src/lib/notcurses.c index 40b4b6b61..9a16db336 100644 --- a/src/lib/notcurses.c +++ b/src/lib/notcurses.c @@ -434,8 +434,6 @@ interrogate_terminfo(notcurses* nc, const notcurses_options* opts){ return 0; } -// FIXME should probably register a SIGWINCH handler here -// FIXME install other sighandlers to clean things up notcurses* notcurses_init(const notcurses_options* opts){ struct termios modtermios; notcurses* ret = malloc(sizeof(*ret));