1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- [gemini] removed link prefix for link labels that starts with an emoji;

- [gemini] removed splitting of long link labels;
- fixed output stream of 'print-debug'.
This commit is contained in:
cage
2021-07-17 12:13:04 +02:00
parent 2015066c61
commit e5f93bd632
10 changed files with 97 additions and 50 deletions

View File

@@ -77,7 +77,7 @@ So the whole list is like: '((\"foo\" \"bar\") (\"old\" \"new\") ...)")
(setf replaced-string
(rewriting-link-replace-mapping mapping replaced-string)))
(setf (line-oriented-window:normal-text row)
(message-window::colorize-lines replaced-string))
(tui:apply-coloring original-string replaced-string))
(setf (elt rows index)
(message-window:text->rendered-lines-rows window row))))))))