rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
* more ile stuff
@ 1992-04-11 23:09 Scott Schwartz
  0 siblings, 0 replies; only message in thread
From: Scott Schwartz @ 1992-04-11 23:09 UTC (permalink / raw)
  To: rc


What do you all think of this change to ile's irupt()?  In some cases
it makes interrupts seem cleaner.

  irupt(c)
      char	c;
  {
      int zero = 0;
      erase_line(c);
      pass(c);
      if (ioctl (1, TIOCFLUSH, &zero) < 0)
        perror("ioctl/flush");
  }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1992-04-11 23:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1992-04-11 23:09 more ile stuff Scott Schwartz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).