[Konsole-devel] Re: Patch for konsole
Stephan Binner
binner at kde.org
Sat Jul 6 14:32:38 UTC 2002
On Monday 01 July 2002 16:15, Éric Brunet wrote:
> I have another proposition: if '+Alt' appears in the configuration line,
> don't add an escape to the text given. If '+Alt' does not appear, prepend
> And we spare yet another configuration option.
I like this idea. :-)
> I propose the following patch:
> + return (mask & BITS_Alt) && (bits & BITS_Alt);
BITS_Alt is defined as "6", but (1 << BITS_Alt) will work.
> so I haven't tested this patch, and I don't even now if it compiles !
Thanks for the patch, I committed it to HEAD.
> By the way, could you cc me in your answers ? I am not subscribed to
No problem, but please don't cc me because I'm subcribed. :-)
Bye,
Steve
More information about the konsole-devel
mailing list