b6d280d
mouse shortcuts: allow override for all shortcuts by
2019-10-10 23:42:30 +0300
ba7f4d6
mouse shortcuts: allow same functions as kb shortcuts by
2019-10-10 23:02:26 +0300
2b8333f
config.def.h: remove crlf value section by
2019-08-26 17:58:47 +0200
caa1d8f
FAQ: add entry about color emoji Xft bug by
2019-05-17 13:00:10 +0200
f1546cf
selection: fix view to match actual selection on first cell by
2019-04-10 01:54:43 +0300
21367a0
revert part of commit add0211522
by
2019-03-15 20:40:16 +0100
b650256
dont print color warning on color reset OSC 104 without parameter by
2019-03-15 14:44:28 +0100
9acec46
minor code-style, initialize var at the top of function by
2019-03-15 14:42:50 +0100
927621f
config.def.h: tweak extra worddelimiters by
2019-03-15 12:31:54 +0100
add0211
use iswspace()/iswpunct() to find word delimiters by
2019-03-13 17:15:04 +0200
d5efd25
replace utf8strchr with wcschr by
2019-03-13 19:40:52 +0200
75b4ba4
be silent about explicitly unhandled mouse modes by
2019-03-13 17:08:50 +0200
ed68fe7
simplify (greedy) font caching allocating a bit by
2019-03-03 11:29:43 +0100
4e0135a
style: remove double empty newlines by
2019-03-03 11:23:54 +0100
a8cb8e9
fix use after free in font caching algorithm by
2019-02-28 04:56:01 +0300
e85b6b6
better Input Method Editor (IME) support by
2019-02-12 18:41:41 +0100
75f92eb
bump version to 0.8.2 by
2019-02-09 12:48:39 +0100
3be4cf1
config: add Shift+Insert as selpaste() again by
2019-01-10 18:16:17 +0100
16d9873
Let the user specify CPPFLAGS by
2019-01-10 13:36:09 +0100
e23acb9
Set the path of pkg-config in a variable instead of hardcoding it by
2019-01-04 09:48:37 +0100
7e19e11
Makefile: fix dependencies on config.h by
2019-01-04 12:33:01 +0100
096b125
output child WEXITSTATUS/WTERMSIG on abnormal termination by
2018-12-11 11:43:03 +0200
d7bf023
fix memory leak in xloadcols() by
2018-11-04 14:35:07 +0100
b4d68d4
st: small typofix in comment by
2018-11-04 14:30:56 +0100
30ec9a3
small code-style fix by
2018-09-11 19:06:35 +0200
67d0cb6
Remove the ISO 14755 feature by
2018-09-11 13:11:28 +0200
4f4bccd
Revert "Simplify cursor color handling" by
2018-07-17 20:01:58 +0200
8ed7a4b
Revert "Make cursor follow text color" by
2018-07-17 20:01:57 +0200
732be22
Revert "Fix crash when cursor color is truecolor" by
2018-07-17 20:01:54 +0200
5535c1f
Fix crash when cursor color is truecolor by
2018-07-15 13:53:37 +0200
b51bcd5
Make cursor follow text color by
2018-07-14 11:16:37 +0200
1911c92
Simplify cursor color handling by
2018-07-14 11:16:36 +0200
29f341d
Fix crash on resize by
2018-06-27 17:08:30 +0200
dc3b5ba
config.mk: remove extra newline before EOF by
2018-06-02 17:11:14 +0200
235a783
code-style for pledge(2) by
2018-05-25 13:04:09 +0200
30ce2cc
Pledge on OpenBSD by
2018-05-25 11:59:28 +0200
041912a
error message style and use strerror in a few places by
2018-03-29 18:30:05 +0200
bd3f7fd
st -v: remove years and copyright text by
2018-03-29 18:18:30 +0200
74cff67
set sel.alt in selstart instead of selextend by
2018-03-28 21:27:58 +0200
6f0f2b7
bump version to 0.8.1 by
2018-03-20 21:29:10 +0100
f4020b2
fix regression by selecting clipboard text by
2018-03-20 21:25:30 +0100
a5a928b
don't modify argv, use a counter by
2018-03-20 21:22:27 +0100
6ac8c8a
selextend: clarify: !sel.mode == SEL_IDLE by
2018-03-17 13:48:29 +0100
5345db3
clipcopy: no need to check for free(NULL), set to NULL after free by
2018-03-17 13:48:10 +0100
7648697
minor code-style: whitespace fixes by
2018-03-16 16:45:58 +0100
0b507bb
Fix title initialization by
2018-03-16 16:19:18 +0100
e7ef3c4
Fix regression from 69e32a6
when setting title. by
2018-03-16 15:03:10 +0100
8ab6290
LICENSE: fix a few years by
2018-03-14 20:06:42 +0100
a712c2d
update LICENSE: major contributors by
2018-03-14 20:00:35 +0100
0f245df
Makefile: add all files to make dist by
2018-03-14 19:54:50 +0100
49a4f91
bump version to 0.8 by
2018-03-14 19:50:37 +0100
c5ba9c0
use math.h for ceilf by
2018-03-09 15:36:38 +0100
b81888e
xhints: no need to initialize sizeh by
2018-03-09 15:36:25 +0100
8b8255a
regression: include termios.h for tcsendbreak etc by
2018-03-09 15:35:34 +0100
20e0da7
General cleanup by
2018-02-24 17:09:13 -0600
403c57e
Clean up #includes by
2018-02-24 16:45:42 -0600
e0215d5
Reduce visibility wherever possible by
2018-02-24 16:32:20 -0600
30683c7
Limit usage of extern to config.h globals by
2018-02-24 16:16:12 -0600
a3beb62
Remove x.c dependency on term by
2018-02-24 15:32:48 -0600
a5dc1b4
Pull term references out of xdrawcursor by
2018-02-24 14:58:54 -0600
88d8293
Move win-agnostic parts of draw/drawregion to st.c by
2018-02-24 14:53:23 -0600
05c66cb
Split mode bits between Term and TermWindow by
2018-02-23 14:16:52 -0600
33201ac
Move CRLF input processing into ttywrite by
2018-02-22 01:05:12 -0600
52d6fb1
Move terminal echo logic into st.c by
2018-02-22 00:42:23 -0600
cfc7acd
Move remaining selection mode logic into selextend by
2018-02-21 23:54:29 -0600
bcb5d3a
Move terminal-related selection logic into st.c by
2018-02-21 23:29:41 -0600
5683b1f
Move X-specific selection info into XSelection by
2018-02-21 22:56:02 -0600
138caf2
Have selected() check whether selection exists by
2018-02-21 22:48:28 -0600
d84f3f4
Rely on ttyresize to set tty size by
2018-02-21 22:28:41 -0600
8b564c1
Remove X and fontconfig from st.c by
2017-11-06 18:30:45 -0600
3bb900c
Remove Time argument from xsetsel by
2017-11-06 18:25:58 -0600
323d38d
Make win variable internal to x.c by
2017-11-06 17:57:45 -0600
416dd25
Move X-related config.h types into x.c by
2017-10-17 16:46:26 -0500
75c9a0e
Remove unneeded array-length variables by
2017-10-17 15:46:31 -0500
428f019
Inline clipboard functions by
2017-10-17 15:43:32 -0500
65976c1
Move config.h include from st.c to x.c by
2017-10-17 15:21:04 -0500
32d3b1d
Factor out equivalent code from ttyread/ttysend by
2017-10-15 20:35:48 -0500
69e32a6
Move opt_* into same file as main()/run() by
2017-10-12 22:25:49 -0500
ed132e1
Move key-matching functions into x.c by
2017-10-11 08:47:14 -0500
dbe8676
Pass new dimensions into ttyresize by
2017-10-10 15:51:23 -0500
a831464
Move window-manipulating functions into x.c by
2017-10-10 12:46:53 -0500
a09138a
Move font/fontspec variables into x.c and XWindow by
2017-10-10 12:17:25 -0500
626b0ae
Move window urgency handling entirely into x.c by
2017-10-10 12:01:18 -0500
d527501
Move zoom functions into x.c by
2017-10-10 11:30:36 -0500
3518dba
Move usage() to be with run() in x.c by
2017-10-10 11:11:27 -0500
3e44ee5
Call xsetenv() in main process instead of child by
2017-10-10 10:30:23 -0500
1f24bde
Fix color with FAINT attribute by
2017-12-26 16:23:24 +0100
e829e13
Apply ATTR_REVERSE after ATTR_FAINT by
2017-12-26 16:38:27 +0100
c1d23af
Fix FAQ typo by
2017-12-20 09:05:32 +0000
0ac685f
Fix manpage typo by
2017-10-10 17:49:38 +0200
b1338e9
Add an error for XftFontOpenPattern failure. by
2017-09-14 15:30:02 -0400
b2ac917
Revert "Revert "fixed STLDFLAG order in broken st Makefile"" by
2017-09-15 11:16:37 +0200
ee5cc8e
base64dec: skip non-printable characters like \r\n by
2017-08-17 23:00:10 -0700
274d46a
Revert "fixed STLDFLAG order in broken st Makefile" by
2017-09-13 22:40:36 +0200
9c61f29
Revert "make clipboard patch obsolete" by
2017-09-02 13:52:33 +0200
77c51c5
make clipboard patch obsolete by
2017-09-01 09:48:24 +0200
7f99032
fixed STLDFLAG order in broken st Makefile by
2017-07-23 11:17:26 +0200
8dacdfb
Revert "Add bold off SGR" by
2017-07-11 23:16:25 +0200
c0882f2
Add dim/smxx/rmxx to terminfo, remove duplicate kich1 by
2017-07-11 23:03:27 +0200
d4928ed
Let the user specify C and LD FLAGS by
2017-07-12 00:26:35 +0200