ttysys icon indicating copy to clipboard operation
ttysys copied to clipboard

Not Resizeable

Open rigel314 opened this issue 11 years ago • 2 comments

Window resizes aren't handled it as gracefully as they could be.

rigel314 avatar Dec 27 '13 22:12 rigel314

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.

rigel314 avatar Dec 28 '13 01:12 rigel314

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.

rigel314 avatar Jan 04 '14 15:01 rigel314