Session's last line lost after a split #238
Replies: 4 comments
-
It might be due to something weird your mud is doing as I can't reproduce this problem. Do the last lines show if you use |
Beta Was this translation helpful? Give feedback.
-
Hey ! Thank you so much for your answer :)
But I've narrowed my problem: it's related to the relationship between #split, scrolling region, and sessions. Here are a few samples codes and their results:
--> with the
-> WIth the
--> Tintin delegates the scroll to my terminal, and the last lines sent by the mud are correctly shown, as well as I hope all this makes sense somehow. |
Beta Was this translation helpful? Give feedback.
-
I see what you mean now, I guess one work around could be:
There's not much I can do about it, because the vertical split code has to redraw the entire screen to work and uses the scrollback buffer to do so. While a bit overkill to see the last few lines, the following would duplicate the scrollback buffer in the startup session:
|
Beta Was this translation helpful? Give feedback.
-
Hello ! Thanks for the idea Thanks again for everything ! |
Beta Was this translation helpful? Give feedback.
-
Hello !
When I do a
#split 0 2 2 26
, and close my mud session (with the appropriate mud command), the last lines sent by my mud after that command are not displayed.Is there anything I can do to get those lines back ?
Beta Was this translation helpful? Give feedback.
All reactions