mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- [gopher] removed bad characters when printing lines.
This commit is contained in:
parent
3ebc7bd1bf
commit
a949afb38e
@ -92,7 +92,8 @@
|
||||
(defun %gemline->text-simple (line prefix)
|
||||
(let* ((prefix-color (swconf:config-gopher-line-prefix-foreground))
|
||||
(prefix-attribute (swconf:config-gopher-line-prefix-attribute))
|
||||
(colorized (message-window::colorize-lines (gopher-parser:username line)))
|
||||
(username (remove-corrupting-utf8-chars (gopher-parser:username line)))
|
||||
(colorized (message-window::colorize-lines username))
|
||||
(colorized-prefix (tui:make-tui-string prefix
|
||||
:attributes prefix-attribute
|
||||
:fgcolor prefix-color)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user