remove dangling spaces
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
.importzp cursor_r, cursor_c
|
||||
.import _cursor
|
||||
.constructor initscrsize
|
||||
|
||||
|
||||
.include "geossym.inc"
|
||||
|
||||
.segment "ONCE"
|
||||
@@ -38,7 +38,7 @@ L1: lda #40 ; 40 columns (more or less)
|
||||
|
||||
.code
|
||||
|
||||
screensize:
|
||||
screensize:
|
||||
ldx xsize
|
||||
ldy ysize
|
||||
rts
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
; ESC_GRAPHICS, ESC_RULER, GOTOX, GOTOY, GOTOXY, NEWCARDSET, all 1..8
|
||||
;
|
||||
; note that there are conflicts between control characters and keyboard:
|
||||
; HOME = KEY_ENTER, KEY_HOME = REV_ON,
|
||||
; HOME = KEY_ENTER, KEY_HOME = REV_ON,
|
||||
; UPLINE = ?, KEY_UPARROW = GOTOY, ...
|
||||
|
||||
.export _cputcxy, _cputc
|
||||
|
||||
@@ -18,7 +18,7 @@ _cvlinexy:
|
||||
jsr gotoxy ; Call this one, will pop params
|
||||
pla ; Restore the length
|
||||
|
||||
_cvline:
|
||||
_cvline:
|
||||
cmp #0 ; Is the length zero?
|
||||
beq L9 ; Jump if done
|
||||
tax
|
||||
|
||||
Reference in New Issue
Block a user