62f9142
Updating the TODO in preparating for 0.5. by
2014-04-05 20:39:46 +0200
a495fce
There is no need for a full dirt redraw. by
2014-04-05 20:34:57 +0200
6f4cfa5
Fixing a compiler warning with the assignment. by
2014-04-02 09:26:28 +0200
672e4e4
Fix segfault when pressing PrintScr without a selection by
2014-03-26 23:58:27 +0100
45b808b
new utf decoder by
2014-03-25 20:20:26 +0100
71328cb
Merge branch 'master' of ssh://suckless.org/gitrepos/st by
2014-03-10 15:16:26 +0100
85f8a41
Add terminfo entries for printer by
2014-02-01 11:11:11 +0100
78f8843
Add sequence for printing the current selection by
2014-02-01 13:41:58 +0100
96c230e
Add key definition for printer sequences by
2014-01-31 23:05:42 +0100
6166a1a
Add MC for the full screen by
2014-01-31 22:25:51 +0100
cf332a3
Add MC for a single line by
2014-01-31 21:53:53 +0100
1584956
Style cleanup. by
2014-03-01 11:04:03 +0100
d2ec39f
Style matters. by
2014-03-01 09:22:57 +0100
1f0d981
Add MC sequence by
2014-01-31 20:57:09 +0100
cdb3b18
Add xstrdup function by
2014-02-01 11:12:47 +0100
315b7ee
Merge remote-tracking branch 'origin/master' by
2014-02-04 11:46:45 +0100
c2026a4
Removing the w3img support. by
2014-02-03 20:54:25 +0100
6521b5d
Remove non defined behaviour in selcopy by
2014-01-31 17:30:00 +0100
a8d5870
Remove duplicated code in strhandle by
2014-01-31 17:04:18 +0100
21d905c
Make Shift+Home equal to CLS in ascii mode by
2014-01-31 16:54:58 +0100
9523233
Make CONTROL + DELETE delete a line by
2014-01-31 14:18:25 +0100
d2173cd
Fix SHIFT+DEL definition by
2014-01-31 12:23:53 +0100
9559100
Use character scaling in XCopyArea by
2014-01-19 10:48:35 -0600
c0a56ef
Make w3mimgdisplay work with st by
2014-01-11 12:54:36 +0100
9df9a47
Fix truecolor escapes, when both bg and fg are set by
2014-01-03 15:24:24 +0100
e8dba89
query pixel size from matched font by
2013-12-17 15:14:19 -0500
33da67d
Update arg.h from sbase by
2013-12-18 08:29:28 +0100
d60ee73
Prevent resizing stdin by
2013-12-17 12:45:38 -0500
ef1dc9f
Replace alignment tabs with spaces. by
2013-10-20 19:16:33 +0200
6162d63
Fix comments in config.def.h to match field names. by
2013-10-20 18:18:00 +0200
fb8e3f6
Fix definition of F28 key. by
2013-12-15 16:45:51 +0100
39f28b1
Set _NET_WM_PID attribute by
2013-12-11 07:10:08 -0600
2738592
Fix rmul definition by
2013-12-06 09:22:37 -0600
08a3eea
Add stdint include by
2013-11-25 16:06:22 +0100
5347439
Fix stupid bug in tdefcolor returning -1 in unsigned function by
2013-11-25 14:09:53 +0100
1fe0a5f
Use int instead of long for color by
2013-11-24 10:20:45 +0100
4435e0e
add _NET_WM_NAME by
2013-11-22 10:45:48 -0500
7263820
Simplify logic in kmap(). by
2013-10-19 15:13:13 +0200
1fa27b9
Simplify logic in match(). by
2013-10-19 14:56:40 +0200
3d3c37b
Merge remote-tracking branch 'origin/master' into omaster by
2013-10-28 19:18:24 +0100
489982d
Fixed lock up when system time jumps backwards by
2013-06-19 21:24:01 +0100
297c886
Ignore numlock (Mod2Mask) for button events too. by
2013-09-22 00:07:49 +0200
0f6942c
Avoid buffer overrun in bpress() by
2013-10-06 12:19:12 +0200
8e57732
New ttysend() function calls ttywrite() and techo(). Honor MODE_ECHO when pasting in selnotify(). by
2013-10-05 11:49:35 +0200
939e149
Avoid buffer overrun in kpress() and remove limit on shortcut strings. by
2013-10-05 11:45:44 +0200
02ae3ce
Simplify Mod1 logic in kpress(), eliminating locals and a memcpy. by
2013-10-05 11:45:17 +0200
7a4eefe
Add support for multiple charset definitions by
2013-10-01 21:23:11 +0200
c5c2365
People, learn to keep to styles. Thanks. by
2013-10-02 21:06:50 +0200
62ab938
Fix save/restore cursor by
2013-10-01 20:02:24 +0200
2b1bc80
Add DSR cursor position sequence by
2013-10-01 20:01:15 +0200
eeae9b0
Fix core in multi-line selection on OpenBSD by
2013-09-21 23:33:56 +0200
8ac0a5f
Add bracketed paste mode by
2013-09-23 09:22:47 +0200
eae31a5
Fix some bugs in mouse tracking logic by
2013-07-25 16:19:19 -0700
cc2ea31
Default volume of the bell is 0. by
2013-09-12 20:52:10 +0200
bef599b
Add audible bell by
2013-09-12 20:41:34 +0200
210dda9
Wide character support. by
2013-09-07 12:41:36 +0200
a4358a1
Adding some contributors. Thanks to you all! by
2013-09-07 12:29:44 +0200
4245ba0
Correctly initialize altscreen when defaultbg is not 0. by
2013-08-26 00:10:47 +0200
f3d438b
Regarding commit 7e3cff3
by
2013-08-11 06:42:30 -0400
587bc93
Tmux is using C-b by default. by
2013-08-22 19:32:49 +0200
8d21ced
Correcting the bitmask value check. by
2013-08-20 18:18:48 +0200
4579693
Add terminfo definitions for terminals with meta key by
2013-08-12 15:25:18 +0200
347a45c
Fix signess of tdefcolor by
2013-08-05 16:37:59 -0400
22eeda5
Fixed memory leak in xsettitle(). by
2013-07-29 11:50:44 +0400
86c03dd
Fix blink mode check by
2013-07-25 16:24:16 -0700
7e3cff3
Use character size scaling factors by
2013-08-05 11:33:37 +0200
aaee0e8
Reload colors in reset by
2013-07-20 21:52:40 +0200
8dde8cd
Add RGB color definition by
2013-07-19 20:34:36 +0200
33ad83d
Improved font caching by
2013-07-19 01:07:02 -0400
40e4d76
fix: whitespace by
2013-06-22 23:07:00 +0200
fbc589d
Remove long text being cropped/wrapped to standard 80x24 on launch. by
2013-06-23 21:05:29 +0400
6fc471c
fix: consistent usage of bitmask operations on unicode functions by
2013-06-22 23:06:49 +0200
8b602a3
fix: do not need an extra variable for a single read by
2013-06-22 23:05:03 +0200
6e1c7c8
Fix match function bugs by
2013-06-23 10:33:53 +0200
90c6f05
Remove unneded call to draw by
2013-06-23 12:13:26 +0200
ebbac77
Fix selection clearing by
2013-06-23 12:09:19 +0200
7af030c
fix PageUp Modifier Mask in config.def.h by
2013-06-22 16:22:41 +0200
5d3318c
Fixing title setting with the title argument. by
2013-06-09 15:52:35 +0200
369734c
Adding xterm behaviour to setting the title. by
2013-06-06 19:09:18 +0200
2cf4f36
Bumping up the xfps so mouse motion won't reap the CPU. by
2013-06-01 14:39:13 +0200
7530694
Adding true mouse motion support. by
2013-06-01 14:37:30 +0200
d743b93
This is a shorter bit handling in MODE_MOUSE. by
2013-06-01 13:17:20 +0200
317b785
Add some comments about the other mouse reporting modes. by
2013-06-01 13:13:01 +0200
405fd89
Implementing mouse focus and all events. by
2013-06-01 13:06:53 +0200
8315dc4
Fixing bad highlighting on first SNAP_WORD multiline select. by
2013-06-01 12:23:55 +0200
b514410
Fixing the selection in a single line again. by
2013-05-26 16:10:22 +0200
8f1bef0
Fixing the selection scrolling and the selection naming. by
2013-05-26 13:07:26 +0200
8f47c4a
Lazy font unloading too. by
2013-05-11 21:59:55 +0200
62502a8
Lazy fontset loading. by
2013-05-11 08:54:26 +0200
678eff6
Removing an old select() regression. by
2013-05-06 19:50:14 +0200
8e96873
Allow more complex delimiters for word selections. by
2013-05-04 19:04:20 +0200
0c2b513
Expand the last line with '\n' in case of overselection. by
2013-05-04 19:00:32 +0200
634c247
Select to the end of row if end of line is reached. by
2013-05-04 08:05:11 +0200
5938fa9
Better comments for the snapping code. by
2013-05-04 08:01:17 +0200
8618386
More stable blinking. by
2013-05-01 13:14:46 +0200
e1458ef
Explaining blinking for the dummies. by
2013-04-28 21:32:42 +0200
911ba56
Selection snapping is now considering wrapping. by
2013-04-28 18:14:15 +0200
a53017c
Add a possibility to modify the string sent by mouse buttons. by
2013-04-28 17:42:30 +0200
a77b011
Be more efficient in blinking. by
2013-04-26 18:55:40 +0200
1e09726
Enable blinking in st. by
2013-04-26 18:41:54 +0200