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