From: Paul <pa...@li...> - 2024-02-26 13:02:05
|
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. |