Skip to content

Commit

Permalink
ctrl-a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 7, 2016
1 parent 6648e4a commit ecdbd31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
drkns 07.02.2016 18:30:10 +0200 - build 4543
drkns 08.02.2016 01:30:51 +0200 - build 4544

1. После 4320 иногда неадекватно работало выделение после Ctrl-A.

drkns 07.02.2016 18:30:10 +0200 - build 4543

1. Переход к колонке по Alt-F8 во вьювере не работал, если первый параметр был указан в процентах (пример из справки).

Expand Down
2 changes: 2 additions & 0 deletions far/editor.cpp
Expand Up @@ -4965,6 +4965,8 @@ void Editor::SelectAll()
}
Lines.back().Select(0, Lines.back().GetLength());

TurnOffMarkingBlock();

Show();
}

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4543)m4_dnl
m4_define(BUILD,4544)m4_dnl

0 comments on commit ecdbd31

Please sign in to comment.