Remove all occurrences of mb_off2cells

This commit is contained in:
ZviRackover
2018-07-05 22:13:27 +03:00
parent ee5cc88a73
commit 7046258a38
3 changed files with 12 additions and 13 deletions

View File

@@ -1829,7 +1829,7 @@ const char *mb_unescape(const char **const pp)
*/
bool mb_lefthalve(int row, int col)
{
return (*mb_off2cells)(LineOffset[row] + col,
return utf_off2cells(LineOffset[row] + col,
LineOffset[row] + screen_Columns) > 1;
}