Skip to content

Commit

Permalink
b4264 -- Уточнение 4263
Browse files Browse the repository at this point in the history
  • Loading branch information
w17 committed Feb 4, 2015
1 parent aa24660 commit 81cb073
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
w17 03.02.2015 20:32:45 +0300 - build 4263
w17 04.02.2015 14:10:08 +0300 - build 4264

1. Уточнение 4263

w17 03.02.2015 20:32:45 +0300 - build 4263

1. Viewer autoupdate при наличии ACTL_SYNCHRO или far.Timer() (M#2532)

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4263)m4_dnl
m4_define(BUILD,4264)m4_dnl
3 changes: 3 additions & 0 deletions far/viewer.cpp
Expand Up @@ -1438,6 +1438,9 @@ int Viewer::ProcessKey(const Manager::Key& Key)
{
int LocalKey = Key.FarKey;

if ((LocalKey & ~KEY_SHIFT) == 0)
LocalKey = KEY_NONE;

if (LocalKey != KEY_NONE)
m_IdleCheck->reset();
else {
Expand Down

0 comments on commit 81cb073

Please sign in to comment.