Re: Openserver 5.0.x --> 6.0 "CTRL+Z" not longer working
From: Brian K. White (brian_at_aljex.com)
Date: 10/18/05
- Next message: Jean-Pierre Radley: "Re: Openserver 5.0.x --> 6.0 "CTRL+Z" not longer working"
- Previous message: Bob Stockler: "Multiple X Sessions [was: Re: VAR Business story on SCO]"
- In reply to: news.tele2.it: "Openserver 5.0.x --> 6.0 "CTRL+Z" not longer working"
- Next in thread: Jean-Pierre Radley: "Re: Openserver 5.0.x --> 6.0 "CTRL+Z" not longer working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 Oct 2005 16:47:24 -0400
----- Original Message -----
From: "news.tele2.it" <fakeid@tele2.it>
Newsgroups: comp.unix.sco.misc
To: <distro@jpr.com>
Sent: Tuesday, October 18, 2005 4:05 PM
Subject: Openserver 5.0.x --> 6.0 "CTRL+Z" not longer working
> H,
> Bourne shell on Openserver 6.0 seems to intercept key combination CRTL+Z
> (without any apparent action, i think is mappend on a not-used kernel
> signal).
> I have an application that use this combination for internal purpose, that
> run correct on any prevision version, from SCO Unix 3.2v4.2 to Openservr
> 5.0.7.
> Any idea for change this behavior ?
> Thanks
>
> Mirko
run this:
stty -a
in there, hopefully something says xxx = ^Z
what's the xxx ?
take that value and do this
stty xxx ""
without logging out, use the same session window to try the application
if it works, then put the stty command in /etc/profile
have people log out and back in and each new login after that point should
work.
Probably xxx is susp, so:
stty susp ""
-- Brian K. White -- brian@aljex.com -- http://www.aljex.com/bkw/ +++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++. filePro BBx Linux SCO FreeBSD #callahans Satriani Filk!
- Next message: Jean-Pierre Radley: "Re: Openserver 5.0.x --> 6.0 "CTRL+Z" not longer working"
- Previous message: Bob Stockler: "Multiple X Sessions [was: Re: VAR Business story on SCO]"
- In reply to: news.tele2.it: "Openserver 5.0.x --> 6.0 "CTRL+Z" not longer working"
- Next in thread: Jean-Pierre Radley: "Re: Openserver 5.0.x --> 6.0 "CTRL+Z" not longer working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]