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
prompt_text read getmaxyx() once before its input loop and wrote to
height - 1 unguarded every iteration, so shrinking the terminal while
the R range prompt was open raised an uncaught curses.error and killed
the app. Re-measure each pass, swallow KEY_RESIZE (the next pass
repaints against the new size), and guard the writes like
Renderer.write does.
0 commit comments