| Commit message (Expand) | Author | Age | Files | Lines |
* | replace utf8strchr with wcschr | Lauri Tirkkonen | 2019-03-15 | 1 | -1/+1 |
* | Remove the ISO 14755 feature | Quentin Rameau | 2018-09-11 | 1 | -1/+0 |
* | Clean up #includes | Devin J. Pohly | 2018-02-25 | 1 | -0/+3 |
* | Reduce visibility wherever possible | Devin J. Pohly | 2018-02-25 | 1 | -40/+0 |
* | Limit usage of extern to config.h globals | Devin J. Pohly | 2018-02-25 | 1 | -7/+2 |
* | Remove x.c dependency on term | Devin J. Pohly | 2018-02-25 | 1 | -21/+0 |
* | Pull term references out of xdrawcursor | Devin J. Pohly | 2018-02-25 | 1 | -1/+3 |
* | Move win-agnostic parts of draw/drawregion to st.c | Devin J. Pohly | 2018-02-25 | 1 | -0/+1 |
* | Split mode bits between Term and TermWindow | Devin J. Pohly | 2018-02-25 | 1 | -32/+1 |
* | Move terminal echo logic into st.c | Devin J. Pohly | 2018-02-25 | 1 | -2/+1 |
* | Move remaining selection mode logic into selextend | Devin J. Pohly | 2018-02-25 | 1 | -2/+1 |
* | Move terminal-related selection logic into st.c | Devin J. Pohly | 2018-02-25 | 1 | -1/+2 |
* | Move X-specific selection info into XSelection | Devin J. Pohly | 2018-02-25 | 1 | -5/+0 |
* | Make win variable internal to x.c | Devin J. Pohly | 2018-02-25 | 1 | -1/+0 |
* | Move X-related config.h types into x.c | Devin J. Pohly | 2018-02-25 | 1 | -23/+0 |
* | Move config.h include from st.c to x.c | Devin J. Pohly | 2018-02-25 | 1 | -36/+14 |
* | Factor out equivalent code from ttyread/ttysend | Devin J. Pohly | 2018-02-25 | 1 | -1/+1 |
* | Move opt_* into same file as main()/run() | Devin J. Pohly | 2018-02-25 | 1 | -9/+2 |
* | Move key-matching functions into x.c | Devin J. Pohly | 2018-02-25 | 1 | -3/+15 |
* | Pass new dimensions into ttyresize | Devin J. Pohly | 2018-02-25 | 1 | -1/+1 |
* | Move window-manipulating functions into x.c | Devin J. Pohly | 2018-02-25 | 1 | -8/+1 |
* | Move font/fontspec variables into x.c and XWindow | Devin J. Pohly | 2018-02-25 | 1 | -6/+2 |
* | Move window urgency handling entirely into x.c | Devin J. Pohly | 2018-02-25 | 1 | -0/+1 |
* | Move zoom functions into x.c | Devin J. Pohly | 2018-02-25 | 1 | -0/+1 |
* | Move usage() to be with run() in x.c | Devin J. Pohly | 2018-02-25 | 1 | -2/+0 |
* | Split X-specific code into x.c | Michael Forney | 2017-01-20 | 1 | -0/+272 |
* | added/removed files, updated Makefile. | Aurélien Aptel | 2009-06-16 | 1 | -178/+0 |
* | added sigchld handler, cleaned error checking. | Aurélien Aptel | 2009-06-11 | 1 | -1/+6 |
* | handle tabulation (still not perfect) | Aurélien Aptel | 2009-05-14 | 1 | -0/+2 |
* | removed the truecolor stuff | Aurélien Aptel | 2009-05-14 | 1 | -15/+5 |
* | backport of local changes | Anselm R Garbe | 2009-05-10 | 1 | -0/+181 |