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
At starting sqlline width and height are initialized with terminal's sizes however they are not changed if window resized.
The idea is to have !resize command which could force reinitialize height and width.
And autoResize boolean property. If the property value is true then before any command execution sqlline line will recheck and reinitialize height and width if terminal size changed
The text was updated successfully, but these errors were encountered:
At starting sqlline width and height are initialized with terminal's sizes however they are not changed if window resized.
The idea is to have
!resize
command which could force reinitialize height and width.And
autoResize
boolean property. If the property value is true then before any command execution sqlline line will recheck and reinitialize height and width if terminal size changedThe text was updated successfully, but these errors were encountered: