1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
cage 67f3846d40 - removed useless space for trees, in threads window. 2021-05-30 13:43:18 +02:00
cage 857c220004 - improved appearance of keybindigs tree. 2021-05-30 13:30:15 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -266,7 +266,7 @@ thread-window.tree.root.foreground = yellow
# arrow that point to a message # arrow that point to a message
thread-window.tree.arrow.value = "🞂 " thread-window.tree.arrow.value = "🞂"
# segment that connect a message with no replies to the tree # segment that connect a message with no replies to the tree
@ -370,7 +370,7 @@ keybindings-window.tree.data.foreground = white
keybindings-window.tree.data-leaf.foreground = cyan keybindings-window.tree.data-leaf.foreground = cyan
keybindings-window.tree.arrow.value = "🞂 " keybindings-window.tree.arrow.value = "🞂"
keybindings-window.tree.leaf.value = "╰" keybindings-window.tree.leaf.value = "╰"

View File

@ -605,7 +605,7 @@
(cat-line " ") (cat-line " ")
(append-build-element (cons :d line-char))) (append-build-element (cons :d line-char)))
(loop repeat indent-step do (loop repeat indent-step do
(cat-line " "))) (cat-line " ")))
(cond (cond
((rootp node) ((rootp node)
(append-build-element (cons :data-root data))) (append-build-element (cons :data-root data)))