diff options
| author | Stefan Monnier | 2007-08-31 07:00:18 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-08-31 07:00:18 +0000 |
| commit | b12f6e85a068462962d1bf012260e2b55aabd4e7 (patch) | |
| tree | f61eb1cee0d296ba9600b755ffbdfb18e324276a | |
| parent | fdb884632b37cb99031abd82663f28c3c48aec86 (diff) | |
| download | emacs-b12f6e85a068462962d1bf012260e2b55aabd4e7.tar.gz emacs-b12f6e85a068462962d1bf012260e2b55aabd4e7.zip | |
$TERM is now set to dumb.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -212,6 +212,9 @@ supported on other platforms, but not on Windows due to using the winsock | |||
| 212 | 212 | ||
| 213 | ** Changes related to multiple tty support. | 213 | ** Changes related to multiple tty support. |
| 214 | 214 | ||
| 215 | *** $TERM is now set to `dumb' for subprocesses. If you want to know the | ||
| 216 | $TERM inherited by Emacs you will have to look inside initial-environment. | ||
| 217 | |||
| 215 | *** The `window-system' variable has been made frame-local. The new | 218 | *** The `window-system' variable has been made frame-local. The new |
| 216 | `initial-window-system' variable contains the `window-system' value | 219 | `initial-window-system' variable contains the `window-system' value |
| 217 | for the first frame. | 220 | for the first frame. |