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)
|
visibility)
|
||||||
(when parent-author
|
(when parent-author
|
||||||
(format stream
|
(format stream
|
||||||
"~a~a~%"
|
"~%~a~a~%"
|
||||||
(right-padding in-reply-to-label padding-length)
|
(right-padding in-reply-to-label padding-length)
|
||||||
parent-author))
|
parent-author))
|
||||||
(when boosted-id
|
(when boosted-id
|
||||||
(format stream "~a~a~%"
|
(format stream "~%~a~a~%"
|
||||||
(right-padding boosted-label padding-length)
|
(right-padding boosted-label padding-length)
|
||||||
boosted-username))
|
boosted-username))
|
||||||
(format stream "~%"))
|
(format stream "~%"))
|
||||||
|
|
Loading…
Reference in New Issue