how does FAR determines resize? #829
determin1st
started this conversation in
General
Replies: 2 comments 3 replies
-
Sample: https://learn.microsoft.com/en-us/windows/console/reading-input-buffer-events |
Beta Was this translation helpful? Give feedback.
3 replies
-
If you need a size of visible (display) part of the window, you can call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for example im running FAR in ConEmu which window allows to resize its height and width, detecting of the width change is quite simple - it is reported by
ReadConsoleInput
windows api function givingWINDOW_BUFFER_SIZE_EVENT
. but the height change is not reported that way.so i was thinking how me, the terminal user should fetch that change. is the FAR uses some ticker-poller or is it there some magic ESC sequence to subscribe to resize?
Beta Was this translation helpful? Give feedback.
All reactions