mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-17 16:51:17 -05:00
Use explicit buffer name as output for the script.
This commit is contained in:
4
maze.cmd
4
maze.cmd
@@ -9,6 +9,8 @@ set %D3 0
|
||||
set %D4 -1
|
||||
set %D5 0
|
||||
|
||||
select-buffer maze
|
||||
|
||||
# draw the maze layout
|
||||
$curwidth insert-string " "
|
||||
newline
|
||||
@@ -98,3 +100,5 @@ write-message $line
|
||||
set $curline 3
|
||||
set $curcol 1
|
||||
set $curchar 32
|
||||
|
||||
unmark-buffer
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Visualize Screen Dimensions
|
||||
select-buffer screensize
|
||||
insert-string &cat $curwidth &cat "x" $pagelen
|
||||
insert-string &rig "---------+" &sub 10 $curcol
|
||||
&sub &div $curwidth 10 1 insert-string "---------+"
|
||||
|
||||
Reference in New Issue
Block a user