bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69066: [PATCH] Fix compilation filtration if carriage is moved


From: Gagauz Evgenij Vladimirovich
Subject: bug#69066: [PATCH] Fix compilation filtration if carriage is moved
Date: Thu, 22 Feb 2024 09:33:15 +0100

I could reproduce it with the following simple bash script:

printf '\r\e[K0'
sleep 1
printf '\r\e[K1'
sleep 1
printf '\r\e[K2'
sleep 1
printf '\r\e[K3'
sleep 1
printf '\r\e[K4'

The result is:
./test.sh
^[[K4
Compilation finished at Thu Feb 22 01:10:34

Interesting enough that the issue is not reproduced without sleeps. It seems that the stream must be flushed to reproduce the issue.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]