mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Fixed trunkated docstring in evtable. Resolves #686.
This commit is contained in:
parent
9d6b4bd545
commit
17400ede6b
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,9 @@ ANSI-coloured string types.
|
|||
When a cell is auto-wrapped across multiple lines, ANSI-reset
|
||||
sequences will be put at the end of each wrapped line. This means that
|
||||
the colour of a wrapped cell will not "bleed", but it also means that
|
||||
eventual colour outside
|
||||
eventual colour outside the table will not transfer "across" a table,
|
||||
you need to re-set the color to have it appear on both sides of the
|
||||
table string.
|
||||
|
||||
"""
|
||||
#from textwrap import wrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue