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);
> > +
Martin Vermeer wrote:
> ...and with the attached also the math panel sub/superscript buttons
> will work again ;-)
Applied.
--
Angus
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 ma
--
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
Index: lyx_main.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyx_m