nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 00ac41f632f42785581de8095de906f42dc79f40
parent fe22da6b2a1a4ee6b65d3d6ff931a39d54a18957
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 28 Nov 2020 16:12:20 +0100

weeding: remove another unneeded workaround for VTE

The issue is only reproducible when lying about the width
of the terminal.

It was a workaround for https://savannah.gnu.org/bugs/?49106.

Diffstat:
Msrc/winio.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/winio.c b/src/winio.c @@ -2248,8 +2248,6 @@ void bottombars(int menu) index++; } - /* Defeat a VTE bug by homing the cursor and forcing a screen update. */ - wmove(bottomwin, 0, 0); wrefresh(bottomwin); }