Removed temporary comment left in by mistake.
This commit is contained in:
@@ -571,8 +571,6 @@ char ch;
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
||||||
// Temporary fix. Tty putstatusfield()
|
|
||||||
|
|
||||||
inverse = (console.current_nhattr[ATR_INVERSE] && iflags.wc_inverse);
|
inverse = (console.current_nhattr[ATR_INVERSE] && iflags.wc_inverse);
|
||||||
console.attr = (inverse) ?
|
console.attr = (inverse) ?
|
||||||
ttycolors_inv[console.current_nhcolor] :
|
ttycolors_inv[console.current_nhcolor] :
|
||||||
|
|||||||
Reference in New Issue
Block a user