[Konsole-devel] Bug#44701: ctrl-s does not enable scrolllock led

Waldo Bastian bastian at kde.org
Mon Jul 8 23:59:55 UTC 2002


On Thursday 04 July 2002 10:30 am, Waldo Bastian wrote:
> On Thursday 04 July 2002 05:53 am, Rob Kaper wrote:
> > On Thu, Jul 04, 2002 at 12:37:41PM -0000, cap at capsi.com wrote:
> > > http://bugs.kde.org/db/27/27294.html is a tad related, although not the
> > > same or at least not complete.
> >
> > To explain why I create a new report: 27294 is closed, while the problem
> > in my new #44701 is definitely still there. Maybe I should've reopened,
> > changed reporter, bla bla. Sue me. :)
>
> Setting the scrolllock-led turned out to be very unreliable and has been
> removed from konsole for that reason.
>
> Cheers,
> Waldo

I just found out that I can disable this XON/XOFF completely. Shall I do that? 
Then we can rid of that Ctrl-S-dialog again as well.

@@ -583,6 +589,7 @@ void TEPty::startPgm(const char* pgm, QV
       ioctl(0,TCGETS,(char *)&ttmode);
 #   endif
 #endif
+      ttmode.c_iflag &= ~(IXOFF | IXON);
       ttmode.c_cc[VINTR] = CTRL('C');
       ttmode.c_cc[VQUIT] = CTRL('\\');
       ttmode.c_cc[VERASE] = 0177;

Cheers,
Waldo
-- 
bastian at kde.org  |   SuSE Labs KDE Developer  |  bastian at suse.com




More information about the konsole-devel mailing list