Changed comments to c-style.
This commit is contained in:
@@ -89,9 +89,9 @@ curses_toggle_color_attr(WINDOW * win, int color, int attr, int onoff)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* GUI color disabled */
|
/* GUI color disabled */
|
||||||
// if ((!iflags.wc2_guicolor) && (win != mapwin)) {
|
/* if ((!iflags.wc2_guicolor) && (win != mapwin)) {
|
||||||
// return;
|
return;
|
||||||
// }
|
} */
|
||||||
|
|
||||||
if (color == 0) { /* make black fg visible */
|
if (color == 0) { /* make black fg visible */
|
||||||
# ifdef USE_DARKGRAY
|
# ifdef USE_DARKGRAY
|
||||||
@@ -562,7 +562,7 @@ void
|
|||||||
curses_posthousekeeping()
|
curses_posthousekeeping()
|
||||||
{
|
{
|
||||||
curs_set(0);
|
curs_set(0);
|
||||||
//curses_decrement_highlights(FALSE);
|
/* curses_decrement_highlights(FALSE); */
|
||||||
curses_clear_unhighlight_message_window();
|
curses_clear_unhighlight_message_window();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user