Another fix to nano (by tragic0mic)
This commit is contained in:
parent
1f75240b42
commit
aeecc9c6db
1 changed files with 8 additions and 1 deletions
|
@ -442,6 +442,13 @@
|
||||||
shell.editor_status.innerHTML += ' [read-only] [modified]';
|
shell.editor_status.innerHTML += ' [read-only] [modified]';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (shell.firstKey==-1)
|
||||||
|
{
|
||||||
|
shell.hitCount++;
|
||||||
|
shell.firstKey=0;
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue