Hiltjo Posthuma
caa1d8fbea
FAQ: add entry about color emoji Xft bug
...
This has been asked many times on IRC and the mailinglist. Make it easier to
find information about this particular Xft issue by adding it to the FAQ.
2019-05-17 13:00:10 +02:00
Hiltjo Posthuma
21367a040f
revert part of commit add0211522
...
"use iswspace()/iswpunct() to find word delimiters
this inverts the configuration logic: you no longer provide a list of
delimiters -- all space and punctuation characters are considered
delimiters, unless listed in extrawordchars."
Feedback from IRC and personal preference.
2019-03-15 20:40:16 +01:00
Hiltjo Posthuma
b650256044
dont print color warning on color reset OSC 104 without parameter
...
also print explicitly "(null)" when printf "%s" p=NULL.
noticed when exiting mutt: printf '\x1b]104\x07'
2019-03-15 14:47:08 +01:00
Hiltjo Posthuma
9acec468fb
minor code-style, initialize var at the top of function
2019-03-15 14:42:50 +01:00
Hiltjo Posthuma
927621f6da
config.def.h: tweak extra worddelimiters
...
This changes the selection more like xterm.
To test try: "find /" and select a path.
2019-03-15 12:31:54 +01:00
Hiltjo Posthuma
ed68fe7dce
simplify (greedy) font caching allocating a bit
...
POSIX says:
"If ptr is a null pointer, realloc() shall be equivalent to malloc() for the
specified size."
2019-03-03 11:29:43 +01:00
Hiltjo Posthuma
4e0135afec
style: remove double empty newlines
2019-03-03 11:23:54 +01:00
Hiltjo Posthuma
75f92eb348
bump version to 0.8.2
2019-02-09 12:48:39 +01:00
Hiltjo Posthuma
3be4cf11d7
config: add Shift+Insert as selpaste() again
...
This was changed before in:
commit 20f713548d on Wed Jan 25 19:17:38 2017
2019-01-10 18:16:17 +01:00
Hiltjo Posthuma
7e19e11676
Makefile: fix dependencies on config.h
...
patch by Younes Khoudli (changed slightly). Thanks
2019-01-04 12:33:01 +01:00
Hiltjo Posthuma
d7bf023b2f
fix memory leak in xloadcols()
...
reported by Avi Halachmi (:avih)" <avihpit@yahoo.com >
patch slightly changed by me.
2018-11-04 14:35:07 +01:00
Hiltjo Posthuma
b4d68d4daa
st: small typofix in comment
2018-11-04 14:30:56 +01:00
Hiltjo Posthuma
30ec9a3dc3
small code-style fix
2018-09-11 19:06:35 +02: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
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
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
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
Hiltjo Posthuma
8ab629031b
LICENSE: fix a few years
2018-03-14 20:08:00 +01:00
Hiltjo Posthuma
a712c2dd18
update LICENSE: major contributors
2018-03-14 20:00:35 +01:00
Hiltjo Posthuma
0f245dfeb9
Makefile: add all files to make dist
2018-03-14 19:54:50 +01:00
Hiltjo Posthuma
49a4f91fc5
bump version to 0.8
2018-03-14 19:50:37 +01:00
Hiltjo Posthuma
c5ba9c025b
use math.h for ceilf
2018-03-09 15:36:38 +01:00
Hiltjo Posthuma
b81888ee7d
xhints: no need to initialize sizeh
2018-03-09 15:36:25 +01:00
Hiltjo Posthuma
8b8255ac0e
regression: include termios.h for tcsendbreak etc
2018-03-09 15:35:34 +01:00
Hiltjo Posthuma
b2ac917753
Revert "Revert "fixed STLDFLAG order in broken st Makefile""
...
This reverts commit 274d46ace0 .
Sorry, the original commit was correct after all. It allows has the
correct link order and supports static-linking also.
Just a reminder: it is important to give a (brief) rationale of the
patch intentions.
2017-09-15 11:16:37 +02:00
Hiltjo Posthuma
274d46ace0
Revert "fixed STLDFLAG order in broken st Makefile"
...
This reverts commit 7f990328e4 .
this was wrong as pointed out by k0ga:
"STLDFLAGS is about flags to the linker, for example -L
not about -l for that reason it must go before the object list".
2017-09-13 22:40:36 +02:00
Hiltjo Posthuma
9c61f29bb7
Revert "make clipboard patch obsolete"
...
This reverts commit 77c51c5a6b .
Having multiple clipboards are useful, for example for plumber scripts.
I've discussed this on IRC and it is useful to have.
2017-09-02 13:52:33 +02:00
Hiltjo Posthuma and Roberto E. Vargas Caballero
27b28f1dc2
FAQ: update typo and escape code for smkx
...
Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com >
2014-06-11 11:17:17 +02:00
Hiltjo Posthuma and Roberto E. Vargas Caballero
bb6dc33206
tiny cleanup
...
Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com >
2014-06-04 21:09:07 +02:00
Hiltjo Posthuma and Roberto E. Vargas Caballero
cf890e5bf0
Allow mouse selection override using ShiftMask
...
Similar to xterm or urxvt holding shift before selecting text with the mouse
allows to override copying text. For example in tmux with "mode-mouse on" or
vim (compiled with --with-x), mc, htop, etc.
forceselmod in config.h sets the modifier to use this mode, by default
ShiftMask.
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org >
2014-05-14 07:48:25 +02:00