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
win.h
View File

@ -27,3 +27,4 @@ void xunloadfonts(void);
void xresize(int, int);
void xselpaste(void);
unsigned long xwinid(void);
void xsetsel(char *, Time);