* ( we hide ugly plumbing in macros to concentrate on the algorithm ) */ static void insp_mkrow_raw (int col, int row) { #define maxSZ ( Screen_cols - to ) #define capNO { if (hicap) { putp(Caps_off); hicap = 0; } } #define mkFND { PUTT("%s%.*s%s", Curwin->cap...
/* Program name used in error messages and local 'rc' file name */ static char *Myname; /* Our constant sigset, so we need initialize it but once */ static sigset_t Sigwinch_set; /* The 'local' config file support */ static char Rc_name [OURPATHSZ]; static RCF_t Rc ...