Age | Commit message (Collapse) | Author |
|
Use to write win32 input line using WriteConsole then overwrite by
CON_Print, so when CON_Print removes color format characters the end of original input line was visable.
"hi ^1guys" use to be shown as "hi guysys" in the console backlog.
|
|
Text input line color based on code by "spior"
Main colorize function based on Sys_AnsiColorPrint in sys_main.c
|
|
then write output over the top of it. Reported by Ensiform.
|
|
|
|
|
|
|
|
+ Windows dedicated console
+ MSVC project
+ Makefile tweaks
|
|
|
|
|