Archives

  • A Brief Introduction to termios: termios(3) and stty

    (This is part two of a multi-part introduction to termios and terminal emulation on UNIX. Read part 1 if you’re new here) In this entry, we’ll look at the interfaces that are used to control the behavior of the “termios” box sitting between the master and slave pty. The behaviors I described last time are [...]

    Dec 30th, 2009 | Filed under Uncategorized, linux
    Tags: , , ,
  • A Brief Introduction to termios

    If you’re a regular user of the terminal on a UNIX system, there are probably a large number of behaviors you take mostly for granted without really thinking about them. If you press ^C or ^Z it kills or stops the foreground program — unless it’s something like emacs or vim, in which case it [...]

    Dec 22nd, 2009 | Filed under Uncategorized, linux
    Tags: , ,
Posts Tagged ‘termios’