commit 7fb0c0cc681f36be2ad12091ef93a41671f32738 [browse]
Author: Hiltjo Posthuma
Date: 2022-01-07 12:39:57 +01:00

bump version to 0.8.5

commit 7fb0c0cc681f36be2ad12091ef93a41671f32738 [browse]
Author: Hiltjo Posthuma
Date: 2022-01-02 12:15:45 +01:00

FAQ: fix a typo, patch -> path

commit 7fb0c0cc681f36be2ad12091ef93a41671f32738 [browse]
Author: jamin
Date: 2021-12-29 09:07:17 -08:00

Fix overtyping wide characters.

Overtyping the first half of a wide character with the
second half of a wide character results in display garbage.
This is because the trailing dummy is not cleaned up.

i.e.  ATTR_WIDE, ATTR_WDUMMY, ATTR_WDUMMY

Here is a short script for demonstrating the behavior:

	#!/bin/sh
	alias printf=/usr/bin/printf
	printf こんにちは!; sleep 2
	printf '\x1b[5D'; sleep 2
	printf へ; sleep 2
	printf ' '; sleep 2
	echo

commit 7fb0c0cc681f36be2ad12091ef93a41671f32738 [browse]
Author: Jochen Sprickerhof
Date: 2021-12-27 11:41:42 +01:00

Fix null pointer access in strhandle

According to the spec the argument is optional for 104, so p can be
NULL as can be tested with printf '\x1b]104\x07'. This is a regression
of 8e31030.

commit 7fb0c0cc681f36be2ad12091ef93a41671f32738 [browse]
Author: Hiltjo Posthuma
Date: 2021-12-26 19:00:41 +01:00

follow-up fix for OSC color sequences, return

Otherwise the message "erresc: unknown str" is printed.

clone the repository to get more history