Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2002 08:18:45 -0800
From:      Mark Peek <mark@peek.org>
To:        Yar Tikhiy <yar@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/ddb db_input.c
Message-ID:  <p05101409b88d9c825e35@[10.1.10.118]>
In-Reply-To: <200202111414.g1BEEgd74791@freefall.freebsd.org>
References:  <200202111414.g1BEEgd74791@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At 6:14 AM -0800 2/11/02, Yar Tikhiy wrote:
>yar         2002/02/11 06:14:42 PST
>
>   Modified files:
>     sys/ddb              db_input.c
>   Log:
>   Teach ddb(4) to delete to the beginning of its command line on ^U.
>
>   PR:             kern/28976
>   Submitted by:   Nickolai Zeldovich <kolya@orbit.zepa.net>
>
>   Revision  Changes    Path
>   1.29      +6 -1      src/sys/ddb/db_input.c

I don't know that this is the right change. The usual use of ^U is 
for 'kill' in terminal input mode (e.g., when typing into a shell) 
and 'kill' is defined as deleting all data in the current line. This 
change to ddb only kills the data from the beginning of the line to 
the cursor but leaves the remainder of the line intact.

Mark

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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