Skip to content

Commit

Permalink
Fix position of cursor to avoid extended display of line.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfivet committed Sep 16, 2021
1 parent 8726e5b commit 2e69f94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blindmaz.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ set %absD 0 # absolute direction: looking EAST
set %relD &mod &add %relD 1 4
!endwhile
# else turn around
set %absD &mod &add %absD 2 4 # face back!
set %absD &mod &add %absD 2 4 # face back!
:moveon
!endwhile

set $curline %y
set $curcol %x
set $curcol &add %x -1
unmark-buffer

0 comments on commit 2e69f94

Please sign in to comment.