Mercurial > hg > xemacs-beta
comparison src/console-tty.c @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:06:37 +0200 |
parents | c7528f8e288d |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
79:5b0a5bbffab6 | 80:1ce6082ce73f |
---|---|
204 (console)) | 204 (console)) |
205 { | 205 { |
206 return CONSOLE_TTY_DATA (decode_tty_console (console))->terminal_type; | 206 return CONSOLE_TTY_DATA (decode_tty_console (console))->terminal_type; |
207 } | 207 } |
208 | 208 |
209 extern Lisp_Object stream_semi_canonicalize_console_connection(Lisp_Object, | |
210 Error_behavior); | |
209 Lisp_Object | 211 Lisp_Object |
210 tty_semi_canonicalize_console_connection (Lisp_Object connection, | 212 tty_semi_canonicalize_console_connection (Lisp_Object connection, |
211 Error_behavior errb) | 213 Error_behavior errb) |
212 { | 214 { |
213 return stream_semi_canonicalize_console_connection (connection, errb); | 215 return stream_semi_canonicalize_console_connection (connection, errb); |
214 } | 216 } |
215 | 217 |
218 extern Lisp_Object stream_canonicalize_console_connection(Lisp_Object, | |
219 Error_behavior); | |
216 Lisp_Object | 220 Lisp_Object |
217 tty_canonicalize_console_connection (Lisp_Object connection, | 221 tty_canonicalize_console_connection (Lisp_Object connection, |
218 Error_behavior errb) | 222 Error_behavior errb) |
219 { | 223 { |
220 return stream_canonicalize_console_connection (connection, errb); | 224 return stream_canonicalize_console_connection (connection, errb); |