Show More
@@ -290,7 +290,7 b' class colorui(uimod.ui):' | |||||
290 | s = _styles.get(l, '') |
|
290 | s = _styles.get(l, '') | |
291 | if s: |
|
291 | if s: | |
292 | effects.append(s) |
|
292 | effects.append(s) | |
293 | effects = ''.join(effects) |
|
293 | effects = ' '.join(effects) | |
294 | if effects: |
|
294 | if effects: | |
295 | return '\n'.join([render_effects(s, effects) |
|
295 | return '\n'.join([render_effects(s, effects) | |
296 | for s in msg.split('\n')]) |
|
296 | for s in msg.split('\n')]) |
General Comments 0
You need to be logged in to leave comments.
Login now