Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-25 | Call xsetenv() in main process instead of child | Devin J. Pohly | |
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> | |||
2017-03-19 | Support xterm Ms feature to set clipboard | osandov@osandov.com | |
This is used by, e.g., tmux. | |||
2017-01-20 | Split X-specific code into x.c | Michael Forney | |