BuaBook / kdb-common

kdb+ Core Libraries and Utilities
Apache License 2.0
51 stars 16 forks source link

terminal: Allow terminal size to be manually set larger than current window size #90

Closed jrajasansir-b2c2 closed 1 year ago

jrajasansir-b2c2 commented 2 years ago

If you manually would like a larger console size, with terminal tracking it immediately reduces it again:

q)\c 50 500
2022.09.06 12:22:20.246 DEBUG base .util.system > Running system command: "stty size"
q)
2022.09.06 12:22:21.630 DEBUG base .util.system > Running system command: "stty size"
2022.09.06 12:22:21.632 TRACE base .terminal.setToCurrentSize > Console size change [ Old: 50 500i ] [ New: 45 300 ]