fix bug, add launcher script

This commit is contained in:
Nico 2021-03-31 16:09:29 +01:00
parent 326085ece2
commit 2bc2288a0e
2 changed files with 4 additions and 1 deletions

2
javapool Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
gforth ~nihilazo/javapool/main.fs

View File

@ -231,7 +231,8 @@ S" you feel like throwing some stuff into the pool." set-message
then
draw-screen-name
loop inc-y
then draw-tab-keys ;
draw-tab-keys
then ;
\ draw-message draws the stored message on the screen.
: draw-message ( x y -- x y )