mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '1946_cursor_beyond_EOL_fix'
* 1946_cursor_beyond_EOL_fix: Ticket #1946 (Cursor beyond EOL has unusual default)
This commit is contained in:
commit
734eff6025
@ -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