1403 Commits

Author SHA1 Message Date
Luke Smith 7186ee2ddd mouse bindings and documentation 2018-10-16 15:21:02 -04:00
Luke Smith 07bfca3009 default font larger 2018-10-16 14:41:35 -04:00
Luke Smith 2e89d5f575 man fixes 2018-10-16 14:41:14 -04:00
Luke Smith 523d83e6ab copy/paste fixes 2018-10-04 16:53:12 -04:00
Luke Smith 53b4c270aa bgcolor to 0 2018-10-04 16:18:07 -04:00
Luke Smith a8137b4541 readme color update 2018-09-14 07:57:35 -04:00
Hiltjo Posthuma 30ec9a3dc3 small code-style fix 2018-09-11 19:06:35 +02:00
Quentin Rameau 67d0cb65d0 Remove the ISO 14755 feature
And move it to the patches section.
Keeping it would force to add an exec pledge on OpenBSD, and some
people think it's bloated, so bye!
2018-09-11 19:05:55 +02:00
Luke Smith 059106186b Revert "Update LICENSE"
This reverts commit 85d8621d8c.
2018-09-01 00:16:58 -04:00
Luke Smith 0bd7a0bb0d Merge branch 'master' of github.com:LukeSmithxyz/st 2018-08-27 13:14:35 -04:00
Luke Smith 8148957553 bg fix on some graphical systems 2018-08-27 13:13:56 -04:00
Luke Smith 85d8621d8c Update LICENSE 2018-08-02 00:28:17 -04:00
Luke Smith f0f1621f40 junk cleanup 2018-08-02 00:11:23 -04:00
Luke Smith 075f8eee4a old patches removed 2018-08-01 21:28:49 -04:00
Luke Smith ffe6670fe2 alt-shift-up/down for zooming 2018-08-01 09:57:41 -04:00
Hiltjo Posthuma 4f4bccd162 Revert "Simplify cursor color handling"
This reverts commit 1911c9274d.
2018-07-17 20:01:58 +02:00
Hiltjo Posthuma 8ed7a4b3b7 Revert "Make cursor follow text color"
This reverts commit b51bcd5553.
2018-07-17 20:01:57 +02:00
Hiltjo Posthuma 732be223ee Revert "Fix crash when cursor color is truecolor"
This reverts commit 5535c1f04c.
2018-07-17 20:01:54 +02:00
Luke Smith 02ebb37e50 Merge pull request #5 from cquijano/patched
fix defaultbg value, solve sigfault
2018-07-15 14:03:29 -04:00
Carlos Quijano c49edb020e fix defaultbg value, solve sigfault 2018-07-15 19:40:51 +02:00
Jules Maselbas 5535c1f04c Fix crash when cursor color is truecolor
Reported-by: Ivan Tham <pickfire@riseup.net>
2018-07-15 18:16:52 +02:00
Jules Maselbas b51bcd5553 Make cursor follow text color 2018-07-14 12:49:37 +02:00
Jules Maselbas 1911c9274d Simplify cursor color handling 2018-07-14 12:49:35 +02:00
Luke Smith 43af5f7790 manual updates 2018-07-08 14:23:08 -04:00
Luke Smith f9cd5efaa0 shift-insert now pastes from clipboard 2018-07-08 14:22:52 -04:00
Luke Smith 7f231a6b54 xresources patch now default 2018-07-07 03:28:01 -04:00
Jules Maselbas 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
Luke Smith 195535facc wal compatibility added 2018-06-25 19:28:26 -04:00
Hiltjo Posthuma dc3b5babf1 config.mk: remove extra newline before EOF 2018-06-02 17:11:14 +02:00
Hiltjo Posthuma 235a783e03 code-style for pledge(2)
feedback from Klemens, thanks
2018-05-25 13:04:09 +02:00
Hiltjo Posthuma 30ce2cc002 Pledge on OpenBSD 2018-05-25 11:59:28 +02:00
Luke Smith ae9739faed alt-shift-j/k zoom bindings b/c why not lmao 2018-05-01 15:01:58 -07:00
Luke Smith f6ecf743ab cleaning 2018-05-01 14:42:15 -07:00
Luke Smith cd357e5c67 Big cleanup and some redundant bindings added 2018-05-01 14:36:36 -07:00
Kornelije Sajler 60ea12d971 Updated few minor changes in README. 2018-04-25 22:58:56 +02:00
Kornelije Sajler 67940f05e5 Updated README with few more info. 2018-04-25 22:53:54 +02:00
Kornelije Sajler 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
Kornelije Sajler 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
Hiltjo Posthuma 041912a791 error message style and use strerror in a few places 2018-03-29 18:30:05 +02:00
Hiltjo Posthuma bd3f7fd842 st -v: remove years and copyright text 2018-03-29 18:18:30 +02:00
Daniel Tameling 74cff67bd7 set sel.alt in selstart instead of selextend 2018-03-29 18:15:29 +02:00
Hiltjo Posthuma 6f0f2b7ec3 bump version to 0.8.1 2018-03-20 21:29:10 +01:00
Hiltjo Posthuma 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
Hiltjo Posthuma 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
Hiltjo Posthuma 6ac8c8aa50 selextend: clarify: !sel.mode == SEL_IDLE 2018-03-17 13:48:29 +01:00
Hiltjo Posthuma 5345db3c9b clipcopy: no need to check for free(NULL), set to NULL after free 2018-03-17 13:48:10 +01:00
Hiltjo Posthuma 7648697f71 minor code-style: whitespace fixes 2018-03-16 16:45:58 +01:00
Quentin Rameau 0b507bb731 Fix title initialization 2018-03-16 16:44:30 +01:00
Quentin Rameau e7ef3c4ce9 Fix regression from 69e32a6 when setting title. 2018-03-16 16:44:30 +01:00
Hiltjo Posthuma 8ab629031b LICENSE: fix a few years 2018-03-14 20:08:00 +01:00