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
fabd460
Do not obfuscate what make is doing. by
2017-07-12 00:24:51 +0200
b331da5
Add color change terminfo capabilities by
2017-05-15 12:45:41 +0200
6cb6d61
Add bold off SGR by
2017-05-28 09:56:57 +0200
5a10aca
st.1: modify man page to accurately reflect default keybindings by
2017-04-10 18:24:03 +0200
745c40f
Simplify how we keep ATTRs under cursor by
2017-04-04 17:20:55 +0200
149c0d3
Fix commented out code by
2017-03-25 23:02:42 +0300
f2bfd51
keep some glyph modes for the cursor by
2017-03-29 18:34:12 +0200
e7ed326
Support xterm Ms feature to set clipboard by
2017-03-18 11:55:04 +0100
20f7135
Change default keybindings by
2017-01-25 19:17:38 +0100
e2ee5ee
Split X-specific code into x.c by
2017-01-20 00:06:39 -0800
c63a87c
Move column and row default numbers into config.h by
2016-12-14 06:51:27 +0000
e448324
Revert "Initial font size issue." by
2016-11-24 20:21:19 +0100
fa9a459
Fixed 'missing glyph doesn't use fontconfig config substitutions' bug by
2016-11-23 19:17:59 +0100
740ada1
make the various combinations of arrow keys and shift/control/meta work by
2016-11-14 18:25:51 +0100
4242027
Initial font size issue. by
2016-11-11 17:52:07 +0100
3ca7249
tic -s -> tic -sx (Treat unknown capabilities as user-defined.) by
2016-11-11 17:45:45 +0100
06f8cf8
Add tmux capabilities to st.info by
2016-11-11 17:45:46 +0100
902a392
Make strdump(), csidump(), print to stderr by
2016-11-11 17:45:52 +0100
8c99915
Do not use color when font attributes are supported by
2016-10-22 16:36:10 +0200
7854fde
st.1: add an entry for ISO-14755 shortcut by
2016-10-22 10:42:46 +0200
68bae9c
Add support for iso14755 by
2016-10-08 16:22:18 +0200
331033f
Add missing device path to '-l' example by
2016-10-13 16:28:50 +0200
f739843
Add parsing of DCS q sequences by
2016-09-14 08:27:32 +0200
f0e2d28
Add support for enabling/disabling utf by
2016-09-13 14:01:18 +0200
078337d
Delete ncv capability from terminfo by
2016-09-09 13:11:06 +0200
5ce853a
st.info: do not prevent st from displaying attributes by
2016-09-08 12:57:43 +0200
023225e
Update the LICENSE. by
2016-08-11 16:30:29 +0200
6e79e83
0.7 release by
2016-08-11 16:25:58 +0200
308bfbf
Change who's expanding tabs. by
2016-07-20 13:56:15 +0200
c4f245e
Add some hint to have the pseudo terminal in the right mode. by
2016-07-20 13:52:31 +0200
2251f64
Add comment about tabspaces. by
2016-07-20 13:00:43 +0200
235b438
Consistent Alt+BackSpace behavior by
2016-07-10 06:38:04 +0000
528241a
Use XftFontMatch in place of FcFontMatch. by
2016-06-03 15:02:32 +0200
60aeb37
delete clipboard properties after pasting them by
2016-05-19 12:16:57 +0200
66556d9
Remove stupid assignation in memcpy() by
2016-04-15 07:58:26 +0200