index
:
st
master
a suckless terminal.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
st.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
code-golfing: cleanup osc color related code
NRK
2023-01-12
1
-2
/
+0
*
Add support for OSC color sequences
Raheman Vaiya
2023-01-12
1
-0
/
+3
*
Mild const-correctness improvements.
Markus F.X.J. Oberhumer
2023-01-12
1
-2
/
+2
*
scroll
sinanmohd
2021-02-24
1
-0
/
+2
*
alpha
sinanmohd
2021-02-24
1
-0
/
+1
*
config.def.h: add an option allowwindowops, by default off (secure)
Hiltjo Posthuma
2020-05-30
1
-0
/
+1
*
Add support for scroll(1)
Roberto E. Vargas Caballero
2020-04-11
1
-0
/
+1
*
mouse shortcuts: allow same functions as kb shortcuts
Avi Halachmi (:avih)
2019-10-13
1
-0
/
+1
*
revert part of commit add0211522737b79dad990ccd65c8af63b5cc1dd
Hiltjo Posthuma
2019-03-15
1
-1
/
+1
*
use iswspace()/iswpunct() to find word delimiters
Lauri Tirkkonen
2019-03-15
1
-1
/
+1
*
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