[BACK]Return to tty.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty.c between version 1.109 and 1.110

version 1.109, 2011/05/26 07:08:48 version 1.110, 2011/08/24 09:58:44
Line 1546 
Line 1546 
         tty_puts(tty, s);          tty_puts(tty, s);
         return (0);          return (0);
 }  }
   
   void
   tty_bell(struct tty *tty)
   {
           tty_putcode(tty, TTYC_BEL);
   }

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110