diff options
| author | Eli Zaretskii | 2014-06-04 13:54:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-04 13:54:58 +0300 |
| commit | 6032a3e83129a086629b96e67459083a223a1e03 (patch) | |
| tree | d93bcc934d9b2cb0453308f94d971b521bf67a8b /src/ChangeLog | |
| parent | d13adf6ddc858a988f88233fe6d73a8ca4a87cf7 (diff) | |
| download | emacs-6032a3e83129a086629b96e67459083a223a1e03.tar.gz emacs-6032a3e83129a086629b96e67459083a223a1e03.zip | |
Fix infloop of -nw session at exit on MS-Windows under a debugger.
src/sysdep.c (reset_sys_modes): Use cursorX, not curX, as the latter
contains garbage on WINDOWSNT (which could potentially infloop at
exit).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 16e3328a735..c6a68f5b90c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-06-04 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-06-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * sysdep.c (reset_sys_modes): Use cursorX, not curX, as the latter | ||
| 4 | contains garbage on WINDOWSNT (which could potentially infloop at | ||
| 5 | exit). | ||
| 6 | |||
| 3 | Minimize cursor motion during TTY menu updates. | 7 | Minimize cursor motion during TTY menu updates. |
| 4 | * term.c (tty_menu_display): Don't position cursor here. Instead, | 8 | * term.c (tty_menu_display): Don't position cursor here. Instead, |
| 5 | pass the cursor coordinates to update_frame_with_menu. | 9 | pass the cursor coordinates to update_frame_with_menu. |