mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket #1946 (Cursor beyond EOL has unusual default)
now 'Cursor beyond EOL' switched off by default. Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
parent
9de980e2a4
commit
a04c1cf665
@ -75,7 +75,7 @@ int option_save_mode = EDIT_QUICK_SAVE;
|
||||
int option_save_position = 1;
|
||||
int option_max_undo = 32768;
|
||||
int option_persistent_selections = 1;
|
||||
int option_cursor_beyond_eol = 1;
|
||||
int option_cursor_beyond_eol = 0;
|
||||
int option_line_state = 0;
|
||||
int option_line_state_width = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user