index
:
st
master
st fork - https://st.suckless.org/
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-09
bump version to 0.8.2
0.8.2
Hiltjo Posthuma
1
-1
/
+1
2019-01-10
config: add Shift+Insert as selpaste() again
Hiltjo Posthuma
1
-0
/
+1
2019-01-10
Let the user specify CPPFLAGS
Paride Legovini
1
-2
/
+2
2019-01-04
Set the path of pkg-config in a variable instead of hardcoding it
Paride Legovini
1
-4
/
+6
2019-01-04
Makefile: fix dependencies on config.h
Hiltjo Posthuma
1
-1
/
+1
2018-12-11
output child WEXITSTATUS/WTERMSIG on abnormal termination
Lauri Tirkkonen
1
-2
/
+4
2018-11-04
fix memory leak in xloadcols()
Hiltjo Posthuma
1
-3
/
+3
2018-11-04
st: small typofix in comment
Hiltjo Posthuma
1
-1
/
+1
2018-09-11
small code-style fix
Hiltjo Posthuma
1
-1
/
+2
2018-09-11
Remove the ISO 14755 feature
Quentin Rameau
4
-32
/
+0
2018-07-17
Revert "Simplify cursor color handling"
Hiltjo Posthuma
1
-12
/
+18
2018-07-17
Revert "Make cursor follow text color"
Hiltjo Posthuma
2
-7
/
+7
2018-07-17
Revert "Fix crash when cursor color is truecolor"
Hiltjo Posthuma
1
-13
/
+4
2018-07-15
Fix crash when cursor color is truecolor
Jules Maselbas
1
-4
/
+13
2018-07-14
Make cursor follow text color
Jules Maselbas
2
-7
/
+7
2018-07-14
Simplify cursor color handling
Jules Maselbas
1
-18
/
+12
2018-06-30
Fix crash on resize
Jules Maselbas
1
-4
/
+8
2018-06-02
config.mk: remove extra newline before EOF
Hiltjo Posthuma
1
-1
/
+0
2018-05-25
code-style for pledge(2)
Hiltjo Posthuma
1
-4
/
+4
2018-05-25
Pledge on OpenBSD
Hiltjo Posthuma
2
-0
/
+14
2018-03-29
error message style and use strerror in a few places
Hiltjo Posthuma
2
-24
/
+24
2018-03-29
st -v: remove years and copyright text
Hiltjo Posthuma
1
-1
/
+1
2018-03-29
set sel.alt in selstart instead of selextend
Daniel Tameling
1
-1
/
+1
2018-03-20
bump version to 0.8.1
0.8.1
Hiltjo Posthuma
1
-1
/
+1
2018-03-20
fix regression by selecting clipboard text
Hiltjo Posthuma
1
-0
/
+3
2018-03-20
don't modify argv, use a counter
Hiltjo Posthuma
1
-10
/
+12
2018-03-17
selextend: clarify: !sel.mode == SEL_IDLE
Hiltjo Posthuma
1
-1
/
+1
2018-03-17
clipcopy: no need to check for free(NULL), set to NULL after free
Hiltjo Posthuma
1
-2
/
+2
2018-03-16
minor code-style: whitespace fixes
Hiltjo Posthuma
1
-2
/
+1
2018-03-16
Fix title initialization
Quentin Rameau
1
-5
/
+5
2018-03-16
Fix regression from 69e32a6 when setting title.
Quentin Rameau
1
-1
/
+1
2018-03-14
LICENSE: fix a few years
0.8
Hiltjo Posthuma
1
-3
/
+3
2018-03-14
update LICENSE: major contributors
Hiltjo Posthuma
1
-1
/
+4
2018-03-14
Makefile: add all files to make dist
Hiltjo Posthuma
1
-1
/
+3
2018-03-14
bump version to 0.8
Hiltjo Posthuma
1
-1
/
+1
2018-03-09
use math.h for ceilf
Hiltjo Posthuma
1
-1
/
+1
2018-03-09
xhints: no need to initialize sizeh
Hiltjo Posthuma
1
-1
/
+1
2018-03-09
regression: include termios.h for tcsendbreak etc
Hiltjo Posthuma
1
-0
/
+1
2018-02-25
General cleanup
Devin J. Pohly
2
-26
/
+21
2018-02-25
Clean up #includes
Devin J. Pohly
3
-9
/
+4
2018-02-25
Reduce visibility wherever possible
Devin J. Pohly
4
-44
/
+43
2018-02-25
Limit usage of extern to config.h globals
Devin J. Pohly
4
-27
/
+29
2018-02-25
Remove x.c dependency on term
Devin J. Pohly
3
-39
/
+39
2018-02-25
Pull term references out of xdrawcursor
Devin J. Pohly
4
-42
/
+40
2018-02-25
Move win-agnostic parts of draw/drawregion to st.c
Devin J. Pohly
4
-47
/
+65
2018-02-25
Split mode bits between Term and TermWindow
Devin J. Pohly
4
-83
/
+88
2018-02-25
Move CRLF input processing into ttywrite
Devin J. Pohly
3
-221
/
+240
2018-02-25
Move terminal echo logic into st.c
Devin J. Pohly
3
-25
/
+19
2018-02-25
Move remaining selection mode logic into selextend
Devin J. Pohly
3
-22
/
+22
2018-02-25
Move terminal-related selection logic into st.c
Devin J. Pohly
3
-41
/
+54
[next]