TTkTerminal line buffer #492
Replies: 2 comments 4 replies
-
|
TTkTerminal is an experimental widget, I haven't spent much time on it because it seems noone was interested. All the fields that starts with underscore ('_') are internal methods and variables that should not be exposed or used outside the class, their behaviour and signature may change overtime. I think I have not those api yet but I can add it, later, In the meantime you can render the canvas to a TTkString if this could be helpful: it is not ideal and it would include the splitted lines due to the wrap. Once i will finish the stderror handler I will improve TTkTerminal |
Beta Was this translation helpful? Give feedback.
-
|
you can try it in: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using TTkTerminal. Is there a good way to save the line buffer? I tried to use ..._terminalView._screen_normal._bufferedLines but it have only the off screen lines. is there a buffer with every lines? and, how to change the buffer size? I 've seen a local varaible but no a parameter or a method to do it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions