Terminal window resizing during an app does not become reflected into termios until the bash prompt is printed again. All window resizing must be completed, and then the key pressed at the command prompt to recieve a new window size. It may be possible to intercept the SIGWINCH from within bash to do the work needed.
Terminal window resizing during an app does not become reflected into termios until the bash prompt is printed again. All window resizing must be completed, and then the key pressed at the command prompt to recieve a new window size. It may be possible to intercept the SIGWINCH from within bash to do the work needed.