f1307d9
Don't treat clauses like functions by
2015-07-10 10:29:53 +0200
1323357
Use BSD-style function notation by
2015-07-09 23:59:50 +0200
9de853a
Unboolify st by
2015-07-08 23:56:55 +0200
abfad4c
Remove insane *_FILENO and EXIT_* usage by
2015-07-08 23:49:25 +0200
92e092e
Commit to push the 0.6 release. by
2015-07-07 22:26:44 +0200
5f48e89
Revert "Remove unnecessary XFilterEvent call." by
2015-07-02 08:31:12 +0200
bdd649a
do not truncate font size when zooming by
2015-05-31 12:26:11 +0200
71fa10f
Revert "Optimize memory footprint of line buffers" by
2015-06-03 08:07:55 +0200
caa97cc
Support UTF-8 characters as word delimiters by
2015-05-22 16:06:57 +0200
c035487
Merge branch 'master' of ssh://suckless.org/gitrepos/st by
2015-05-15 07:51:58 +0200
8e15887
set selection to IDLE on clear by
2015-05-14 15:46:07 +0200
89cf0fc
Small bugfix for makeglyphfontspecs call in drawregion by
2015-05-09 15:22:40 -0700
980991f
Fix the new -e handling. An empty cmd has to work for backwards compatibility. by
2015-05-10 15:19:48 +0200
ae1923d
Clean up xdraws and optimize glyph drawing with non-unit kerning values by
2015-05-05 20:24:00 -0700
38af006
Changed type for UTF-32 codepoints from long to uint_least32_t by
2015-05-05 13:13:21 -0700
c990abf
Fix empty selection highlighting bug. by
2015-05-03 19:28:10 +0000
3cb7f27
Fix indentation. by
2015-05-03 02:49:23 +0000
1811b60
Add enumeration for sel.mode by
2015-05-01 17:13:13 +0000
22571ea
selnormalize: make special case explicit by
2015-04-30 19:59:24 +0000
8751809
selsnap: simplify SNAP_LINE case by
2015-05-01 02:22:32 +0000
765bb0f
Remove first argument of selsnap. by
2015-04-30 20:51:35 +0000
07ce96a
Fix sigchld by
2015-04-22 17:22:34 +0200
190b94c
len assignment is never used by
2015-04-22 15:08:06 +0200
4f21c41
Clarify calculation precedence for '&' and '?' by
2015-04-22 15:08:00 +0200
3a5053f
Use %u for uint by
2015-04-22 15:07:59 +0200
7ab6c92
Optimize memory footprint of line buffers by
2015-04-27 10:04:04 +0200
0622ad9
Make tputc, tsetchar and techo accept unicode by
2015-04-21 23:29:15 +0200
21f7654
Change internal character representation. by
2015-04-21 23:29:01 +0200
753fe86
Remove last parameter of utf8encode by
2015-04-21 23:28:40 +0200
61c35cd
Use utf8len instead of utf8decode. by
2015-04-21 23:27:22 +0200
742a41d
Make build shut up about system() without return value check. by
2015-04-21 16:27:51 +0200
f36dd27
Merge remote-tracking branch 'origin/master' by
2015-04-23 17:59:39 +0200
0d7448d
Fix segmentation fault in strhandle() by
2015-04-23 17:55:41 +0200
b17aa18
Uses a &[] pointer loop instead of + pointer loop by
2015-04-22 09:16:35 +0200
736685d
Do not set terminal title based on stty arguments. by
2015-04-21 22:09:49 +0200
89807ed
Move common code to xloadcolor by
2015-04-21 09:48:33 +0200
84c756b
Use LEN(dc.col) instead of LEN(colorname). by
2015-04-19 22:24:44 +0200
2fdcc5e
Remove WIN_REDRAW flag. by
2015-04-18 19:33:11 +0200
ab69ea8
Place memset arguments in the correct order. by
2015-04-19 01:24:28 +0200
5528280
Remove explicit 'return' from 'void' functions. by
2015-04-19 01:24:12 +0200
6dc2b54
Increment accuaracy in drawtime calculation by
2015-04-18 18:45:48 +0200
c27c731
Monotonic clock cannot jump backwards. by
2015-04-18 18:46:17 +0200
6ee56d6
Place tlinelen type on separate line. by
2015-04-18 18:45:21 +0200
215bdb2
Add tty line support by
2015-04-13 19:03:53 +0200
56abffb
Fix memmove() invocation with src/dst being NULL by
2015-04-15 09:43:06 +0100
aff35af
Use as command arguments the remaining parameters by
2015-04-14 09:53:24 +0200
83e73c6
Merge branch 'master' of ssh://suckless.org/gitrepos/st by
2015-04-14 09:47:19 +0200
42fa1f5
Implement most ICCCM rules for selection handling. by
2015-04-11 21:21:34 +0200
23ed128
Merge branch 'master' of ssh://suckless.org/gitrepos/st by
2015-04-13 22:01:40 +0200
9eb70a2
Do not use tmoveto in tputtab. by
2015-04-13 14:03:35 +0200
9619760
tresize: remove unnecessary if by
2015-04-12 10:30:19 +0200
a6af2cc
Remove old TODO entry. by
2015-04-13 16:06:21 +0200
b94ad75
Remove 'titles' variable. by
2015-04-13 16:05:49 +0200
e6dd0f8
Remove useless if in tstrsequence. by
2015-04-13 14:34:23 +0200
b0310fb
Simplify tmoveto. by
2015-04-13 14:03:51 +0200
9d1495f
Fix typo. by
2015-04-13 14:03:12 +0200
c569e31
Remove 'slide' variable in tresize. by
2015-04-11 19:30:36 +0200
39ae1a4
Move tresize comments around. by
2015-04-11 19:30:12 +0200
6352502
tresize: move for loop outside if by
2015-04-11 19:29:52 +0200
b9390a5
Simplify loop condition. by
2015-04-11 12:47:16 +0200
d2937b0
Remove unnecessary XFilterEvent call. by
2015-04-11 12:15:51 +0200
d3e0f34
Use do..while in window mapping loop. by
2015-04-11 12:18:57 +0200
ecac5ee
Make DECSCUSR thickness configurable by
2015-04-09 18:22:31 -0700
93b54cf
Use MAX macro where possible. by
2015-04-09 20:04:43 +0000
6f5f770
Remove 'xloadfontset' function. by
2015-04-08 23:24:06 +0000
6524f02
Remove keywords from function definitions. by
2015-04-08 23:17:33 +0000
9305f3c
Remove variable names from function declarations. by
2015-04-08 23:16:57 +0000
5bb9012
Remove redundant control check by
2015-04-06 10:55:00 +0200
69d1fe0
Fixed STR sequence termination condition by
2015-04-05 23:58:10 +0000
288f80c
Remove strsep() call by
2015-03-20 06:46:59 +0000
c9357a8
Merge remote-tracking branch 'origin/master' by
2015-03-19 08:36:50 +0000
580302f
Support the DECSCUSR CSI escape sequence by
2015-03-18 21:12:47 +0100
246c348
arg.h wasn't used for dist. by
2015-03-16 22:17:30 +0100
b341e51
Handle pasting of empty selection. by
2015-03-16 11:51:23 -0400
86d1e43
Support XA_STRING in notify request by
2015-03-15 18:07:46 +0000
c7e24e4
TODO: Fix fontconfig by
2015-03-14 08:53:41 +0100
5406e65
Add the new selection shortcuts to the manpage. by
2015-03-14 08:52:37 +0100
72d2acc
Glibc wants me to use _DEFAULT_SOURCe. I do obey. by
2015-03-14 08:43:57 +0100
2fcfea1
Add Mod + Shift + c/v and no selclear. by
2015-03-14 07:41:59 +0100
b746816
Allow combinations with Backspace by
2015-03-13 07:26:16 +0000
4f60751
FAQ: fix wording by
2015-03-10 01:23:07 +0100
f5075a9
Backspace value shouldn't depend on keypad state by
2015-03-11 17:13:35 +0000
c87d454
Merge branch 'master' of ssh://suckless.org/gitrepos/st by
2015-03-10 21:59:41 +0100
28259f5
St now does only set PRIMARY on selection. by
2015-03-10 21:58:32 +0100
adeb2e9
FAQ: fix wording by
2015-03-10 01:23:07 +0100
9494362
Fixing the C reading test. by
2015-03-10 21:11:04 +0100
cf1fcc4
Change the FAQ for the new Backspace behaviour. by
2015-03-10 00:20:28 +0100
230d0c8
Finally resolving the backspace problem. by
2015-03-10 00:00:44 +0100
b0bddc6
Add a hack to handle unknown chars in fontconfig. by
2015-03-09 23:16:03 +0100
487bbb2
Update kdch1 definition to three octal digits. by
2015-03-05 15:52:51 +0000
29619a1
Small improvements to the FAQ by
2015-02-28 16:13:47 +0000
b8804f9
document keys in man page by
2015-02-19 16:33:22 -0500
1b51404
Let curses do the dirty work for flash by
2015-02-15 00:34:03 +0100
3604445
Comment default CC assignment by
2015-02-22 10:59:26 +0000
ac11bbb
Update dates in LICENSE by
2015-02-22 10:58:37 +0000
c5f1d74
Update year in usage() by
2015-02-15 17:46:15 +0100
7dd24bf
Fix crash on font resize resize by
2015-02-15 17:11:22 +0100
aba6c29
Correct shift amount on MODE_INSERT in tputc() by
2015-01-29 15:00:39 -0800
4d14d97
Fix crash due to wide characters by
2015-01-29 15:06:43 -0800
708b697
Fix crash due to invalid timespec given to pselect by
2014-12-12 08:39:07 +0100