X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=terminal.h;h=606d7939cf0cfc6747ab5556281acd590ddf0166;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=924c8204e340df2e4d0852508733fb8db0d20ee6;hpb=7ecf13564a8d716000ce78146d1aaf4422432a4f;p=PuTTY.git diff --git a/terminal.h b/terminal.h index 924c8204..606d7939 100644 --- a/terminal.h +++ b/terminal.h @@ -68,6 +68,7 @@ struct termline { struct bidi_cache_entry { int width; struct termchar *chars; + int *forward, *backward; /* the permutations of line positions */ }; struct terminal_tag {