Merging upstream version 1.11.0:
- compatible with mistune 2.0 (Closes: #1003572). Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1a698876f4
commit
f86e4da807
21 changed files with 128 additions and 118 deletions
|
@ -160,7 +160,7 @@ class Rainbow:
|
|||
|
||||
|
||||
def prompt_message(client):
|
||||
# TODO custome prompt
|
||||
# TODO custom prompt
|
||||
text = "{hostname}> ".format(hostname=str(client))
|
||||
if config.rainbow:
|
||||
return list(zip(Rainbow(), text))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue