Skip to content

Commit

Permalink
WIP #115: Alternate screen buffer support
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Sep 21, 2021
1 parent 966464c commit 5ec6c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netxs/console/terminal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ namespace netxs::app
coord.y = end;
canvas.scroll(top, end + 1, dy, brush.spare);
}
else if (old_coord.y >= size.y)
else if (coord.y >= size.y)
{
auto my = size.y - 1;
auto dy = my - coord.y;
Expand Down

0 comments on commit 5ec6c62

Please sign in to comment.