aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/multi-tty
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/multi-tty')
-rw-r--r--admin/notes/multi-tty6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty
index 8a10997eb8b..5408b9a3d00 100644
--- a/admin/notes/multi-tty
+++ b/admin/notes/multi-tty
@@ -1,6 +1,6 @@
1-*- coding: utf-8; mode: text; -*- 1-*- coding: utf-8; mode: text; -*-
2 2
3Copyright (C) 2007-2011 Free Software Foundation, Inc. 3Copyright (C) 2007-2012 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6From README.multi-tty in the multi-tty branch. 6From README.multi-tty in the multi-tty branch.
@@ -789,7 +789,7 @@ DIARY OF CHANGES
789 frame's kboard from there.) 789 frame's kboard from there.)
790 790
791-- Fix rif issue with X-tty combo sessions. IMHO the best thing to do 791-- Fix rif issue with X-tty combo sessions. IMHO the best thing to do
792 is to get rid of that global variable (and use the value value in 792 is to get rid of that global variable (and use the value in
793 display_method, which is guaranteed to be correct). 793 display_method, which is guaranteed to be correct).
794 794
795 (Done, did exactly that. Core dumps during combo sessions became 795 (Done, did exactly that. Core dumps during combo sessions became
@@ -906,7 +906,7 @@ DIARY OF CHANGES
906 read_avail_input. 906 read_avail_input.
907 907
908 (Fixed. This was caused by unconditionally including stdin in 908 (Fixed. This was caused by unconditionally including stdin in
909 input_wait_mask in init_process. The select call in 909 input_wait_mask in init_process_emacs. The select call in
910 wait_reading_process_input always returned immediately, indicating 910 wait_reading_process_input always returned immediately, indicating
911 that there is pending input from stdin, which nobody read. 911 that there is pending input from stdin, which nobody read.
912 912