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

Added USER_UTF8 user 'settings' flag.

And renamed ICE_COLOR to USER_ICE_COLOR, to be consistent.
parent 8a3199b6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ 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);
const USER_ICE_COLOR = (1<<28); // Bright background color support
const USER_UTF8 = (1<<29); // UTF-8 terminal
//**********************************************************************
// user.qwk_settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment