From 7dfb7a2d89bf9fcc31c90a5c8f008abd034fc6e7 Mon Sep 17 00:00:00 2001 From: Kai Wienand Date: Thu, 8 Mar 2018 22:29:35 +0100 Subject: [PATCH] SYSTEM;TS3TTY bumped to 401, fixes #641. AAA mode in :TCTYP now supports VT100 reasonably well to run :emacs and :cube. --- src/system/ts3tty.402 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/system/ts3tty.402 b/src/system/ts3tty.402 index c3a6d3b9..8bcafbdc 100755 --- a/src/system/ts3tty.402 +++ b/src/system/ts3tty.402 @@ -6733,12 +6733,12 @@ TYMAAA: PUSHJ P,TYMPOS ;get X-Y motion and set dests. IDPB E,C ;send esc MOVEI E,"[ ;[ IDPB E,C - JUMPE B,TYMAVT ;going vertically only - JUMPE A,TYMAHZ ;horizontally only - JUMPE D,TYMAP3 ;if going to top line, optimize out 1st coord + ;JUMPE B,TYMAVT ;going vertically only + ;JUMPE A,TYMAHZ ;horizontally only + ;JUMPE D,TYMAP3 ;if going to top line, optimize out 1st coord MOVE E,D PUSHJ P,SNDNUM ;send vertical coord - JUMPE TT,TYMAP5 ;if moving to leftmost col no second coord + ;JUMPE TT,TYMAP5 ;if moving to leftmost col no second coord TYMAP3: MOVEI A,73 ;or semicolon IDPB A,C MOVE E,TT