|
Tormog Newbie
Joined: 26 Mar 2003 Posts: 1 Location: USA
|
Posted: Wed Mar 26, 2003 3:14 am
Mud forced clear screen |
In certain mud they have a clear screen command I was wondering if there was any way to bypass this so it will not clear my screen in zmud
|
|
|
|
Charbal GURU
Joined: 15 Jun 2001 Posts: 654 Location: USA
|
Posted: Wed Mar 26, 2003 8:34 am |
You can try going to View, Preferences, General, click the + next to General, Emulation and uncheck VT102 emulation.
This may fix the problem... if it does, it may also disable some other MUD features.
If this is the case or it just plain doesn't disable the screen-clear, then a plugin could be written to remove this specific control code from the MUD output.
- Charbal |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Mar 26, 2003 12:17 pm |
You may also be able to use an ansi trigger to block the clear screen code.
#TR {%e[2J} {#SUB {}} "" {ansi}
That should be the clear code, it is often used with a positioning code of 1;1h. If that is the case in your mud then you will want to add that to the trigger. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Mar 26, 2003 7:48 pm |
Your MUD may have an option to toggle the clear screen. If so, that would be your simplest solution.
LightBulb
Advanced Member |
|
|
|
|
|