You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I developed a terminal emulator with async 2.5. I set the emulator type to VT100. When the terminal receives command HOME + CLEARSCREEN ( sequence ^[H^[J ) it clears also 1 page of the buffer. Is there any way to change this (for example: sccroll the buffer instead of clearing and clearing only the screen)? Thanks