]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
God damn tabular dual head :-/
[lyx.git] / src / Text.h
index 526fa2ee85a87b072190a17ab30ee9ac974a916b..34977dab015b563e6ce725cfad17c8e7d172a57b 100644 (file)
@@ -193,6 +193,10 @@ public:
        bool cursorBackwardOneWord(Cursor & cur);
        ///
        bool cursorForwardOneWord(Cursor & cur);
+       ///
+       bool cursorVisLeftOneWord(Cursor & cur);
+       ///
+       bool cursorVisRightOneWord(Cursor & cur);
        /// Delete from cursor up to the end of the current or next word.
        void deleteWordForward(Cursor & cur);
        /// Delete from cursor to start of current or prior word.