blob: e43151934914200a10b3439d15fc01411dab2694 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[
{ type: install
message: <<EOM
To use the visual mode (command 'v' in the interactive mode) the terminal must
support 256 colors.
For xterm this can be enabled by
export TERM=xterm-256color
EOM
}
]
|