mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
make vi a command place the cursor correctly
This commit is contained in:
parent
6f1c569e67
commit
daa5f39fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ Options:
|
|||
showAt(topLine);
|
||||
break;
|
||||
case 'a':
|
||||
cursor_col = lines[cursor_line].length;
|
||||
cursor_col = lines[cursor_line][0].length;
|
||||
curses.noecho();
|
||||
mode = 2;
|
||||
message = 'INSERT';
|
||||
|
|
|
|||
Loading…
Reference in a new issue