mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
kill obsolete FIXME
This commit is contained in:
parent
71a127463a
commit
bd5596cc15
@ -434,8 +434,6 @@ interrogate_terminfo(notcurses* nc, const notcurses_options* opts){
|
|||||||
return 0;
|
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){
|
notcurses* notcurses_init(const notcurses_options* opts){
|
||||||
struct termios modtermios;
|
struct termios modtermios;
|
||||||
notcurses* ret = malloc(sizeof(*ret));
|
notcurses* ret = malloc(sizeof(*ret));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user