CobbCoding1 / Cano

Text Editor Written In C Using ncurses
Apache License 2.0
73 stars 14 forks source link

fix a terminal resize bug #43

Closed tim-tm closed 7 months ago

tim-tm commented 7 months ago

Cano would not properly relocate the statusbar if the terminal was resized, this little piece of code resolves that issue.

CobbCoding1 commented 7 months ago

That's great, I noticed that over time the status bar would disappear, but I had not looked into why. This solves it. A big oversight on my part, though.