Skip to content

Commit

Permalink
#0003304
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Oct 12, 2016
1 parent b7fc1c6 commit 6cfe2d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
drkns 12.10.2016 23:24:37 +0200 - build 4821

1. 0003304: Вывод на консоль из плагина удваивается за пределами окна

zg 11.10.2016 18:16:57 +0200 - build 4820

1. уточнение 4818: при нажатии enter на панели multiarc задавался вопрос на распаковку.
Expand Down
2 changes: 2 additions & 0 deletions far/scrbuf.cpp
Expand Up @@ -626,6 +626,8 @@ void ScreenBuf::Scroll(size_t Count)
size_t size = RawBuf.size();
RawBuf.erase(RawBuf.begin(), RawBuf.begin() + Count * Buf.width());
RawBuf.resize(size, Fill);

SBFlags.Clear(SBFLAGS_FLUSHED);
}

#ifdef DIRECT_SCREEN_OUT
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4820)m4_dnl
m4_define(BUILD,4821)m4_dnl

0 comments on commit 6cfe2d8

Please sign in to comment.