From 1a83ea0136b27895d4ec46ed44cf2b8f4591cfd5 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 16 Dec 2018 12:30:48 +0100 Subject: [PATCH] Improve comment. --- src/Cursor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Cursor.h b/src/Cursor.h index f3acd9909f..38ddad3502 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -241,9 +241,10 @@ private: // FIXME: make them private public: - /// the current font settings + /// The current font settings. This holds the settings for output. Font current_font; - /// the current font + /// The current display font. This holds the settings of the text + /// in the workarea. Font real_current_font; }; -- 2.39.5