1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-20 03:08:54 +01:00

- do not show marks for empty lines.

This commit is contained in:
cage 2021-06-27 14:02:47 +02:00
parent f6d87b15ec
commit 5fbb86419c

View File

@ -157,6 +157,8 @@
text-starting-column))
(truncatep (< truncate-at 0))
(actual-text-line (cond
((= text-length 0)
"")
((>= text-starting-column text-length)
content-available-on-the-left-mark)
(truncatep