~rabbits/potato

cffed25f8d05c5ba709e76774557b00473e2d7c8 — neauoire 3 months ago 971142d
Renamed info to meta
4 files changed, 10 insertions(+), 10 deletions(-)

A etc/nasu.rom
M src/apps.tal
M src/desktop.tal
M src/potato.tal
A etc/nasu.rom => etc/nasu.rom +0 -0
M src/apps.tal => src/apps.tal +5 -5
@@ 330,16 330,16 @@ JMP2r
JMP2r

(
@|info )
@|meta )

@info-manifest
@meta-manifest

	01 "Info $1
	01 "Meta $1
		42 00 =close-win "Close $1
	$1

@app-info
	=info-manifest
@app-meta
	=meta-manifest
	=void-init
	=&on-draw
	=void-mouse

M src/desktop.tal => src/desktop.tal +3 -3
@@ 13,7 13,7 @@
		01 "d =file-clone "Clone $1
		01 08 =file-delete "Delete $1
	05 "Open $1
		01 "d =open-as-data "As 20 "Data $1
		01 "d =open-as-meta "As 20 "Meta $1
		01 "t =open-as-text "As 20 "Text $1
		01 "p =open-as-pict "As 20 "Pict $1
		01 "p =open-as-font "As 20 "Font $1


@@ 365,9 365,9 @@ JMP2r
(
@|open-as )

@open-as-data ( -- )
@open-as-meta ( -- )

	;open-hexa ,open-as JSR
	;open-meta ,open-as JSR

JMP2r


M src/potato.tal => src/potato.tal +2 -2
@@ 309,9 309,9 @@ JMP2r

JMP2r

@open-hexa ( file* -- )
@open-meta ( file* -- )

	#0005 ADD2 ;app-info #240a #0010 #0008 ;add-win JSR2
	#0005 ADD2 ;app-meta #240a #0010 #0008 ;add-win JSR2

JMP2r