[BACK]Return to char.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / window

Diff for /src/usr.bin/window/Attic/char.h between version 1.4 and 1.5

version 1.4, 1999/11/14 17:34:24 version 1.5, 2000/04/15 05:22:14
Line 50 
Line 50 
  * using unctrl() by wwwrite() if ww_unctrl is set.   * using unctrl() by wwwrite() if ww_unctrl is set.
  */   */
 #include <curses.h>  #include <curses.h>
   #if defined(TERMINFO) || defined(NCURSES_VERSION)
   #include <term.h>
   #endif
   
 extern char _cmap[];  extern char _cmap[];
 #define ctrl(c)         (c & 0x1f)  #define ctrl(c)         (c & 0x1f)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5