Skip to content
Snippets Groups Projects
Commit 7019409f authored by rswindell's avatar rswindell
Browse files

ICE_COLOR definition.

parent c494d599
Branches
Tags
No related merge requests found
......@@ -30,6 +30,7 @@ const USER_HTML = (1<<23); // Using Deuce's HTML terminal (*cough*)
const USER_NOPAUSESPIN = (1<<24); // No spinning cursor at pause prompt
const USER_PETSCII = (1<<26); // Commodore PET (e.g. C64) terminal
const USER_SWAP_DELETE = (1<<27); // Swap the DEL and backspace keys
const ICE_COLOR = (1<<28);
//**********************************************************************
// user.qwk_settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment