diff options
author | osandov@osandov.com <osandov@osandov.com> | 2017-03-18 11:55:04 +0100 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2017-03-19 20:32:22 +0100 |
commit | e7ed326d2e914a57017c9f34459824614075519b (patch) | |
tree | 7f06f2d26783cfa8878c588721f93b75d9f8e3ad /x.c | |
parent | 20f713548de451b67db3306cf8cf7b2f38fee05c (diff) |
Support xterm Ms feature to set clipboard
This is used by, e.g., tmux.
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -88,7 +88,6 @@ static void xclear(int, int, int, int); static void xdrawcursor(void); static int xgeommasktogravity(int); static int xloadfont(Font *, FcPattern *); -static void xsetsel(char *, Time); static void xunloadfont(Font *); static void expose(XEvent *); |