From owner-freebsd-questions Fri Aug 31 4:27: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail46.sdc1.sfba.home.com (femail46.sdc1.sfba.home.com [24.254.60.40]) by hub.freebsd.org (Postfix) with ESMTP id DD63237B40F for ; Fri, 31 Aug 2001 04:26:52 -0700 (PDT) Received: from x1-6-00-50-ba-de-36-33.kico1.on.home.com ([24.141.119.162]) by femail46.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010831112652.TKIJ29437.femail46.sdc1.sfba.home.com@x1-6-00-50-ba-de-36-33.kico1.on.home.com>; Fri, 31 Aug 2001 04:26:52 -0700 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.3/8.11.3) with ESMTP id f7VBVh603079; Fri, 31 Aug 2001 07:31:43 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Fri, 31 Aug 2001 07:31:43 -0400 (EDT) From: Dru X-X-Sender: To: Edwin Groothuis Cc: Subject: Re: ^T in a window In-Reply-To: <20010831163110.T29424@k7.mavetju.org> Message-ID: <20010831072200.K2924-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 31 Aug 2001, Edwin Groothuis wrote: > Hello, > > If I press ^T in a window with a program running I get something like: > load: 1.50 cmd: test-lib 25253 [bpf] 0.04u 0.08s 0% 712k > > Which signal is this? Hi Edwin, Not sure what you mean by signal, but stty shows ^T as mapped to status: stty -a cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^H; erase2 = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; Nice way to find out what process is running at a strange terminal. HTH, Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message