Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move usage() to be with run() in x.c | Devin J. Pohly | 2018-02-25 |
| | | | | | | run/usage/xinit are now all internal to x.c Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | ||
* | Call xsetenv() in main process instead of child | Devin J. Pohly | 2018-02-25 |
| | | | | | | | | | This makes xsetenv internal to x.c, and allows iso14755's external command to use $WINDOWID instead of having to snprintf it again. (The same benefit will apply to the externalpipe patch.) The xwinid function is no longer needed. Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | ||
* | Support xterm Ms feature to set clipboard | osandov@osandov.com | 2017-03-19 |
| | | | | This is used by, e.g., tmux. | ||
* | Split X-specific code into x.c | Michael Forney | 2017-01-20 |