comparison src/console.c @ 245:51092a27c943 r20-5b21

Import from CVS: tag r20-5b21
author cvs
date Mon, 13 Aug 2007 10:17:54 +0200
parents 0e522484dd2a
children 405dd6d1825b
comparison
equal deleted inserted replaced
244:78d4f1140794 245:51092a27c943
920 Some operating systems cannot stop processes and resume them later. 920 Some operating systems cannot stop processes and resume them later.
921 On such systems, who knows what will happen. 921 On such systems, who knows what will happen.
922 */ 922 */
923 (console)) 923 (console))
924 { 924 {
925 #ifdef HAVE_TTY
925 struct console *c; 926 struct console *c;
926 927
927 #ifdef HAVE_TTY
928 c = decode_console (console); 928 c = decode_console (console);
929 929
930 if (CONSOLE_TTY_P (c)) 930 if (CONSOLE_TTY_P (c))
931 { 931 {
932 /* 932 /*
959 Re-initialize a previously suspended console. For tty consoles, 959 Re-initialize a previously suspended console. For tty consoles,
960 do stuff to the tty to make it sane again. 960 do stuff to the tty to make it sane again.
961 */ 961 */
962 (console)) 962 (console))
963 { 963 {
964 #ifdef HAVE_TTY
964 struct console *c; 965 struct console *c;
965 966
966 #ifdef HAVE_TTY
967 c = decode_console (console); 967 c = decode_console (console);
968 968
969 if (CONSOLE_TTY_P (c)) 969 if (CONSOLE_TTY_P (c))
970 { 970 {
971 /* raise the selected frame */ 971 /* raise the selected frame */