Code cleanups; no functional changes.

This commit is contained in:
Felicity Tarnell 2014-03-07 23:47:31 +00:00
parent 3440a87ea3
commit 524b09511d
7 changed files with 593 additions and 568 deletions

View file

@ -12,6 +12,7 @@
#define TTS_STYLE_H
#include "tts_curses.h"
#include "wide.h"
typedef struct style {
short sy_pair;
@ -38,6 +39,8 @@ extern style_t sy_header,
sy_selected,
sy_date;
extern short default_fg, default_bg;
int attr_find(const WCHAR *name, attr_t *result);
int colour_find(const WCHAR *name, short *result);