Re: [kde-freebsd] 8-current/kde3 stty defaults incorrect under konsole

2008-06-26 Thread Tilman Linneweh
On Jun 25, 2008, at 22:15, Ed Schouten wrote: Would you mind if I add this patch to the kdelibs3 port? It is needed to make control characters work with konsole, which seems to be broken on -CURRENT, because the CTRL() macro has been slightly changed. %%% --- kdecore/kpty.cpp +++

Re: [kde-freebsd] 8-current/kde3 stty defaults incorrect under konsole

2008-06-26 Thread Ed Schouten
* Tilman Linneweh [EMAIL PROTECTED] wrote: On Jun 25, 2008, at 22:15, Ed Schouten wrote: Would you mind if I add this patch to the kdelibs3 port? It is needed to make control characters work with konsole, which seems to be broken on -CURRENT, because the CTRL() macro has been slightly

Re: [kde-freebsd] 8-current/kde3 stty defaults incorrect under konsole

2008-06-26 Thread Ed Schouten
* Ed Schouten [EMAIL PROTECTED] wrote: An even better approach would be to use CKILL/CQUIT/etc. There are non-standard either, but it's better than using the CTRL() macro directly. I'll come up with a patch soonish. :) Something like this? %%% --- kdecore/kpty.cpp +++ kdecore/kpty.cpp @@

[kde-freebsd] 8-current/kde3 stty defaults incorrect under konsole

2008-06-25 Thread Mark Atkinson
Hi, Is anyone else running freebsd-current with kde3 (and has rebuilt both recently)? I can only suspect this is related to recent changes in current in prep for mpsafe tty, but in konsole, the defaults turn out to be this (note the missing '^' on intr and quit): cchars: discard = ^O; dsusp =

Re: [kde-freebsd] 8-current/kde3 stty defaults incorrect under konsole

2008-06-25 Thread Ed Schouten
Hello Mark, * Mark Atkinson [EMAIL PROTECTED] wrote: Hi, Is anyone else running freebsd-current with kde3 (and has rebuilt both recently)? I can only suspect this is related to recent changes in current in prep for mpsafe tty, but in konsole, the defaults turn out to be this (note the

Re: [kde-freebsd] 8-current/kde3 stty defaults incorrect under konsole

2008-06-25 Thread Alexey Shuvaev
Hello! On Wed, Jun 25, 2008 at 07:10:14AM -0700, Mark Atkinson wrote: Hi, Is anyone else running freebsd-current with kde3 (and has rebuilt both recently)? I can only suspect this is related to recent changes in current in prep for mpsafe tty, but in konsole, the defaults turn out to be

Re: [kde-freebsd] 8-current/kde3 stty defaults incorrect under konsole

2008-06-25 Thread Ed Schouten
KDE folks, * Mark Atkinson [EMAIL PROTECTED] wrote: Ed Schouten wrote: Hello Mark, * Mark Atkinson [EMAIL PROTECTED] wrote: Hi, Is anyone else running freebsd-current with kde3 (and has rebuilt both recently)? I can only suspect this is related to recent changes in current

Re: [kde-freebsd] 8-current/kde3 stty defaults incorrect under konsole

2008-06-25 Thread Ed Schouten
* Andy Fawcett [EMAIL PROTECTED] wrote: What's the effect of the patch on 6-STABLE and 7-STABLE? If it doesn't cause problems there, you can add it. It will not cause any changes on the other branches. I'll commit this patch when I arrive at the office. Thanks! -- Ed Schouten [EMAIL