commit a942be9f6f3b03c7368f48e797416756a9f3a1db
parent 34db8682b37a57c3840a7af729efb58e2ce37edd
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 4 May 2025 12:02:05 +0200
feedback: change the level of a certain message, to show it is special
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/global.c b/src/global.c
@@ -398,7 +398,7 @@ int keycode_from_string(const char *keystring)
/* Report the version of ncurses that nano is linked against. */
void show_curses_version(void)
{
- statusline(INFO, "ncurses-%i.%i, patch %li", NCURSES_VERSION_MAJOR,
+ statusline(NOTICE, "ncurses-%i.%i, patch %li", NCURSES_VERSION_MAJOR,
NCURSES_VERSION_MINOR, NCURSES_VERSION_PATCH);
}
#endif