Code cleanups; no functional changes.
This commit is contained in:
parent
3440a87ea3
commit
524b09511d
7 changed files with 593 additions and 568 deletions
3
style.h
3
style.h
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue