-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem to Solve
If the user resizes the terminal window, there is nothing to detect how the contents should reflow, and more specifically, nothing to handle the changes in length and capacity for the contents in the stored screen buffer. It would also impact how we are recalculating internal cursor position, etc.
Tasks
- detect and handle SIGWINCH on Unix
- detect window resize events on Windows
- A. modify dispatch to specifically listen for this event
- meaning that
Dispatchermustinitalready listening toinput_handlerthread (ie. no need to call.listen()
- meaning that
- B. as an
InputEventthese changes can be handled by the User- might be more preferable as applications may want to handle the signal differently
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request