Cursor position, selection highlights and mouse clicks are now all
[u/mdw/putty] / terminal.h
index 924c820..606d793 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 {