ppebb / isp2

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

Handle terminal resize #57

Closed ppebb closed 8 months ago

ppebb commented 8 months ago

Compares window sizes every tick, rather than checking for SIGWINCH through checking KEY_RESIZED being passed through getch because using getch in combination with wgetch causes UB.

Addresses story #6 and task #56