Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Move window urgency handling entirely into x.c
[st.git]
/
st.h
diff --git
a/st.h
b/st.h
index
44d4938
..
ad94351
100644
(file)
--- a/
st.h
+++ b/
st.h
@@
-100,6
+100,7
@@
typedef struct {
} Glyph;
typedef Glyph *Line;
} Glyph;
typedef Glyph *Line;
+typedef XftGlyphFontSpec GlyphFontSpec;
typedef struct {
Glyph attr; /* current char attributes */
typedef struct {
Glyph attr; /* current char attributes */
@@
-214,8
+215,6
@@
size_t utf8encode(Rune, char *);
void *xmalloc(size_t);
char *xstrdup(char *);
void *xmalloc(size_t);
char *xstrdup(char *);
-void usage(void);
-
/* Globals */
extern TermWindow win;
extern Term term;
/* Globals */
extern TermWindow win;
extern Term term;
@@
-247,6
+246,7
@@
extern int allowaltscreen;
extern unsigned int xfps;
extern unsigned int actionfps;
extern unsigned int cursorthickness;
extern unsigned int xfps;
extern unsigned int actionfps;
extern unsigned int cursorthickness;
+extern int bellvolume;
extern unsigned int blinktimeout;
extern char termname[];
extern const char *colorname[];
extern unsigned int blinktimeout;
extern char termname[];
extern const char *colorname[];