ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Task: Handle SIGWINCH signal #56

Closed ppebb closed 6 months ago

ppebb commented 6 months ago

NCurses watches for SIGWINCH being sent upon terminal resizing, but we need to handle it and properly clear the terminal so resizing does not leave ghost characters anywhere.

Addresses story #6

ppebb commented 6 months ago

Addressed by pr #57