[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.186 and 1.187

version 1.186, 2015/09/02 17:37:54 version 1.187, 2015/09/02 17:43:25
Line 1712 
Line 1712 
                 }                  }
         }          }
 }  }
   
 void  
 tty_bell(struct tty *tty)  
 {  
         tty_putcode(tty, TTYC_BEL);  
 }  

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187