mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-28 23:53:19 +03:00
add comment
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2715 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
4f673d802c
commit
c661853315
@ -2893,6 +2893,11 @@ void statusbar(const char *msg, ...)
|
||||
}
|
||||
|
||||
disable_cursorpos = TRUE;
|
||||
|
||||
/* If we're doing quick statusbar blanking, and constant cursor
|
||||
* position display is off, blank the statusbar after only one
|
||||
* keystroke. Otherwise, blank it after twenty-five keystrokes,
|
||||
* as Pico does. */
|
||||
statusblank =
|
||||
#ifndef NANO_SMALL
|
||||
ISSET(QUICK_BLANK) && !ISSET(CONST_UPDATE) ? 1 :
|
||||
|
Loading…
Reference in New Issue
Block a user