X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/428cc4b076af10ff9acfeb878bc791b5a5752c2c..3c5a620c3c3ace18bf7981b886e49c484931a4fc:/terminal.h 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 {