You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
wellcomez
changed the title
use textinput like '\e]4;1;%s\a\e[0;41m \e[m' "$1" to show color text directly
format texti input as '\e]4;1;%s\a\e[0;41m \e[m' "$1" to show color text directly
Sep 2, 2024
I find bash can use e]xxx ..... e[m to define text color directly. This way is more flexisible than using ui style.
add api:
The text was updated successfully, but these errors were encountered: