Skip to content

Commit

Permalink
Correction of 6204
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Nov 7, 2023
1 parent 054c606 commit cc396f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion far/console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6208
6209

0 comments on commit cc396f0

Please sign in to comment.