rigel314 / ttysys

NCurses CPU and RAM usage graph (in percent)
GNU General Public License v3.0
59 stars 8 forks source link

Not Resizeable #3

Open rigel314 opened 10 years ago

rigel314 commented 10 years ago

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

rigel314 commented 10 years ago

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 commented 10 years ago

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.