-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Use stty to restore (or set) the terminal control settings. Some terminal 
emulator programs - and gnome-terminal seems to be one - do not properly set 
these settings under some unusal circumstances.

Try:
  stty sane
or
  stty intr ^c quit ^\

Use stty -a to find out your current settings.

If you use bash, put this in your .bashrc:
  if [ -t 0 ];then
    # stdin is a terminal; fixup settings
    stty intr .^c quit ^\ # or as you prefer
 fi
I'm not sure off the top of my head what the C shell syntax would be.


On January 28, 2003 07:04 pm, Peter Andranistakis wrote:
> I'm getting the same problem but it seems to happen only when using
> gnome-terminal which is the default terminal window in RedHat 8.0 running
> gnome window manager.  When you run an xterm instead of gnome-terminal the
> ^C works as it should.  Not sure what the difference is but perhaps this
> information will help in finding the problem.
>
> >I've tried both the VNC that comes with RedHat Linux 8.0 and also
> >3.3.6 that I downloaded this week. I am able to run the server, just
> >as I used to, but I find that the /bin/bash windows that are opened in
> >the VNC X server (vncserver) have signals 2 and 3 ignored. This makes
> >it kinda tough to interrupt (^C) programs that I start.

- -- 

Grant McDorman <[EMAIL PROTECTED]>, Sr. Software Design Consultant
Cedara Software Corp.  <URL:http://www.cedara.com>
  (formerly I.S.G. Technologies Inc.)
Mississauga, Ontario, Canada

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (SunOS)

iD8DBQE+N/xKLVa+EmyjizARAtIdAKCBfo8sw1DKIKcSRSJmLVWPydB9bgCcDYm6
Bj/lKB9Vu3IZUxDGw3rhMCw=
=MTNM
-----END PGP SIGNATURE-----
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to