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

Diff for /src/usr.bin/mg/display.c between version 1.35 and 1.36

version 1.35, 2007/05/28 17:52:17 version 1.36, 2008/06/11 19:35:37
Line 836 
Line 836 
   
         if (linenos) {          if (linenos) {
                 len = snprintf(sl, sizeof(sl), "--L%d--C%d", wp->w_dotline,                  len = snprintf(sl, sizeof(sl), "--L%d--C%d", wp->w_dotline,
                     wp->w_doto);                      getcolpos());
                 if (len < sizeof(sl) && len != -1)                  if (len < sizeof(sl) && len != -1)
                         n += vtputs(sl);                          n += vtputs(sl);
         }          }

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36