(notepad) Catch space left in note reliably
This commit is contained in:
parent
8e68ba904a
commit
baa9db4122
|
@ -163,10 +163,9 @@ BRK
|
|||
|
||||
@insert ( char -- )
|
||||
|
||||
( space ok )
|
||||
#fff0 get-eof SUB2 ORA ?&valid
|
||||
.selection/from LDZ2 scap get-page #1000 ADD2 LTH2 ?&has-space
|
||||
POP JMP2r
|
||||
&valid
|
||||
&has-space
|
||||
|
||||
( convert linebreaks )
|
||||
DUP #0d EQU #03 MUL SUB
|
||||
|
|
Loading…
Reference in New Issue