OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
is_wide_char
usr.bin/less/cmdbuf.c
184
*pwidth = is_wide_char(ch) ? 2 : 1;
usr.bin/less/funcs.h
67
int is_wide_char(LWCHAR);