comparison srogue/command.c @ 42:30fb47f21d35

srogue: Fix CR/LF playback bug.
author elwin
date Mon, 06 Dec 2010 19:43:32 +0000
parents 5ea4a4d8f961
children 24e6beb9e7aa
comparison
equal deleted inserted replaced
41:5ea4a4d8f961 42:30fb47f21d35
659 msg("No shelly: %s", shell); 659 msg("No shelly: %s", shell);
660 660
661 #endif 661 #endif
662 printf("\n%s", retstr); 662 printf("\n%s", retstr);
663 fflush(stdout); 663 fflush(stdout);
664 nonl();
664 noecho(); 665 noecho();
665 crmode(); 666 crmode();
666 in_shell = FALSE; 667 in_shell = FALSE;
667 wait_for(cw, '\n'); 668 wait_for(cw, '\n');
668 restscr(cw); 669 restscr(cw);