Description of the new feature
Given that there is no SIGWINCH on windows and using ReadConsoleInput is a pain when doing cross platform TUIs (because the codes are completely different than what you get from stdin)
It would be awesome for windows terminal to implement CSI ? 2048 h
cc Geoffrey White (@geofpwhite)
Proposed technical implementation details
https://gist.github.com/rockorager/e695fb2924d36b2bcf1fff4a3704bd83
Description of the new feature
Given that there is no SIGWINCH on windows and using ReadConsoleInput is a pain when doing cross platform TUIs (because the codes are completely different than what you get from stdin)
It would be awesome for windows terminal to implement CSI ? 2048 h
cc Geoffrey White (@geofpwhite)
Proposed technical implementation details
https://gist.github.com/rockorager/e695fb2924d36b2bcf1fff4a3704bd83