first commit: new st config

This commit is contained in:
2024-09-14 22:44:52 +04:00
parent a0274bc20e
commit 3285ec77ca
14 changed files with 979 additions and 208 deletions

2
win.h
View File

@@ -25,7 +25,7 @@ enum win_mode {
void xbell(void);
void xclipcopy(void);
void xdrawcursor(int, int, Glyph, int, int, Glyph);
void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int);
void xdrawline(Line, int, int, int);
void xfinishdraw(void);
void xloadcols(void);