diff --git a/src/winio.c b/src/winio.c index 40d2b7b817c8eb57ea24a0472000f03d75e6c940..bd92cbd1992f78387380bcbfbd7cfef29dab02ab 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;