Commit 5593e209 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2789 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
...@@ -2859,7 +2859,7 @@ void titlebar(const char *path) ...@@ -2859,7 +2859,7 @@ void titlebar(const char *path)
wrefresh(edit); 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) void set_modified(void)
{ {
if (!ISSET(MODIFIED)) { if (!ISSET(MODIFIED)) {
...@@ -2868,6 +2868,9 @@ void set_modified(void) ...@@ -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, ...) void statusbar(const char *msg, ...)
{ {
va_list ap; va_list ap;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment