Open Schwefelholz opened 1 month ago
I found that using DECSTR doesn't seem to be such a good idea as well, because it apparently has got issues with the WebUI Terminal.
I found a working ESC sequence to clear the screen that is actually working on all three different terminals I have at my disposal: The WebUI Terminal on the IMSAIesp, the S-132 by TheHighNibble and a VT-100 Terminal by LegacyPixels:
^[[2J ^[[f
Seems you're using the RIS signal (ESC c) to reset the terminal (clear screen). You should consider to replace this sequence by the DECSTR signal instead.
If you refer to https://vt100.net/docs/vt510-rm/RIS
The RIS control sequence is a full terminal reset.
The page says: