From a04c1cf665e0c56d3736d7b5602b5a05078fd239 Mon Sep 17 00:00:00 2001 From: Ilia Maslakov Date: Wed, 20 Jan 2010 14:28:03 +0300 Subject: [PATCH] Ticket #1946 (Cursor beyond EOL has unusual default) now 'Cursor beyond EOL' switched off by default. Signed-off-by: Ilia Maslakov --- edit/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit/edit.c b/edit/edit.c index c5b61151d..b48e108d1 100644 --- a/edit/edit.c +++ b/edit/edit.c @@ -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;