Increase µEMACS version number.

Add message line in maze script.
This commit is contained in:
Renaud 2017-06-17 17:18:17 +08:00
parent 1ff2491d88
commit dab92e74ff
2 changed files with 2 additions and 1 deletions

View File

@ -90,6 +90,7 @@ set %cnt &tim &sub &div %w 2 1 &sub &div %l 2 1
beginning-of-file
kill-to-end-of-line
insert-string &cat " Maze " &cat %w &cat "x" &cat &sub %l 2 &cat " #" %S
write-message $line
&sub $curwidth $curcol insert-string " "
# draw the entrance

View File

@ -12,6 +12,6 @@
# define PROGRAM_NAME_PFX "\xC2"
# define PROGRAM_NAME_LONG "\xB5""EMACS" /* UTF-8 µEMACS */
# define VERSION "4.2.3"
# define VERSION "4.2.4"
#endif /* VERSION_H_ */