mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
Leverage string_policy().
This commit is contained in:
parent
2c8648a9c8
commit
21c07c0060
4 changed files with 9 additions and 8 deletions
|
|
@ -17,7 +17,7 @@ int mk_wcwidth(unichar c);
|
|||
/* Advance the str pointer one character further; return the number of columns
|
||||
* occupied by the skipped character.
|
||||
*/
|
||||
int string_advance(char const **str, gboolean utf8);
|
||||
int string_advance(char const **str, int policy);
|
||||
|
||||
/* TREAT_STRING_AS_BYTES means strings are to be treated using strncpy,
|
||||
* strnlen, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue