Mercurial > hg > xemacs-beta
comparison src/console-tty.c @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 360340f9fd5f |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
125 make_encoding_output_stream (XLSTREAM (CONSOLE_TTY_DATA (con)->outstream), | 125 make_encoding_output_stream (XLSTREAM (CONSOLE_TTY_DATA (con)->outstream), |
126 Fget_coding_system (Vterminal_coding_system)); | 126 Fget_coding_system (Vterminal_coding_system)); |
127 #endif /* MULE */ | 127 #endif /* MULE */ |
128 CONSOLE_TTY_DATA (con)->terminal_type = terminal_type; | 128 CONSOLE_TTY_DATA (con)->terminal_type = terminal_type; |
129 CONSOLE_TTY_DATA (con)->controlling_process = controlling_process; | 129 CONSOLE_TTY_DATA (con)->controlling_process = controlling_process; |
130 | |
131 #ifdef HAVE_GPM | |
132 connect_to_gpm(con); | |
133 #endif | |
134 | |
130 if (NILP (CONSOLE_NAME (con))) | 135 if (NILP (CONSOLE_NAME (con))) |
131 CONSOLE_NAME (con) = Ffile_name_nondirectory (tty); | 136 CONSOLE_NAME (con) = Ffile_name_nondirectory (tty); |
132 { | 137 { |
133 int tty_pg; | 138 int tty_pg; |
134 int controlling_tty_pg; | 139 int controlling_tty_pg; |