Skip to content
Snippets Groups Projects
Commit 499d5116 authored by deuce's avatar deuce
Browse files

Also disable the decode just in case.

parent cf233881
No related branches found
No related tags found
No related merge requests found
......@@ -2291,12 +2291,14 @@ static void _putch(unsigned char ch, BOOL refresh_now)
{
switch(ch)
{
#if 0 /* Not usind 30/31 anymore */
case 30:
cha=ACS_UARROW;
break;
case 31:
cha=ACS_DARROW;
break;
#endif
case 176:
cha=ACS_CKBOARD;
break;
......
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