summaryrefslogtreecommitdiff
path: root/core/st/win.h
diff options
context:
space:
mode:
authorauric <auric7@protonmail.com>2025-09-11 22:56:11 -0500
committerauric <auric7@protonmail.com>2025-09-11 22:56:11 -0500
commitb19eb53691078e703f912b56324ab67ae69ec297 (patch)
treee92318a131d3c985860be3027aef1b288db281c0 /core/st/win.h
parentd22a6ea81b13eee80c5ff92d1bcffb22d52dc765 (diff)
rm st
Diffstat (limited to 'core/st/win.h')
-rw-r--r--core/st/win.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/core/st/win.h b/core/st/win.h
deleted file mode 100644
index 6de960d..0000000
--- a/core/st/win.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/* See LICENSE for license details. */
-
-enum win_mode {
- MODE_VISIBLE = 1 << 0,
- MODE_FOCUSED = 1 << 1,
- MODE_APPKEYPAD = 1 << 2,
- MODE_MOUSEBTN = 1 << 3,
- MODE_MOUSEMOTION = 1 << 4,
- MODE_REVERSE = 1 << 5,
- MODE_KBDLOCK = 1 << 6,
- MODE_HIDE = 1 << 7,
- MODE_APPCURSOR = 1 << 8,
- MODE_MOUSESGR = 1 << 9,
- MODE_8BIT = 1 << 10,
- MODE_BLINK = 1 << 11,
- MODE_FBLINK = 1 << 12,
- MODE_FOCUS = 1 << 13,
- MODE_MOUSEX10 = 1 << 14,
- MODE_MOUSEMANY = 1 << 15,
- MODE_BRCKTPASTE = 1 << 16,
- MODE_NUMLOCK = 1 << 17,
- MODE_MOUSE = MODE_MOUSEBTN|MODE_MOUSEMOTION|MODE_MOUSEX10\
- |MODE_MOUSEMANY,
-};
-
-void xbell(void);
-void xclipcopy(void);
-void xdrawcursor(int, int, Glyph, int, int, Glyph);
-void xdrawline(Line, int, int, int);
-void xfinishdraw(void);
-void xloadcols(void);
-int xsetcolorname(int, const char *);
-int xgetcolor(int, unsigned char *, unsigned char *, unsigned char *);
-void xseticontitle(char *);
-void xsettitle(char *);
-int xsetcursor(int);
-void xsetmode(int, unsigned int);
-void xsetpointermotion(int);
-void xsetsel(char *);
-int xstartdraw(void);
-void xximspot(int, int);