Xinqi Bao's Git
projects
/
st.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
Rely on ttyresize to set tty size
[st.git]
/
win.h
1
/* See LICENSE for license details. */
2
3
void
draw
(
void
);
4
void
drawregion
(
int
,
int
,
int
,
int
);
5
6
void
xbell
(
void
);
7
void
xclipcopy
(
void
);
8
void
xhints
(
void
);
9
void
xloadcols
(
void
);
10
int
xsetcolorname
(
int
,
const char
*);
11
void
xsettitle
(
char
*);
12
int
xsetcursor
(
int
);
13
void
xsetpointermotion
(
int
);
14
void
xsetsel
(
char
*);