From owner-cvs-all Mon Feb 11 8:21:12 2002 Delivered-To: cvs-all@freebsd.org Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by hub.freebsd.org (Postfix) with SMTP id 4DFDB37B417 for ; Mon, 11 Feb 2002 08:21:08 -0800 (PST) Received: (qmail 1427 invoked from network); 11 Feb 2002 16:21:07 -0000 Received: from nat.ironport.com (HELO ?10.1.10.118?) (63.251.108.100) by relay1.pair.com with SMTP; 11 Feb 2002 16:21:07 -0000 X-pair-Authenticated: 63.251.108.100 Mime-Version: 1.0 X-Sender: markfree@mail.peek.org Message-Id: In-Reply-To: <200202111414.g1BEEgd74791@freefall.freebsd.org> References: <200202111414.g1BEEgd74791@freefall.freebsd.org> Date: Mon, 11 Feb 2002 08:18:45 -0800 To: Yar Tikhiy , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Mark Peek Subject: Re: cvs commit: src/sys/ddb db_input.c Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 > > 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