Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
bash:tip_colors_and_formatting [2017/09/01 12:24]
127.0.0.1 external edit
bash:tip_colors_and_formatting [2017/09/07 06:51]
flozz [Set]
Line 37: Line 37:
 |  5   | Blink ((Does not work with most of the terminal emulators, works in the tty and XTerm.)) | <code bash>​echo -e "​Normal \e[5mBlink"</​code>​ | {{:​bash:​colors_format:​vt100_format_05_blink.gif?​nolink|Normal Blink}} | |  5   | Blink ((Does not work with most of the terminal emulators, works in the tty and XTerm.)) | <code bash>​echo -e "​Normal \e[5mBlink"</​code>​ | {{:​bash:​colors_format:​vt100_format_05_blink.gif?​nolink|Normal Blink}} |
 |  7   | Reverse (invert the foreground and background colors) | <code bash>​echo -e "​Normal \e[7minverted"</​code>​ | {{:​bash:​colors_format:​vt100_format_07_inverted.png?​nolink|Normal inverted}} | |  7   | Reverse (invert the foreground and background colors) | <code bash>​echo -e "​Normal \e[7minverted"</​code>​ | {{:​bash:​colors_format:​vt100_format_07_inverted.png?​nolink|Normal inverted}} |
-|  8   | Hidden (usefull ​for passwords) | <code bash>​echo -e "​Normal \e[8mHidden"</​code> ​    | {{:​bash:​colors_format:​vt100_format_08_hidden.png?​nolink|Normal Hidden}} ​        |+|  8   | Hidden (useful ​for passwords) ​ | <code bash>​echo -e "​Normal \e[8mHidden"</​code> ​    | {{:​bash:​colors_format:​vt100_format_08_hidden.png?​nolink|Normal Hidden}} ​        |
  
 ==== Reset ==== ==== Reset ====
 
bash/tip_colors_and_formatting.txt · Last modified: 2018/08/09 09:14 by flozz