Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2022-11-06 01:27:33 +0300
committerelfmz <fenix1905@tut.by>2022-11-06 01:27:33 +0300
commit66510d32bfb94bb26371b068643d8e3ecb320da2 (patch)
treec8fd06178be4b48b068b400b2f0637f354e7df5c
parent253a6b140797e035eb9301a1632fed2408a837e2 (diff)
viewer: fix scrolling artifacts
-rw-r--r--far2l/src/ViewerPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/far2l/src/ViewerPrinter.cpp b/far2l/src/ViewerPrinter.cpp
index cacf746e..f37055f9 100644
--- a/far2l/src/ViewerPrinter.cpp
+++ b/far2l/src/ViewerPrinter.cpp
@@ -83,7 +83,6 @@ void PlainViewerPrinter::Print(int skip_len, int print_len, const wchar_t *str)
if (piece) {
Text(str, piece);
print_len-= (int)cells;
- str+= piece;
}
}
if (!str[piece]) {