diff options
| author | Paul Eggert | 2011-12-10 16:56:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-10 16:56:50 -0800 |
| commit | 8f50130c565eaf0ad7c49e4ad044c3291ecdfa71 (patch) | |
| tree | c8129448cbbf387fe82667ccac02983592c688f1 /src/term.c | |
| parent | 85a83e2e2585a1906dec5168ed96ad521b5849ed (diff) | |
| parent | 7b9d523a07395ecea505be88f45c33d73aea7038 (diff) | |
| download | emacs-8f50130c565eaf0ad7c49e4ad044c3291ecdfa71.tar.gz emacs-8f50130c565eaf0ad7c49e4ad044c3291ecdfa71.zip | |
Merge from trunk.
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 fb3166a6e50..036f5797e48 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -3234,7 +3234,7 @@ use the Bourne shell command `TERM=... export TERM' (C-shell:\n\ | |||
| 3234 | MultiLeft (tty) = tgetstr ("LE", address); | 3234 | MultiLeft (tty) = tgetstr ("LE", address); |
| 3235 | MultiRight (tty) = tgetstr ("RI", address); | 3235 | MultiRight (tty) = tgetstr ("RI", address); |
| 3236 | 3236 | ||
| 3237 | /* SVr4/ANSI color suppert. If "op" isn't available, don't support | 3237 | /* SVr4/ANSI color support. If "op" isn't available, don't support |
| 3238 | color because we can't switch back to the default foreground and | 3238 | color because we can't switch back to the default foreground and |
| 3239 | background. */ | 3239 | background. */ |
| 3240 | tty->TS_orig_pair = tgetstr ("op", address); | 3240 | tty->TS_orig_pair = tgetstr ("op", address); |