return (q == p) ? 0 : 1;
}
-#if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
- || defined(PROTO)
/*
* Special version of dbcs_head_off() that works for ScreenLines[], where
* single-width DBCS_JPNU characters are stored separately.
}
return (q == p) ? 0 : 1;
}
-#endif
int
utf_head_off(base, p)
LineOffset[row] + screen_Columns) > 1;
}
-# if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
- || defined(PROTO)
/*
* Correct a position on the screen, if it's the right halve of a double-wide
* char move it to the left halve. Returns the corrected column.
return col - 1;
return col;
}
-# endif
#endif
#if defined(FEAT_MBYTE) || defined(FEAT_POSTSCRIPT) || defined(PROTO)