From 5fbb86419c645b6422e8cb9d36439c6bd4ec8e29 Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 27 Jun 2021 14:02:47 +0200 Subject: [PATCH] - do not show marks for empty lines. --- src/message-window.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/message-window.lisp b/src/message-window.lisp index f9fceda..e550839 100644 --- a/src/message-window.lisp +++ b/src/message-window.lisp @@ -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