Skip to content

Commit

Permalink
executor & cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 5, 2016
1 parent aef7d3b commit 097a2d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
drkns 03.02.2016 19:25:05 +0200 - build 4539
drkns 05.02.2016 09:41:13 +0200 - build 4540

1. С форума: Пропадает курсор в запущенных внешних консольных приложениях.

drkns 03.02.2016 19:25:05 +0200 - build 4539

1. Передвинем хак для M#2922 в более подходящее место и упростим его.

Expand Down
1 change: 1 addition & 0 deletions far/cmdline.cpp
Expand Up @@ -891,6 +891,7 @@ class execution_context: noncopyable
m_Consolised = true;

Global->ScrBuf->MoveCursor(0, WhereY());
SetInitialCursorType();

// BUGBUG, implement better & safer way to do this
const auto LockCount = Global->ScrBuf->GetLockCount();
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4539)m4_dnl
m4_define(BUILD,4540)m4_dnl

0 comments on commit 097a2d8

Please sign in to comment.