You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently a crash can also happen on Unix when zooming (resizing) the terminal.
Error below:
self.editor().move_win( (y_start, 0) )
File "[path]/viewer.py", line 252, in move_win
self.window.mvwin( yx[0], yx[1] )
_curses.error: mvwin() returned ERR
Update:
Normal zooming doesn't seem to be a problem, but agressively fast zoom-in seems to make the shit hit the fan. I guess that some rendering code is run before Suplemon knows the new size of the terminal. Should optimize rendering anyway!
Gives error on line 225 in self.window.addstr(...
Occurs on Mac.
The text was updated successfully, but these errors were encountered: