20 #ifndef __EKG_THEMES_H 21 #define __EKG_THEMES_H 38 unsigned int prompt_empty : 1;
43 #define print(x...) print_window_w(NULL, EKG_WINACT_JUNK, x) 44 #define print_status(x...) print_window_w(window_status, EKG_WINACT_JUNK, x) 49 #define format_ok(format_find_result) (format_find_result[0]) 50 #define format_exists(format) (format_ok(format_find(format))) void theme_free()
Definition: themes.c:1377
const char * format_find(const char *name)
Definition: ekg_hash_benchmark.c:112
char * format_string(const char *format,...)
Definition: themes.c:842
fstring_t * fstring_new(const char *str)
Definition: themes.c:636
short * attr
Definition: themes.h:34
fstring_t * fstring_new_format(const char *format,...)
Definition: themes.c:801
void remote_format_add(const char *name, const char *value)
void format_add(const char *name, const char *value, int replace)
Definition: ekg_hash_benchmark.c:54
void theme_init()
Definition: themes.c:1447
const char * name
Definition: remote.c:88
void fstring_free(fstring_t *str)
Definition: themes.c:824
#define CHAR_T
Definition: nc-strings.h:37
fstr_t
Definition: themes.h:88
unsigned char * w
Definition: themes.h:31
char * b
Definition: themes.h:30