zsh-users
 help / color / mirror / code / Atom feed
From: Zefram <A.Main@dcs.warwick.ac.uk>
To: JONH@cc.usu.edu (Jon)
Cc: zsh-users@math.gatech.edu (Z Shell users mailing list)
Subject: Re: weird xterm behaviour
Date: Wed, 20 Sep 1995 15:38:09 +0100 (BST)	[thread overview]
Message-ID: <17439.199509201438@stone.dcs.warwick.ac.uk> (raw)
In-Reply-To: <Pine.3.89.9509200709.A1170293894-0100000@cc.usu.edu> from "Jon" at Sep 20, 95 08:02:17 am

>   I'm having a strange problem with zsh in xterms.  zsh is my default 
>shell, so an xterm uses zsh by default.  I can open other windows from 
>the xterm (for example, I type 'netscape &') and it works fine, until I 
>close the other window.  At this point, the xterm also closes.  I'm using 
>Linux, and this doesn't seem to happen with any other shells.  Has anyone 
>seen this problem before?  Any ideas about how to fix it?

By default, zsh will send a SIGHUP (hangup) to all background jobs when
it exits.  To avoid this, you can use nohup when starting the
background job, or disown the job after starting it (using the disown
builtin), or set the NO_HUP option (using setopt).

-zefram


      reply	other threads:[~1995-09-20 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-09-20 14:02 Jon
1995-09-20 14:38 ` Zefram [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17439.199509201438@stone.dcs.warwick.ac.uk \
    --to=a.main@dcs.warwick.ac.uk \
    --cc=JONH@cc.usu.edu \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).