diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-05-13 21:18:42 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-05-13 21:18:42 +0000 |
commit | f9d4c199bd3c9250c8134744dcdb01850585dd5e (patch) | |
tree | 1cdc59ac01d96c974baa85a256cd5ae88c42dfd1 | |
parent | 1eb4b4b95f37a1a7b9aa751496625a91d2348ca9 (diff) | |
download | emacs-f9d4c199bd3c9250c8134744dcdb01850585dd5e.tar.gz |
* dispnew.c (update_frame_1): Check if tty output is still valid
before flushing it.
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 45104245d79..5ca21988aa9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-05-13 Chong Yidong <cyd@stupidchicken.com> + + * dispnew.c (update_frame_1): Check if tty output is still valid + before flushing it. + 2008-05-13 Jan Djärv <jan.h.d@swipnet.se> * xterm.c (handle_one_xevent): Don't pass buttons higher than 3 |