Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/d3a73f8b4c85a4cbec22ed5b2b309f73f3dac261
>---------------------------------------------------------------
commit d3a73f8b4c85a4cbec22ed5b2b309f73f3dac261
Author: Vadim Yegorov <
z...@bmg.lv>
Date: Sun Jan 18 20:25:10 2026 +0200
1. correction of 6608.2.
>---------------------------------------------------------------
d3a73f8b4c85a4cbec22ed5b2b309f73f3dac261
far/changelog | 5 +++++
far/editor.cpp | 2 +-
far/vbuild.m4 | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/far/changelog b/far/changelog
index 2382aad4e..51af602f5 100644
--- a/far/changelog
+++ b/far/changelog
@@ -1,3 +1,8 @@
+--------------------------------------------------------------------------------
+zg 2026-01-18 20:23:30+02:00 - build 6635
+
+1. correction of 6608.2.
+
--------------------------------------------------------------------------------
drkns 2026-01-17 23:27:18+00:00 - build 6634
diff --git a/far/editor.cpp b/far/editor.cpp
index f3498b0b4..ac0198616 100644
--- a/far/editor.cpp
+++ b/far/editor.cpp
@@ -354,7 +354,7 @@ void Editor::ShowEditor()
{
// Empty space after the last line
SetScreen({ m_Where.left + LineNumWidth, Y, XX2, m_Where.bottom }, L' ', Color);
- SetScreen({ m_Where.left, Y, LineNumWidth - 1, m_Where.bottom }, L' ', LineNumColor);
+ SetScreen({ m_Where.left, Y, m_Where.left + LineNumWidth - 1, m_Where.bottom }, L' ', LineNumColor);
}
if (IsVerticalSelection() && VBlockSizeX > 0 && VBlockSizeY > 0)
diff --git a/far/vbuild.m4 b/far/vbuild.m4
index 15506cfe4..d5db18849 100644
--- a/far/vbuild.m4
+++ b/far/vbuild.m4
@@ -1 +1 @@
-6634
+6635