remove stray tabs from *.c files and config.h
This commit is contained in:
@@ -622,7 +622,7 @@ curses_putmixed(winid window, int attr, const char *str)
|
||||
/* now send buf to the normal putstr */
|
||||
curses_putstr(window, attr, buf);
|
||||
done_output = TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!done_output) {
|
||||
@@ -824,11 +824,11 @@ curses_ctrl_nhwindow(
|
||||
case request_settings:
|
||||
break;
|
||||
case set_menu_promptstyle:
|
||||
curses_menu_promptstyle.color = wri->fromcore.menu_promptstyle.color;
|
||||
curses_menu_promptstyle.color = wri->fromcore.menu_promptstyle.color;
|
||||
if (curses_menu_promptstyle.color == NO_COLOR)
|
||||
curses_menu_promptstyle.color = NONE;
|
||||
attr = wri->fromcore.menu_promptstyle.attr;
|
||||
curses_menu_promptstyle.attr = curses_convert_attr(attr);;
|
||||
attr = wri->fromcore.menu_promptstyle.attr;
|
||||
curses_menu_promptstyle.attr = curses_convert_attr(attr);;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user