From: Mudskipper875 <89634034+Mudskipper875@users.noreply.github.com> Date: Sun, 15 May 2022 14:11:16 +0000 (+0530) Subject: Fix escape codes for POSIX `sh` X-Git-Tag: v0.2.0.0~62^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/4228476fa8dcd6c2747e3d71fd435b8ed4f58e6b?hp=4228476fa8dcd6c2747e3d71fd435b8ed4f58e6b Fix escape codes for POSIX `sh` `\e` works with shells like bash and zsh, but not with dash. `\033` is portable and POSIX compliant. ---