From 238887c77403a54008984a3cd87cf50e7571f4ff Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 22 Apr 2026 19:52:02 +0200 Subject: [PATCH] u2c: macos-terminal would clearscreen on exit --- bin/u2c.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/u2c.py b/bin/u2c.py index 25877a96..f0e3f8de 100755 --- a/bin/u2c.py +++ b/bin/u2c.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 from __future__ import print_function, unicode_literals -S_VERSION = "2.19" -S_BUILD_DT = "2026-01-18" +S_VERSION = "2.20" +S_BUILD_DT = "2026-04-22" """ u2c.py: upload to copyparty @@ -1184,7 +1184,7 @@ class Ctl(object): handshake(self.ar, file, False) def cleanup_vt100(self): - if VT100: + if VT100 and not self.ar.ns: ss.scroll_region(None) else: eprint("\033]9;4;0\033\\")