]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
multicol; small stuff
[lyx.git] / src / lyxfunc.h
index bd5e4e6b6513139077b21353016788cc214fc4a5..1482b175cb5cd591c24f3bbab848f1500391a76d 100644 (file)
@@ -2,11 +2,6 @@
 #ifndef LYXFUNC_H
 #define LYXFUNC_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-
 #include "FuncStatus.h"
 #include "kbsequence.h"
 #include "commandtags.h"
@@ -77,6 +72,10 @@ private:
 
        ///
        LyXView * owner;
+
+       /// the last character added to the key sequence, in ISO encoded form
+       char encoded_last_key;
+
        ///
        kb_sequence keyseq;
        ///