diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 4a671d048c4..ae505f020f2 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -3236,7 +3236,7 @@ use the Bourne shell command `TERM=... export TERM' (C-shell:\n\ | |||
| 3236 | MultiLeft (tty) = tgetstr ("LE", address); | 3236 | MultiLeft (tty) = tgetstr ("LE", address); |
| 3237 | MultiRight (tty) = tgetstr ("RI", address); | 3237 | MultiRight (tty) = tgetstr ("RI", address); |
| 3238 | 3238 | ||
| 3239 | /* SVr4/ANSI color suppert. If "op" isn't available, don't support | 3239 | /* SVr4/ANSI color support. If "op" isn't available, don't support |
| 3240 | color because we can't switch back to the default foreground and | 3240 | color because we can't switch back to the default foreground and |
| 3241 | background. */ | 3241 | background. */ |
| 3242 | tty->TS_orig_pair = tgetstr ("op", address); | 3242 | tty->TS_orig_pair = tgetstr ("op", address); |