-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COLUMNS and LINES env #17
Comments
Hi Paul. What exactly are you trying to accomplish? If Turbo only draws itself on a small region of the terminal, how will the empty area be useful to you? What is sidenode? Cheers. |
oops thanks, "sidenode" was a typo i meant "sidenote". I'm about to make a TurboP(ython) kind of program, the empty space left on terminal is all useable for VT100/420 and sixel graphics of running program it's just a matter of setting the margins before running/switching tasks. and no terminal multiplexer are not an option for my design because i want turbo to trace step by step the code line of running task and also let access from running program to the TV lib direcly. But really it's not about to accomplish something special but more about following established standards that application and ncurses already follow (see man resize at environment section). |
Ah, thanks for the clarification. It took me some time to understand what was going on, because This is Commit 8cc5097 brings the change to this application. Cheers. |
works very well thanks ! |
Please add support to follow those so Turbo does not expand to full terminal space when it is not wanted
( sidenote: can help to solve #12 in a very simple way as demonstrated with another editor here https://pix.mathieui.net/o/kZTPc.png, even more powerfull when using VT420 with configurables margins for drawing children with their own scrolling zones )
The text was updated successfully, but these errors were encountered: