---
st.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
static void ttynew(void);
static void ttyread(void);
static void ttynew(void);
static void ttyread(void);
-static void ttyresize(int, int);
+static void ttyresize(void);
static void ttywrite(const char *, size_t);
static void xdraws(char *, Glyph, int, int, int, int);
static void ttywrite(const char *, size_t);
static void xdraws(char *, Glyph, int, int, int, int);
-ttyresize(int x, int y) {
struct winsize w;
w.ws_row = term.row;
struct winsize w;
w.ws_row = term.row;
xclear(0, 0, xw.w, xw.h);
tresize(col, row);
xresize(col, row);
xclear(0, 0, xw.w, xw.h);
tresize(col, row);
xresize(col, row);