Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2001 07:31:43 -0400 (EDT)
From:      Dru <genisis@istar.ca>
To:        Edwin Groothuis <edwin@mavetju.org>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ^T in a window
Message-ID:  <20010831072200.K2924-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com>
In-Reply-To: <20010831163110.T29424@k7.mavetju.org>

next in thread | previous in thread | raw e-mail | index | archive | help


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
<snip>
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010831072200.K2924-100000>