]> git.lyx.org Git - features.git/blobdiff - src/Cursor.h
CALS tables: base implementation of row separators on the new code from XHTML.
[features.git] / src / Cursor.h
index f5490479851b8322f7b095d0bf4ae6ce0c3d152b..4ef5bc9d6cbde7b7500398c4f092a134766417f0 100644 (file)
@@ -496,8 +496,9 @@ public:
        /// return true if fullscreen update is needed
        bool down();
        /// move up/down in a text inset, called for LFUN_UP/DOWN,
-       /// return true if successful, updateNeeded set to true if fullscreen
-       /// update is needed, otherwise it's not touched
+       /// return true if the cursor has moved or can move, updateNeeded
+       /// set to true if fullscreen update is needed, otherwise it's not
+       /// touched
        bool upDownInText(bool up, bool & updateNeeded);
        /// move up/down in math or any non text inset, call for LFUN_UP/DOWN
        /// return true if successful