forked from cia-foundation/TempleOS
-
Notifications
You must be signed in to change notification settings - Fork 4
Quick Customisation Tasks
Brook Smith edited this page Apr 3, 2019
·
8 revisions
A couple of tasks that you can perform to customise the system
Ed("/Doc/StandBy.DD');
This is the Text that is presented in the Autocomplete window when it is in "Standby"
Change the items the text then hit <esc> to save
Ed("/Adam/Gr/GrPalette.HC");
Find the Red in CBGR48
0xAAAA00000000
change it to something else like
0x555577779999
hit <Esc> a few times
Reboot;
to restart
Ed("/Adam/DolDoc/DocRecalc.HC");
Goto line 916
<ctrl>+g
916
<Esc>
// Comment out the case DOCT_BLINK: block (six lines)
hit <Esc> a few times to save and exit
Reboot;