[BACK]Return to term_ascii.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term_ascii.c between version 1.49 and 1.50

version 1.49, 2015/10/06 18:32:20 version 1.50, 2015/10/12 00:08:16
Line 246  ascii_hspan(const struct termp *p, const struct roffsu
Line 246  ascii_hspan(const struct termp *p, const struct roffsu
                 r = su->scale * 0.24;                  r = su->scale * 0.24;
                 break;                  break;
         case SCALE_VS:          case SCALE_VS:
                 /* FALLTHROUGH */  
         case SCALE_PC:          case SCALE_PC:
                 r = su->scale * 40.0;                  r = su->scale * 40.0;
                 break;                  break;
Line 254  ascii_hspan(const struct termp *p, const struct roffsu
Line 253  ascii_hspan(const struct termp *p, const struct roffsu
                 r = su->scale * 10.0 / 3.0;                  r = su->scale * 10.0 / 3.0;
                 break;                  break;
         case SCALE_EN:          case SCALE_EN:
                 /* FALLTHROUGH */  
         case SCALE_EM:          case SCALE_EM:
                 r = su->scale * 24.0;                  r = su->scale * 24.0;
                 break;                  break;

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb