That's interessting. Which OS, desktop, and version of lxterminal do you use?
Btw, as was suggested, I've opened a project issue entry at github: https://github.com/lxde/lxterminal/issues/116 bill-auger wrote on 08/08/23 06:39:
On Mon, 7 Aug 2023 11:18:30 +0200 U.Mutlu wrote:void printf_test() { printf("\e[1mbold\e[0m\n"); printf("\e[3mitalic\e[0m\n"); printf("\e[3m\e[1mbold italic\e[0m\n"); printf("\e[4munderline\e[0m\n"); printf("\e[9mstrikethrough\e[0m\n"); printf("\e[31mHello World\e[0m\n"); printf("\x1B[31mHello World\e[0m\n"); }i could not reproduce the unexpected behavior - perhaps something (terminfo?) is over-ridden? - perhaps certain fonts or WMs are incompatible? can anyone else confirm the unexpected behavior? - those `printf` commands work as expected on my system, in both C and BASH $ printf "\e[1mbold\e[0m\n" $ printf "\e[3mitalic\e[0m\n" $ printf "\e[3m\e[1mbold italic\e[0m\n" $ printf "\e[4munderline\e[0m\n" $ printf "\e[9mstrikethrough\e[0m\n" $ printf "\e[31mHello World\e[0m\n" $ printf "\x1B[31mHello World\e[0m\n"
_______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
