On Fri, Dec 12, 2003 at 09:40:57PM +0200, Martin Vermeer wrote:
> On Fri, Dec 12, 2003 at 02:59:27PM +0100, Andre Poenitz spake thusly:
> 
> > +   if (c == '_') {
> > +           script(false);
> > +           return true;
> > +   }
> > +
> > +   if (c == '^') {
> > +           script(true);
> > +           return true;
> > +   }
> 
> ..and with the attached also the math panel sub/superscript buttons
> will work again ;-)

Please commit.

Andre'

Reply via email to