setUndercurl method

void setUndercurl()

Implementation

void setUndercurl() {
  attrs &= ~CellAttr.underlineMask;
  attrs |= CellAttr.undercurl;
}