1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-26 19:55:26 +00:00

Use explicit buffer name as output for the script.

This commit is contained in:
Renaud 2021-08-07 10:29:23 +08:00
parent 3551d2b8d1
commit c55a72ad26
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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 "---------+"