Skip to content

Commit c78eee2

Browse files
committed
Use hex codes instead of control characters in the editor source.
This makes editing the file in modern editors safer. Fixes #110
1 parent 6e7b401 commit c78eee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ endproc
9595
PROC ClrTopLine
9696
exec SaveLine
9797
pos. 0,0
98-
? "œ";
98+
? ""$9C$9D"";
9999
ENDPROC
100100

101101
'-------------------------------------

0 commit comments

Comments
 (0)