VT support?

Posted by Akai Alonkai on Sun 11 Apr 2010 04:38 AM — 5 posts, 17,884 views.

#0
Creeper386 said:

Hello again...

I was just wondering what is everyones opinions on VT.

I'm not sure but VT is either Virtural or Visual Text. I have seen one mud with it implemented which are Forgotten Kingdoms and I have been told Mortal Realms also has it but I haven't seen that for myself.

I was wondering things such as cons and pros... Difficulties of implenting over the benifit it could give, and so on.

If anything maybe open up possible discusions on it. The one mud I've seen it on works nice with most MUD clients, even works with newer Telnets.

Just wanted to see if anyone had opinions on this...

Creep


This was actually in a topic from 2002, but there wasn't a single reply. I've played on the same MUD Creep mentioned, and while the VT is nice.... MUSHClient doesn't support it.

I think it's fairly obvious what I'd like to see. Full VT support (Even Windows telnet has it >.<). In the program itself, or in a plugin, either way would work. The only problem I can see with it, is that every implementation of VT I've seen so far, forces the screen to a specific number of lines, so maybe if MUSHClient gets the support, it could manage more lines between the top and bottom of the 'interface' somehow?
Australia Forum Administrator #1
This has come up a few times in the past. :)

Yes, Windows telnet supports it, but it isn't a MUD client.

MUSHclient is a MUD client, but doesn't support VT sequences.

The reason is that basically everything MUSHclient does, does not make sense if characters can come down individually, screen addressed to column 5, line 7, and then column 22, line 15.

Under these conditions:

  • You can't trigger on end-of-lines, because lines never really end
  • You can't log lines for the same reason
  • You can't scroll back, because scrolling back is really line by line.


It's just a different beast, sorry.

All I can suggest is PuTTY which is a nice full-featured telnet client. It supports SSH, UTF-8, and has lots of other features.

It is free. You can get it from:

http://www.putty.org/
#2
Could a plugin put the VT interface in a mini-window, maybe?
Australia Forum Administrator #3
You could conceivably do that.
#4
So the question is... who would be inclined to code the plugin? my scripting knowledge is exceptionally limited.