map refresh removes returned lines from external script #233
Replies: 3 comments 3 replies
-
Hi, you'll need to use either #run or #script. The messages generated by #system are external, so it's not something tintin is aware of. |
Beta Was this translation helpful? Give feedback.
-
If you use |
Beta Was this translation helpful? Give feedback.
-
Tintin performs a full screen reprint of the scrollback buffer when in vertical split mode. So if your python script is sending messages to the terminal outside of tintin, they will indeed disappear. One easy work around is:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I have a python script that I run using #system and it works when the visual map is not enabled. When the map is enabled, the returned lines disappear as soon as the map is refreshed (almost instantly). How can I make the lines continue to be rendered in the main tintin window?
Beta Was this translation helpful? Give feedback.
All reactions