Commit Graph

1394 Commits

Author SHA1 Message Date
0bd7a0bb0d Merge branch 'master' of github.com:LukeSmithxyz/st 2018-08-27 13:14:35 -04:00
8148957553 bg fix on some graphical systems 2018-08-27 13:13:56 -04:00
85d8621d8c Update LICENSE 2018-08-02 00:28:17 -04:00
f0f1621f40 junk cleanup 2018-08-02 00:11:23 -04:00
075f8eee4a old patches removed 2018-08-01 21:28:49 -04:00
ffe6670fe2 alt-shift-up/down for zooming 2018-08-01 09:57:41 -04:00
4f4bccd162 Revert "Simplify cursor color handling"
This reverts commit 1911c9274d.
2018-07-17 20:01:58 +02:00
8ed7a4b3b7 Revert "Make cursor follow text color"
This reverts commit b51bcd5553.
2018-07-17 20:01:57 +02:00
732be223ee Revert "Fix crash when cursor color is truecolor"
This reverts commit 5535c1f04c.
2018-07-17 20:01:54 +02:00
02ebb37e50 Merge pull request #5 from cquijano/patched
fix defaultbg value, solve sigfault
2018-07-15 14:03:29 -04:00
c49edb020e fix defaultbg value, solve sigfault 2018-07-15 19:40:51 +02:00
5535c1f04c Fix crash when cursor color is truecolor
Reported-by: Ivan Tham <pickfire@riseup.net>
2018-07-15 18:16:52 +02:00
b51bcd5553 Make cursor follow text color 2018-07-14 12:49:37 +02:00
1911c9274d Simplify cursor color handling 2018-07-14 12:49:35 +02:00
43af5f7790 manual updates 2018-07-08 14:23:08 -04:00
f9cd5efaa0 shift-insert now pastes from clipboard 2018-07-08 14:22:52 -04:00
7f231a6b54 xresources patch now default 2018-07-07 03:28:01 -04:00
29f341da7c Fix crash on resize
Prevent to realloc xw.specbuc with a negative number of col.
Add proper hints for the minimal size, for one character.
2018-06-30 20:51:46 +02:00
195535facc wal compatibility added 2018-06-25 19:28:26 -04:00
dc3b5babf1 config.mk: remove extra newline before EOF 2018-06-02 17:11:14 +02:00
235a783e03 code-style for pledge(2)
feedback from Klemens, thanks
2018-05-25 13:04:09 +02:00
30ce2cc002 Pledge on OpenBSD 2018-05-25 11:59:28 +02:00
ae9739faed alt-shift-j/k zoom bindings b/c why not lmao 2018-05-01 15:01:58 -07:00
f6ecf743ab cleaning 2018-05-01 14:42:15 -07:00
cd357e5c67 Big cleanup and some redundant bindings added 2018-05-01 14:36:36 -07:00
60ea12d971 Updated few minor changes in README. 2018-04-25 22:58:56 +02:00
67940f05e5 Updated README with few more info. 2018-04-25 22:53:54 +02:00
582549f486 Updade README with more info no custom changes.
Updated config.def.h with my/luke preferences. Font=14px, alpha=0xcd, colorname[]=pop_os-inspired.
Changed values for bg,fg and cursor using 256, 257, 258 indexs from colorname[].
Patched with luke's keymapping's.
2018-04-25 22:49:04 +02:00
0ad3d4eddf Updated st 0.8.1. Used new patches, scrollblock and alpha fixed.
Created run-patches.sh, runs all patches on clean st 0.8.1 code.
All old patches remvoed, including trasparency diff.
Not including solarized theme, don't see value of it.
Commented colornames array with color indexs from 0-15, includes index 255, and afterwards bg, fg and cursor, change those for background, foreground and cursor color. Seems better than solarized toggle.
Updated README.
2018-04-25 22:15:11 +02:00
041912a791 error message style and use strerror in a few places 2018-03-29 18:30:05 +02:00
bd3f7fd842 st -v: remove years and copyright text 2018-03-29 18:18:30 +02:00
74cff67bd7 set sel.alt in selstart instead of selextend 2018-03-29 18:15:29 +02:00
6f0f2b7ec3 bump version to 0.8.1 2018-03-20 21:29:10 +01:00
f4020b2cc4 fix regression by selecting clipboard text
"restore the old behaviour that the primary doesn't get deleted by a simple
left click"

Patch by Daniel Tameling <tamelingdaniel@gmail.com>, thanks!
2018-03-20 21:25:30 +01:00
a5a928bfc1 don't modify argv, use a counter
on some platforms (OpenBSD) this changes the exposed argv in tools using
the kvm_* interface, such as ps and pgrep.
2018-03-20 21:22:27 +01:00
6ac8c8aa50 selextend: clarify: !sel.mode == SEL_IDLE 2018-03-17 13:48:29 +01:00
5345db3c9b clipcopy: no need to check for free(NULL), set to NULL after free 2018-03-17 13:48:10 +01:00
7648697f71 minor code-style: whitespace fixes 2018-03-16 16:45:58 +01:00
0b507bb731 Fix title initialization 2018-03-16 16:44:30 +01:00
e7ef3c4ce9 Fix regression from 69e32a6 when setting title. 2018-03-16 16:44:30 +01:00
8ab629031b LICENSE: fix a few years 2018-03-14 20:08:00 +01:00
a712c2dd18 update LICENSE: major contributors 2018-03-14 20:00:35 +01:00
0f245dfeb9 Makefile: add all files to make dist 2018-03-14 19:54:50 +01:00
49a4f91fc5 bump version to 0.8 2018-03-14 19:50:37 +01:00
efad574780 transparency more opaque 2018-03-12 10:57:47 -07:00
8c0ade2c1e transparency now default 2018-03-10 19:52:41 -07:00
c5ba9c025b use math.h for ceilf 2018-03-09 15:36:38 +01:00
b81888ee7d xhints: no need to initialize sizeh 2018-03-09 15:36:25 +01:00
8b8255ac0e regression: include termios.h for tcsendbreak etc 2018-03-09 15:35:34 +01:00
20e0da7f14 General cleanup
Simplifies logic in a couple places and removes a redundant function
call.

Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
2018-02-25 21:56:26 -06:00