mirror of https://codeberg.org/cage/tinmop/
- [TUI] printed 'reply to' and 'boosted from' label in a separate paragraph.
This commit is contained in:
parent
f31c03d4f2
commit
7173a240e3
|
@ -270,11 +270,11 @@
|
|||
visibility)
|
||||
(when parent-author
|
||||
(format stream
|
||||
"~a~a~%"
|
||||
"~%~a~a~%"
|
||||
(right-padding in-reply-to-label padding-length)
|
||||
parent-author))
|
||||
(when boosted-id
|
||||
(format stream "~a~a~%"
|
||||
(format stream "~%~a~a~%"
|
||||
(right-padding boosted-label padding-length)
|
||||
boosted-username))
|
||||
(format stream "~%"))
|
||||
|
|
Loading…
Reference in New Issue