Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PQCraft authored Apr 28, 2021
1 parent a824890 commit 11e1eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ MacOS Mojave-Big Sur (`brew`): `gcc`, `make`, `readline` <br>
```
reg add HKEY_CURRENT_USER\Console /v VirtualTerminalLevel /t REG_DWORD /d 0x00000001 /f```
```
- On Linux if CLIBASIC is not run in a terminal it will attempt to open in XTerm. CLIBASIC will not read arguments if it is not started in a terminal.
- On Linux if CLIBASIC is not run in a terminal it will attempt to open in XTerm. CLIBASIC will only read arguments if it is run in a terminal.
- On Linux if the file `.clibasic_history` is present in the user's home directory CLIBASIC will automatically save history there. Run `_AUTOHIST` or `SH "touch ~/.clibasic_history"` (you may also run the command in the qutoes in a terminal/shell) to enable this feature. Remove the file to disable this feature.
- CLIBASIC will look for `AUTORUN.BAS` (and `autorun.bas` on Linux) in the user's home directory and run the file if present.

0 comments on commit 11e1eba

Please sign in to comment.