From 1df3f973573db1e06dce519fa3b33d02de8d6884 Mon Sep 17 00:00:00 2001 From: d6 Date: Mon, 13 Feb 2023 22:36:51 -0500 Subject: [PATCH] add manifest data, etc. --- term.tal | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/term.tal b/term.tal index de42159..4f1abd4 100644 --- a/term.tal +++ b/term.tal @@ -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 )