]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.h
Patch by Richard Heck:
[lyx.git] / src / Bidi.h
index a2b49b1fc11e0b1b8922222170e7d026651db748..2fdb3abad341c249e083b2450fd16510c94b778d 100644 (file)
@@ -13,6 +13,7 @@
 #define BIDI_H
 
 #include "support/types.h"
+#include "Cursor.h"
 #include <vector>
 
 
@@ -65,6 +66,11 @@ private:
        pos_type end_;
 };
 
+/// Should interpretation of the arrow keys be reversed?
+bool reverseDirectionNeeded(Cursor const & cur);
+
+/// Is current paragraph in RTL mode?
+bool isWithinRtlParagraph(Cursor const & cur);
 
 } // namespace lyx