From cc396f0bc21ea875b51c5d8c6115865d3188b3ba Mon Sep 17 00:00:00 2001 From: Alex Alabuzhev Date: Tue, 7 Nov 2023 01:49:03 +0000 Subject: [PATCH] Correction of 6204 --- far/changelog | 5 +++++ far/console.cpp | 2 +- far/vbuild.m4 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/far/changelog b/far/changelog index 8ec2ddfbcb..85fd50ea4d 100644 --- a/far/changelog +++ b/far/changelog @@ -1,3 +1,8 @@ +-------------------------------------------------------------------------------- +drkns 2023-11-07 01:48:43+00:00 - build 6219 + +1. Correction of 6204. + -------------------------------------------------------------------------------- drkns 2023-11-06 18:35:45+00:00 - build 6208 diff --git a/far/console.cpp b/far/console.cpp index 69c63f942c..3ccc0f6bff 100644 --- a/far/console.cpp +++ b/far/console.cpp @@ -1529,7 +1529,7 @@ WARNING_POP() make_vt_sequence(Buffer[i].subspan(SubRect.left, SubRect.width()), Str, LastColor); - if (SubRect.right == csbi.srWindow.Right && i != csbi.srWindow.Bottom - ::GetDelta(csbi)) + if (SubRect.right == ScrX && i != ScrY) { // Explicitly ending rows with \n should (hopefully) give a hint to the host // that we're writing something structured and not just a stream, diff --git a/far/vbuild.m4 b/far/vbuild.m4 index 7251971d33..dffad32e56 100644 --- a/far/vbuild.m4 +++ b/far/vbuild.m4 @@ -1 +1 @@ -6208 +6209