aboutsummaryrefslogtreecommitdiff
path: root/win.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-12better Input Method Editor (IME) supportIvan Tham1-0/+1
2018-02-25Reduce visibility wherever possibleDevin J. Pohly1-1/+0
2018-02-25Pull term references out of xdrawcursorDevin J. Pohly1-1/+1
2018-02-25Move win-agnostic parts of draw/drawregion to st.cDevin J. Pohly1-3/+4
2018-02-25Split mode bits between Term and TermWindowDevin J. Pohly1-0/+24
2018-02-25Remove X and fontconfig from st.cDevin J. Pohly1-5/+0
2018-02-25Remove Time argument from xsetselDevin J. Pohly1-1/+1
2018-02-25Make win variable internal to x.cDevin J. Pohly1-0/+1
2018-02-25Inline clipboard functionsDevin J. Pohly1-2/+0
2018-02-25Move config.h include from st.c to x.cDevin J. Pohly1-3/+0
2018-02-25Move window-manipulating functions into x.cDevin J. Pohly1-1/+0
2018-02-25Move window urgency handling entirely into x.cDevin J. Pohly1-2/+1
2018-02-25Move zoom functions into x.cDevin J. Pohly1-4/+3
2018-02-25Move usage() to be with run() in x.cDevin J. Pohly1-2/+0
2018-02-25Call xsetenv() in main process instead of childDevin J. Pohly1-2/+0
2017-03-19Support xterm Ms feature to set clipboardosandov@osandov.com1-0/+1
2017-01-20Split X-specific code into x.cMichael Forney1-0/+29