ttysys
ttysys copied to clipboard
Not Resizeable
Window resizes aren't handled it as gracefully as they could be.
The ncurses library I'm using automatically resets COLS and LINES when the window is resized. It also sends a KEY_RESIZE to stdin. I would welcome a patch or pull request to make this more portable.
Broken by a6a6bc1.
With my new window splitting system, re-sizing the terminal is much more difficult to handle correctly. It is not implemented yet.