Re: [cdesktopenv-devel] [PATCH] dtterm: Fix title and icon Sun esc seqs

2024-03-02 Thread Jon Trulson
On 2/26/24 05:42, Paul via cdesktopenv-devel wrote: Howdy all, This patch aims to fix an issue where dtterm replies with "%s" when given either 'CSI 20 t' or 'CSI 21 t'. Patch applied, thanks! -jon Example of wrong behaviour: $ echo "^[[21t" $ l%s Example of correct behaviour: $ echo "

[cdesktopenv-devel] [PATCH] dtterm: Fix title and icon Sun esc seqs

2024-02-26 Thread Paul via cdesktopenv-devel
Howdy all, This patch aims to fix an issue where dtterm replies with "%s" when given either 'CSI 20 t' or 'CSI 21 t'. Example of wrong behaviour: $ echo "^[[21t" $ l%s Example of correct behaviour: $ echo "^[[21t" $ lTerminal Regards, Paul. 0001-dtterm-fix-title-and-icon-Sun-esc_seqs.patch De