]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TPushLexer.cc
This commit was manufactured by cvs2svn to create tag 'v0_0_3'.
[helm.git] / helm / DEVEL / mathml_editor / src / TPushLexer.cc
index f9dc184c261795ef24632841f8c55be4f2d1decc..3d2abc097821f5fe3c78d1b021f32e8f8b6eb934 100644 (file)
@@ -24,6 +24,7 @@
  */
 
 #include <string>
+#include <cctype>
 
 #include "TToken.hh"
 #include "TPushLexer.hh"
@@ -39,6 +40,8 @@ TPushLexer::reset()
 {
   buffer.erase();
   state = ACCEPT;
+
+  displayCursor();
 }
 
 void