Compare commits

..

7 Commits

Author SHA1 Message Date
7aafb5b5fc merge changes from upstream/master (updates to v0.8.3) 2020-05-03 13:48:13 +02:00
Jan Klemkow
fb97850d77 replace exit(3) by _exit(2) in signal handler sigchld()
exit(3) is not async-signal-safe but, _exit(2) is.
This change prevents st to crash and dump core.
2020-05-03 13:41:44 +02:00
Hiltjo Posthuma
79b82c771e bump version to 0.8.3 2020-05-03 13:41:44 +02:00
0061f3606e fixed cursor error 2020-05-03 13:41:44 +02:00
f112b949d3 added alpha defintions from xresources 2020-05-03 13:41:44 +02:00
08427d8527 modified color definitions in config.def.h 2020-05-03 13:41:44 +02:00
8e29abe796 added xresource patch 2020-05-03 13:41:44 +02:00

View File

@ -134,7 +134,7 @@ static unsigned int defaultrcs = 257;
* 6: Bar ("|") * 6: Bar ("|")
* 7: Snowman ("") * 7: Snowman ("")
*/ */
static unsigned int cursorshape = 6; static unsigned int cursorshape = 2;
/* /*
* Default columns and rows numbers * Default columns and rows numbers