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