X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e5708bc76a893af69cd1bfac5e213aa61559f1e7..e6717a9898d1a139988d70e6fa5d19dbf8b8bba2:/putty.h diff --git a/putty.h b/putty.h index ae417391..978cbf52 100644 --- a/putty.h +++ b/putty.h @@ -70,8 +70,10 @@ typedef struct terminal_tag Terminal; #define LATTR_TOP 0x00000002UL #define LATTR_BOT 0x00000003UL #define LATTR_MODE 0x00000003UL -#define LATTR_WRAPPED 0x00000010UL -#define LATTR_WRAPPED2 0x00000020UL +#define LATTR_WRAPPED 0x00000010UL /* this line wraps to next */ +#define LATTR_WRAPPED2 0x00000020UL /* with WRAPPED: CJK wide character + wrapped to next line, so last + single-width cell is empty */ #define ATTR_INVALID 0x03FFFFU