small update

This commit is contained in:
~d6 2023-02-03 23:58:45 -05:00
parent e1eeecf823
commit 3d81b6eeca
1 changed files with 3 additions and 6 deletions

View File

@ -104,9 +104,6 @@
@tcem $1 ( 01: cursor is visible, 00: cursor is invisible )
@paste $1 ( 01: bracketed paste is on, 00: is off )
( TODO: detect when pasting text from varvara if possible )
( to send CSI 200 ~ on start of paste, and CSI 201 ~ at end of paste )
|0100
( metadata )
;meta .System/metadata DEO2
@ -127,6 +124,9 @@
#0000 .cur-x STZ2
#0000 .cur-y STZ2
( start cursor at origin - including border )
#0008 ( border ) DUP2 .Screen/x DEO2 .Screen/y DEO2
( confirm no buttons pressed yet )
#00 .lastkey STZ
@ -140,9 +140,6 @@
#07bf .System/b DEO2
load-theme
( start cursor at origin - including border )
#0008 ( border ) DUP2 .Screen/x DEO2 .Screen/y DEO2
( set starting tint: reverse=0, bg=0, fg=2 )
#02 .attr STZ
update-tint