This shows you the differences between two versions of the page.
| — |
commands:attrcolor [2010-01-23 18:12] (current) 207.53.192.2 created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== attrcolor ====== | ||
| + | |||
| + | ===== Default Keybindings ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Syntax ===== | ||
| + | |||
| + | * '' | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | This command can be used to highlight attributes by changing the color of | ||
| + | the text. If the attribute //attrib// is in use, the specified attribute/ | ||
| + | modifier | ||
| + | deleted. | ||
| + | '' | ||
| + | foreground color and "'' | ||
| + | |||
| + | ===== Examples ===== | ||
| + | |||
| + | < | ||
| + | attrcolor b " | ||
| + | </ | ||
| + | |||
| + | Change the color to bright red if bold text is to be printed. | ||
| + | |||
| + | < | ||
| + | attrcolor u "-u b" | ||
| + | </ | ||
| + | |||
| + | Use blue text instead of underline. | ||
| + | |||
| + | < | ||
| + | attrcolor b " | ||
| + | </ | ||
| + | |||
| + | Use bright colors for bold text. Most terminal emulators do this already. | ||
| + | |||
| + | < | ||
| + | attrcolor i " | ||
| + | </ | ||
| + | |||
| + | Make bright colored text also bold. | ||
| + | |||
| + | ===== See Also ===== | ||
| + | |||
| + | * [[: | ||