Skip to content

Commit

Permalink
co2ba better end prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw777 committed Jan 10, 2024
1 parent 8e8523c commit 3b02714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions co2ba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ printf '%uIFS<>%uTHEN?"Bad Checksum":END\r' $((LINE++)) $SUM

# action after loading
case "$ACTION" in
CALL|EXEC) printf '%uCLS:%s%u\r' $((LINE++)) $ACTION $EXE ;;
SAVEM|BSAVE) printf '%uCLS:?"Saving "N$:%sN$,%u,%u,%u\r' $((LINE++)) $ACTION $TOP $END $EXE ;;
*) printf '%uCLS:?"Loaded:":?"top %u":?"end %u":?"exe %u"\r' $((LINE++)) $TOP $END $EXE ;;
CALL|EXEC) printf '%u%s%u\r' $((LINE++)) $ACTION $EXE ;;
SAVEM|BSAVE) printf '%u?:?"Done. Please type: NEW":%sN$,%u,%u,%u\r' $((LINE++)) $ACTION $TOP $END $EXE ;;
*) printf '%uCLS:?"Loaded:":?"top %u":?"end %u":?"exe %u":"?"Please type: NEW"\r' $((LINE++)) $TOP $END $EXE ;;
esac

# DATA lines
Expand Down

0 comments on commit 3b02714

Please sign in to comment.