search string, the string I last searched for is already in front of
my cursor! !What happened?!</a></font>
<br><font color="#330000"><a href="#4.6">4.6. I get the message "NumLock
-glitch detected. Keypad will malfunction without NumLock on." What
+glitch detected. Keypad will malfunction with NumLock off." What
gives?</a></font>
<br><font color="#330000"><a href="#4.7">4.7. How do I make nano my
default editor (in Pine, mutt, etc.)?</a></font></blockquote>
<h2>
<a NAME="4.6"></a>I get the message "NumLock glitch detected. Keypad
-will malfunction without NumLock on." What gives?</h2>
+will malfunction with NumLock off." What gives?</h2>
<blockquote>
Nano (actually almost all console editors do) has issues when cycling
{
static int didmsg = 0;
if (!didmsg) {
- statusbar(_("NumLock glitch detected. Keypad will malfunction without NumLock on"));
+ statusbar(_("NumLock glitch detected. Keypad will malfunction with NumLock off"));
didmsg = 1;
}
}