From 5593e20964353d507c617613f02d4e5243bcb3e3 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 28 Jun 2005 19:49:15 +0000
Subject: [PATCH] more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2789 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/winio.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/winio.c b/src/winio.c
index 40d2b7b8..bd92cbd1 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -2859,7 +2859,7 @@ void titlebar(const char *path)
     wrefresh(edit);
 }
 
-/* If modified is not already set, set it and update titlebar. */
+/* If MODIFIED is not already set, set it and update the titlebar. */
 void set_modified(void)
 {
     if (!ISSET(MODIFIED)) {
@@ -2868,6 +2868,9 @@ void set_modified(void)
     }
 }
 
+/* Display a message on the statusbar, and set disable_cursorpos to
+ * TRUE, so that the message won't be immediately overwritten if
+ * constant cursor position display is on. */
 void statusbar(const char *msg, ...)
 {
     va_list ap;
-- 
GitLab