Skip to content

Commit

Permalink
Set default screen for WLM
Browse files Browse the repository at this point in the history
  • Loading branch information
philburk committed Oct 19, 2024
1 parent 7681010 commit 25fcdcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions hmsl/users/larry/wlm/wlm_screen.fth
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,7 @@ ANEW TASK-WLM_SCREEN
;

: TERM.WLM-SCREEN
se-screen default-screen !
freeall: wlm-screen
free: wlm-screen
;
Expand Down
2 changes: 2 additions & 0 deletions hmsl/users/larry/wlm/wlm_user_init.fth
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ anew task-wlm_user_init
THEN
;

." Enter DO.WLM to start the piece. Then click PLAY" cr

\ this is for the turnkeyed version: don't use in the compiled version
wlm-turnkey @
.if
Expand Down

0 comments on commit 25fcdcd

Please sign in to comment.