When I look at a man page in my 'console' (not an xterm) I see some coloration, but I don't get this in my xterm's (e.g. konsole) is there any way I can enable this? hopefully a fairly simple solution?
|
|
|
You need to use the termcap(5) feature. The man page on some Unices says this tool is obsolete and to use 'terminfo', but it's still available on others, and terminfo is more complicated. I do the following so that
And then in my ~/.bashrc, I do this:
|
|||||||
|
|
I think this might be helpful. |
|||||||||
|
|
You can solve this issue by using a different pager, for example
If
|
|||||
|
|
This should be helpful: Less Colors For Man Pages. |
||||
|
|
