Mercurial > emacs
changeset 64113:247cbeeeba2a
Add note about change to default value of w32-use-full-screen-buffer.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 06 Jul 2005 21:55:51 +0000 |
parents | c0c8dc644c56 |
children | 51f6009d047b |
files | etc/NEWS |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Jul 06 21:36:31 2005 +0000 +++ b/etc/NEWS Wed Jul 06 21:55:51 2005 +0000 @@ -3114,6 +3114,20 @@ any customizations. --- +** Running in a console window in Windows now uses the console size. + +Previous versions of Emacs erred on the side of having a usable Emacs +through telnet, even though that was inconvenient if you use Emacs in +a local console window with a scrollback buffer. The default value of +w32-use-full-screen-buffer is now nil, which favours local console +windows. Recent versions of Windows telnet also work well with this +setting. If you are using an older telnet server then Emacs detects +that the console window dimensions that are reported are not sane, and +defaults to 80x25. If you use such a telnet server regularly at a size +other than 80x25, you can still manually set +w32-use-full-screen-buffer to t. + +--- ** On Mac OS, `keyboard-coding-system' changes based on the keyboard script. ---