]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
Fix natbib bug spotted by JMarc.
[lyx.git] / src / lyxfunc.h
index 47ba98483faa5d9baddd1b43e4c45517bbe0294b..89037ec0494b15f51ed0e395a992802e32de9e16 100644 (file)
@@ -37,7 +37,7 @@ public:
 
        /// Dispatch via a string argument
        void dispatch(string const & s, bool verbose = false);
+
        /// Dispatch via a pseudo action, also displaying shortcut/command name
        void dispatch(int ac, bool verbose = false);
 
@@ -77,6 +77,10 @@ private:
 
        ///
        LyXView * owner;
+
+       /// the last character added to the key sequence, in ISO encoded form
+       char encoded_last_key;
+
        ///
        kb_sequence keyseq;
        ///