index
:
st
master
a suckless terminal.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make underlines and strikethroughs respect `chscale`
Zacchary Dempsey-Plante
2023-01-12
1
-2
/
+2
*
X10/SGR mouse: use alt as meta key instead of super/windows key
Hiltjo Posthuma
2023-01-12
1
-1
/
+1
*
Fix mousereport
robert
2023-01-12
1
-35
/
+51
*
Add support for OSC color sequences
Raheman Vaiya
2023-01-12
1
-0
/
+13
*
fix possible rare crash when Xutf8TextPropertyToTextList fails
Hiltjo Posthuma
2023-01-12
1
-4
/
+6
*
Add 14th bit to XK_SWITCH_MOD bitmask
Petar Kapriš
2023-01-12
1
-1
/
+1
*
Mild const-correctness improvements.
Markus F.X.J. Oberhumer
2023-01-12
1
-3
/
+3
*
fix: correctly encode mouse buttons >= 8 in X10 and SGR mode
Hiltjo Posthuma
2023-01-12
1
-1
/
+3
*
xresources patch
sinanmohd
2021-11-14
1
-4
/
+74
*
font2
sinanmohd
2021-06-29
1
-0
/
+101
*
alpha
sinanmohd
2021-02-24
1
-10
/
+30
*
anysize
sinanmohd
2021-02-24
1
-26
/
+30
*
ST: Add WM_ICON_NAME property support
John Collis
2020-10-18
1
-1
/
+15
*
Call xsetcursor to set win.cursor in main
Steve Ward
2020-05-24
1
-5
/
+4
*
code-style: add fallthrough comment
Hiltjo Posthuma
2020-05-09
1
-0
/
+1
*
tiny code-style and typo-fix in comment
Hiltjo Posthuma
2020-05-09
1
-1
/
+1
*
auto-sync: draw on idle to avoid flicker/tearing
Avi Halachmi (:avih)
2020-05-09
1
-63
/
+57
*
make argv0 not static, fixes a warning with tcc
Hiltjo Posthuma
2020-04-10
1
-1
/
+1
*
mouseshortcuts: fix custom modifier on release
Avi Halachmi (:avih)
2020-04-02
1
-2
/
+17
*
Remove explicit XNFocusWindow
Ivan Tham
2020-02-19
1
-1
/
+0
*
x: fix XIM handling
Quentin Rameau
2020-02-02
1
-24
/
+44
*
x: check we still have an XIC context before accessing it
Quentin Rameau
2020-02-02
1
-2
/
+5
*
x: do not instantiate a new nested list on each cursor move
Quentin Rameau
2020-02-02
1
-4
/
+12
*
x: move IME variables into XWindow ime embedded struct
Quentin Rameau
2020-02-02
1
-12
/
+14
*
Increase XmbLookupString buffer
Ivan Tham
2020-01-18
1
-1
/
+1
*
apply hints before initial mapping (ICCCM)
Ingo Lohmar
2019-10-26
1
-1
/
+1
*
mouse shortcuts: allow using forcemousemod (e.g. shift)
Avi Halachmi (:avih)
2019-10-24
1
-1
/
+2
*
mouse shortcuts: don't hardcode selpaste
Avi Halachmi (:avih)
2019-10-13
1
-11
/
+24
*
mouse shortcuts: allow override for all shortcuts
Avi Halachmi (:avih)
2019-10-13
1
-6
/
+6
*
mouse shortcuts: allow same functions as kb shortcuts
Avi Halachmi (:avih)
2019-10-13
1
-6
/
+14
*
simplify (greedy) font caching allocating a bit
Hiltjo Posthuma
2019-03-03
1
-7
/
+2
*
style: remove double empty newlines
Hiltjo Posthuma
2019-03-03
1
-2
/
+0
*
fix use after free in font caching algorithm
magras
2019-03-03
1
-6
/
+9
*
better Input Method Editor (IME) support
Ivan Tham
2019-02-12
1
-17
/
+52
*
fix memory leak in xloadcols()
Hiltjo Posthuma
2018-11-04
1
-3
/
+3
*
Revert "Simplify cursor color handling"
Hiltjo Posthuma
2018-07-17
1
-12
/
+18
*
Revert "Make cursor follow text color"
Hiltjo Posthuma
2018-07-17
1
-7
/
+5
*
Revert "Fix crash when cursor color is truecolor"
Hiltjo Posthuma
2018-07-17
1
-13
/
+4
*
Fix crash when cursor color is truecolor
Jules Maselbas
2018-07-15
1
-4
/
+13
*
Make cursor follow text color
Jules Maselbas
2018-07-14
1
-5
/
+7
*
Simplify cursor color handling
Jules Maselbas
2018-07-14
1
-18
/
+12
*
Fix crash on resize
Jules Maselbas
2018-06-30
1
-4
/
+8
*
error message style and use strerror in a few places
Hiltjo Posthuma
2018-03-29
1
-14
/
+13
*
st -v: remove years and copyright text
Hiltjo Posthuma
2018-03-29
1
-1
/
+1
*
fix regression by selecting clipboard text
Hiltjo Posthuma
2018-03-20
1
-0
/
+3
*
clipcopy: no need to check for free(NULL), set to NULL after free
Hiltjo Posthuma
2018-03-17
1
-2
/
+2
*
Fix title initialization
Quentin Rameau
2018-03-16
1
-5
/
+5
*
Fix regression from 69e32a6 when setting title.
Quentin Rameau
2018-03-16
1
-1
/
+1
*
use math.h for ceilf
Hiltjo Posthuma
2018-03-09
1
-1
/
+1
*
xhints: no need to initialize sizeh
Hiltjo Posthuma
2018-03-09
1
-1
/
+1
[next]