]> git.lyx.org Git - lyx.git/blobdiff - src/minibuffer.h
Fix fuer #209
[lyx.git] / src / minibuffer.h
index 464b05690a9c957627d1b84e045c65553591f919..63dcffd22da2d05d1b38779f2d0388354a4d8a0c 100644 (file)
@@ -47,7 +47,7 @@ public:
        
        /** Makes the minibuffer wait for a string to be inserted.
            Waits for a string to be inserted into the minibuffer, when
-           the string has been insterted the signal stringReady is
+           the string has been inserted the signal stringReady is
            emitted.
        */
        void getString(State space,
@@ -76,6 +76,8 @@ private:
        void stored_set(string const &);
        /// set the minibuffer content if str non-empty 
        void set_complete_input(string const &);
+       /// append c to the current contents
+       void append_char(char c);
        /// set the minibuffer content
        void set_input(string const &);
        ///