]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - terminal.h
Cursor position, selection highlights and mouse clicks are now all
[PuTTY.git] / terminal.h
index 924c8204e340df2e4d0852508733fb8db0d20ee6..606d7939cf0cfc6747ab5556281acd590ddf0166 100644 (file)
@@ -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 {