Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2002 17:04:54 -0400
From:      Jim Brown <jpb@sixshooter.v6.thrupoint.net>
To:        FreeBSD LIST <FreeBSD-Questions@FreeBSD.Org>
Subject:   Re: various realtime kill keystrokes
Message-ID:  <20020901210454.GE90882@sixshooter.v6.thrupoint.net>
In-Reply-To: <20020901165328.P40945-100000@earl-grey.cloud9.net>
References:  <20020901165328.P40945-100000@earl-grey.cloud9.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Peter Leftwich <Hostmaster@Video2Video.Com> [2002-09-01 16:54]:
> Does anyone know how the various realtime keystrokes kill in different ways?
> 
> Ctrl-.
> Ctrl-\
> Ctrl-g
> Ctrl-c
> 
> --
> Peter Leftwich
> President & Founder
> Video2Video Services
> Box 13692, La Jolla, CA, 92039 USA
> +1-413-403-9555
> 


Various control combinations are described in stty(1).  
You can get your current mapping with 'stty -a' on the command line.

On my box

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


Ctl-g is usually the bell.  ctl-. does not appear to be mapped.

Best Regards,
jpb
===


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?20020901210454.GE90882>