File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ TabLoop:
511511 STA FAC1_o ; clear FAC1 overflow byte
512512 STA last_sh ; clear descriptor stack top item pointer high byte
513513
514- LDA # $ 08 ; set default tab size
514+ LDA # $ 0E ; set default tab size to 14
515515 STA TabSiz ; save it
516516
517517 LDA # $ 03 ; set garbage collect step size for descriptor stack
@@ -7968,7 +7968,7 @@ StrTab:
79687968 . word V_USR ; initial user function vector ("Function call" error)
79697969 . byte $ 00 ; default NULL count
79707970 . byte $ 00 ; clear terminal position
7971- . byte $ 00 ; default terminal width byte
7971+ . byte $ 50 ; default terminal width byte
79727972 . byte $ F2 ; default limit for TAB = 14
79737973 . word Ram_base ; start of user RAM
79747974EndTab:
You can’t perform that action at this time.
0 commit comments