|
|
|
|
|
by RobertMiller
1558 days ago
|
|
> But then creating TUIs now require as much complexity as creating single window GUIs (requiring handling events outside the program) No way dude. All you need to do is catch SIGWINCH and then ioctl/TIOCGWINSZ to get the new size. Back when I was into roguelike development, responding to the terminal resizing took scarcely more than a half dozen lines of C. I wish I knew of a GUI system this simple. |
|