termux-styling icon indicating copy to clipboard operation
termux-styling copied to clipboard

Can't see the $ on white colors

Open ColinLabDev opened this issue 2 years ago • 3 comments

Picking any white mode colors will make the $ invisible to see Screenshot_20220610_174106_com termux

ColinLabDev avatar Jun 10 '22 09:06 ColinLabDev

post output of echo $PS1

ChiefMikeK avatar Jun 14 '22 14:06 ChiefMikeK

Screenshot_20220614_225005_com termux

ColinLabDev avatar Jun 14 '22 14:06 ColinLabDev

next time copy paste the text here instead of a screenshot ﹩echo $PS1 \n\e[00;34m\]\t\e[00;32m\] /~/(pwd|tail -c+23)\e[00m \n﹩ 97m makes it change color 0m re-sets the color to default see

  • https://stackoverflow.com/questions/4842424/list-of-ansi-color-escape-sequences

try moving $ the end

ChiefMikeK avatar Jun 14 '22 15:06 ChiefMikeK