mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Merge branch '1998_vertical_selection_fix'
* 1998_vertical_selection_fix: Ticket #1998 (EditColumnMark can't go up through newline)
This commit is contained in:
commit
2ac8d14473
@ -2118,6 +2118,7 @@ static void edit_left_char_move_cmd (WEdit * edit)
|
|||||||
{
|
{
|
||||||
int cw = 1;
|
int cw = 1;
|
||||||
if (column_highlighting
|
if (column_highlighting
|
||||||
|
&& option_cursor_beyond_eol
|
||||||
&& edit->mark1 != edit->mark2
|
&& edit->mark1 != edit->mark2
|
||||||
&& edit->over_col == 0
|
&& edit->over_col == 0
|
||||||
&& edit->curs1 == edit_bol(edit, edit->curs1))
|
&& edit->curs1 == edit_bol(edit, edit->curs1))
|
||||||
|
Loading…
Reference in New Issue
Block a user