mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 15:26:23 -05:00
Increase µEMACS version number.
Add message line in maze script.
This commit is contained in:
parent
1ff2491d88
commit
dab92e74ff
1
maze.cmd
1
maze.cmd
@ -90,6 +90,7 @@ set %cnt &tim &sub &div %w 2 1 &sub &div %l 2 1
|
|||||||
beginning-of-file
|
beginning-of-file
|
||||||
kill-to-end-of-line
|
kill-to-end-of-line
|
||||||
insert-string &cat " Maze " &cat %w &cat "x" &cat &sub %l 2 &cat " #" %S
|
insert-string &cat " Maze " &cat %w &cat "x" &cat &sub %l 2 &cat " #" %S
|
||||||
|
write-message $line
|
||||||
&sub $curwidth $curcol insert-string " "
|
&sub $curwidth $curcol insert-string " "
|
||||||
|
|
||||||
# draw the entrance
|
# draw the entrance
|
||||||
|
@ -12,6 +12,6 @@
|
|||||||
# define PROGRAM_NAME_PFX "\xC2"
|
# define PROGRAM_NAME_PFX "\xC2"
|
||||||
# define PROGRAM_NAME_LONG "\xB5""EMACS" /* UTF-8 µEMACS */
|
# define PROGRAM_NAME_LONG "\xB5""EMACS" /* UTF-8 µEMACS */
|
||||||
|
|
||||||
# define VERSION "4.2.3"
|
# define VERSION "4.2.4"
|
||||||
|
|
||||||
#endif /* VERSION_H_ */
|
#endif /* VERSION_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user