/[hurd]/hurd/term/munge.c
ViewVC logotype

Diff of /hurd/term/munge.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by marcus, Sun Feb 10 17:21:02 2002 UTC revision 1.13 by marcus, Tue Sep 10 18:00:34 2002 UTC
# Line 452  input_character (int c) Line 452  input_character (int c)
452      {      {
453        if (CCEQ (cc[VSTOP], c))        if (CCEQ (cc[VSTOP], c))
454          {          {
455            termflags |= USER_OUTPUT_SUSP;            if (CCEQ(cc[VSTART], c) && (termflags & USER_OUTPUT_SUSP))
456            (*bottom->suspend_physical_output) ();              /* Toggle if VSTART == VSTOP.  Alldone code always turns
457                   off USER_OUTPUT_SUSP. */
           if (!(CCEQ(cc[VSTART], c))) /* toggle if VSTART == VSTOP */  
             /* Alldone code always turns off USER_OUTPUT_SUSP. */  
458              goto alldone;              goto alldone;
459    
460              termflags |= USER_OUTPUT_SUSP;
461              (*bottom->suspend_physical_output) ();
462            return flush;            return flush;
463          }          }
464        if (CCEQ (cc[VSTART], c))        if (CCEQ (cc[VSTART], c))

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26