add manifest data, etc.

This commit is contained in:
~d6 2023-02-13 22:36:51 -05:00
parent b7c014bb01
commit 1df3f97357
1 changed files with 29 additions and 5 deletions

View File

@ -677,9 +677,6 @@
( = 1 C - bold cursor )
debug-csi BRK
@exec-noop ( c^ -> BRK )
POP BRK
( set mode )
( TODO: insert/replace, line wrap, etc. )
@exec-set-mode ( c^ -> BRK )
@ -1131,13 +1128,40 @@
@snarf ".snarf 00
@meta 00
@meta 00 &body
&name "determ 0a
&details "ansi 20 "terminal 20 "emulator 0a
&author "by 20 "d_m 0a
&date "3 20 "jan 20 2023 00
01
03
( device mask ) 41 0d07
( 24x24 icon ) 83 =icon-2-bit
( manifest ) a0 =manifest
@menu-noop ( -> )
JMP2r
@manifest
02 "Determ 00
00 00 =menu-noop "About 00
00 00 =menu-noop "Exit 00
01 "Edit 00
00 00 =menu-noop "Paste 00
02 "Settings 00
00 00 =menu-noop "Visual 20 "Bell 00 ( or Silent Bell )
00 00 =menu-noop "Enable 20 "Debug 20 00 ( or Disable Debug )
00
@icon-2-bit
00 00 00 1f 3f 38 32 34 00 00 00 00 00 07 0f 0f
00 00 00 ff ff 00 00 00 00 00 00 00 00 ff ff ff
00 00 00 f8 fc 1c 4c 2c 00 00 00 00 00 e0 f0 f0
34 30 30 30 30 30 30 30 0f 0f 0f 0f 0f 0f 0f 0f
00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff
2c 0c 0c 0c 0c 0c 0c 0c f0 f0 f0 f0 f0 f0 f0 f0
34 34 32 38 3f 1e 07 00 0f 0f 0f 07 00 03 00 00
00 00 00 00 ff a0 ff 00 ff ff ff ff 00 ff 00 00
2c 2c 4c 1c fc 38 e0 00 f0 f0 f0 e0 00 c0 00 00
( paste buffer )
@paste-buf $0780 ( max 80 x 24 characters )