Support xterm Ms feature to set clipboard

This is used by, e.g., tmux.
This commit is contained in:
osandov@osandov.com
2017-03-18 11:55:04 +01:00
committed by Roberto E. Vargas Caballero
parent 20f713548d
commit e7ed326d2e
4 changed files with 59 additions and 1 deletions

1
x.c
View File

@ -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 *);