New class FOptiAttr to control video attributes and colors
This commit is contained in:
parent
49629a995a
commit
978f14bbf8
|
@ -1927,7 +1927,7 @@ inline uInt FTerm::charEncode (uInt c)
|
|||
//----------------------------------------------------------------------
|
||||
uInt FTerm::charEncode (uInt c, fc::encoding enc)
|
||||
{
|
||||
for (uInt i=0; i<=lastCharItem; i++)
|
||||
for (uInt i=0; i <= uInt(lastCharItem); i++)
|
||||
{
|
||||
if ( character[i][0] == c )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue