taro-ls: fix resize by keyboard

This commit is contained in:
Iris Lightshard 2023-04-23 17:48:54 -06:00
parent e85b36fcdf
commit c8c65e3fb1
Signed by: nilix
GPG key ID: 3B7FBC22144E6398

View file

@ -419,7 +419,7 @@ BRK
.Screen/height DEI2 #0008 ADD2 .Screen/height DEO2
&no_down
DUP #40 NEQ ,&no_left JCN
.Screen/width DEI2 #0100 EQU2 ,&no_down JCN
.Screen/width DEI2 #0100 EQU2 ,&no_left JCN
.Screen/width DEI2 #0008 SUB2 .Screen/width DEO2
&no_left
DUP #80 NEQ ,&no_right JCN
@ -434,6 +434,8 @@ BRK
#01 .refresh/etc STZ
#01 .refresh/fg STZ
.Screen/height DEI2 TOP_SECTION BOTTOM_SECTION ADD2 MID_SEPARATOR ADD2 SUB2 #03 SFT2 NIP .list/height STZ
JMP2r
@change_select_len_by_key ( up? -- )
@ -1313,7 +1315,7 @@ JMP2r
]
@metadata [ 00 "taro 0a
"v0.2.3 0a
"v0.2.4 0a
"GUI 20 "for 20 "mblaze 0a
"Derek 20 "Stevens 20 "<nilix@nilfm.cc> 0a 00
]