mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-03 10:07:36 +01:00
- prevented non rendering of 'new-message' character in tags window.
This commit is contained in:
parent
b2e71f7461
commit
3daf205dd8
@ -67,8 +67,7 @@
|
|||||||
(new-messages-mark new-messages-mark)) object
|
(new-messages-mark new-messages-mark)) object
|
||||||
(win-clear object)
|
(win-clear object)
|
||||||
(with-croatoan-window (croatoan-window object)
|
(with-croatoan-window (croatoan-window object)
|
||||||
(let ((histogram-width (- (win-width-no-border object)
|
(let ((histogram-width (* 2/3 (win-width-no-border object))))
|
||||||
(length new-messages-mark))))
|
|
||||||
(loop
|
(loop
|
||||||
for y from (+ 2 top-row-padding) by single-row-height
|
for y from (+ 2 top-row-padding) by single-row-height
|
||||||
for row-fields in (mapcar #'fields rows) do
|
for row-fields in (mapcar #'fields rows) do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user