 |
How do I restore the VT terminal defaults from the client side? |
|
 |
If you are using a VT or an ANSI emulation you can map a key or soft-key with:
display \033\[!p
If you need also to clear the screen then use:
display \033\[!p;activate-menu-item ClearScreen
|
|
|
|
|