mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
Implemented ansi-colour backgrounds in webclient. Added a new @color command for displaying colour spaces. Also changed a number of other features outlined in Issue 309.
This commit is contained in:
parent
e534d5f9a0
commit
ec46465656
7 changed files with 177 additions and 61 deletions
|
|
@ -243,7 +243,7 @@ class WebClientSession(session.Session):
|
|||
if raw:
|
||||
self.client.lineSend(self.suid, string)
|
||||
else:
|
||||
self.client.lineSend(self.suid, parse_html(ansi.parse_ansi(string, strip_ansi=nomarkup)))
|
||||
self.client.lineSend(self.suid, parse_html(string, strip_ansi=nomarkup))
|
||||
return
|
||||
except Exception, e:
|
||||
logger.log_trace()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue