index
:
st
master
[MIRROR] Build of st - the simple (suckless) terminal by Luke Smith
zelu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win.h
Age
Commit message (
Expand
)
Author
2022-08-15
Merge latest suckless build into lukesmith-0.8.5
Spenser Truex
2022-04-19
code-golfing: cleanup osc color related code
NRK
2021-02-05
0.8.4 update, scroll added as separate prog
Luke Smith
2020-10-18
ST: Add WM_ICON_NAME property support
John Collis
2020-05-31
Merge branch 'master' of https://github.com/lukesmithxyz/st
mackarelfish
2020-05-13
added the xclearwin patch to fix dirty borders after changing colors
Tristan Simas
2020-05-12
Added ligatures patch
mackarelfish
2019-05-08
Updated st to 0.8.2
yusufaktepe
2019-02-12
better Input Method Editor (IME) support
Ivan Tham
2018-04-25
Updated st 0.8.1. Used new patches, scrollblock and alpha fixed.
Kornelije Sajler
2018-02-25
Reduce visibility wherever possible
Devin J. Pohly
2018-02-25
Pull term references out of xdrawcursor
Devin J. Pohly
2018-02-25
Move win-agnostic parts of draw/drawregion to st.c
Devin J. Pohly
2018-02-25
Split mode bits between Term and TermWindow
Devin J. Pohly
2018-02-25
Remove X and fontconfig from st.c
Devin J. Pohly
2018-02-25
Remove Time argument from xsetsel
Devin J. Pohly
2018-02-25
Make win variable internal to x.c
Devin J. Pohly
2018-02-25
Inline clipboard functions
Devin J. Pohly
2018-02-25
Move config.h include from st.c to x.c
Devin J. Pohly
2018-02-25
Move window-manipulating functions into x.c
Devin J. Pohly
2018-02-25
Move window urgency handling entirely into x.c
Devin J. Pohly
2018-02-25
Move zoom functions into x.c
Devin J. Pohly
2018-02-25
Move usage() to be with run() in x.c
Devin J. Pohly
2018-02-25
Call xsetenv() in main process instead of child
Devin J. Pohly
2017-03-19
Support xterm Ms feature to set clipboard
osandov@osandov.com
2017-01-20
Split X-specific code into x.c
Michael Forney