Mercurial > hg > xemacs-beta
comparison src/sysdep.c @ 396:6719134a07c2 r21-2-13
Import from CVS: tag r21-2-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:12:05 +0200 |
parents | 064ab7fed2e0 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
395:de2c2a7459d2 | 396:6719134a07c2 |
---|---|
1902 if (DEVICE_TTY_P (d)) | 1902 if (DEVICE_TTY_P (d)) |
1903 tty_reset_sys_modes_on_device (d); | 1903 tty_reset_sys_modes_on_device (d); |
1904 else | 1904 else |
1905 #endif | 1905 #endif |
1906 if (DEVICE_STREAM_P (d)) | 1906 if (DEVICE_STREAM_P (d)) |
1907 fflush (CONSOLE_STREAM_DATA (XCONSOLE (DEVICE_CONSOLE (d)))->outfd); | 1907 fflush (CONSOLE_STREAM_DATA (XCONSOLE (DEVICE_CONSOLE (d)))->out); |
1908 #if defined(SIGIO) && !defined(BROKEN_SIGIO) | 1908 #if defined(SIGIO) && !defined(BROKEN_SIGIO) |
1909 if (!DEVICE_STREAM_P (d)) | 1909 if (!DEVICE_STREAM_P (d)) |
1910 { | 1910 { |
1911 unrequest_sigio_on_device (d); | 1911 unrequest_sigio_on_device (d); |
1912 reset_sigio_on_device (d); | 1912 reset_sigio_on_device (d); |