diff options
Diffstat (limited to 'src/mbyte.c')
-rw-r--r-- | src/mbyte.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbyte.c b/src/mbyte.c index 7a3a27e06..cf70f8656 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -1855,6 +1855,7 @@ utfc_ptr2char_len(p, pcc, maxlen) * Convert the character at screen position "off" to a sequence of bytes. * Includes the composing characters. * "buf" must at least have the length MB_MAXBYTES. + * Only to be used when ScreenLinesUC[off] != 0. * Returns the produced number of bytes. */ int |