From owner-cvs-src@FreeBSD.ORG Sun Mar 9 14:55:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6131B1065670; Sun, 9 Mar 2008 14:55:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8298FC1E; Sun, 9 Mar 2008 14:55:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m29Et0gb023810; Sun, 9 Mar 2008 14:55:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29Et05M023809; Sun, 9 Mar 2008 14:55:00 GMT (envelope-from rwatson) Message-Id: <200803091455.m29Et05M023809@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 14:55:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/ddb db_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 14:55:00 -0000 rwatson 2008-03-09 14:55:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ddb db_input.c Log: Merge db_input.c:1.38 from HEAD to RELENG_5: When redrawing an input line, count backspaces to get to the beginning of the input field from the current cursor location, rather than the end of the input line, as the cursor may not be at the end of the line. Otherwise, we may overshoot, overwriting a bit of the previous line and failing to fully overwrite the current line. PR: 119079 Submitted by: Michael Plass Revision Changes Path 1.35.4.2 +1 -1 src/sys/ddb/db_input.c