Mercurial > hg > xemacs-beta
comparison src/console-stream.c @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | a2f645c6b9f8 |
children | 677f6a0ee643 |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
342 Vterminal_device = Fmake_device (Qstream, Qnil, Qnil); | 342 Vterminal_device = Fmake_device (Qstream, Qnil, Qnil); |
343 Vterminal_console = Fdevice_console (Vterminal_device); | 343 Vterminal_console = Fdevice_console (Vterminal_device); |
344 Vterminal_frame = Fmake_frame (Qnil, Vterminal_device); | 344 Vterminal_frame = Fmake_frame (Qnil, Vterminal_device); |
345 minibuf_window = XFRAME (Vterminal_frame)->minibuffer_window; | 345 minibuf_window = XFRAME (Vterminal_frame)->minibuffer_window; |
346 } | 346 } |
347 else if (noninteractive) | 347 else { |
348 event_stream_select_console (XCONSOLE (Vterminal_console)); | 348 /* Re-initialize the FILE fields of the console. */ |
349 } | 349 stream_init_console (XCONSOLE (Vterminal_console), Qnil); |
350 if (noninteractive) | |
351 event_stream_select_console (XCONSOLE (Vterminal_console)); | |
352 } | |
353 } |