From owner-cvs-src@FreeBSD.ORG Sun Mar 9 14:50:29 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 188CC1065672; Sun, 9 Mar 2008 14:50:29 +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 DA8E88FC1C; Sun, 9 Mar 2008 14:50:28 +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 m29EoSHO022865; Sun, 9 Mar 2008 14:50:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29EoSIO022864; Sun, 9 Mar 2008 14:50:28 GMT (envelope-from rwatson) Message-Id: <200803091450.m29EoSIO022864@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 14:50:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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:50:29 -0000 rwatson 2008-03-09 14:50:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ddb db_input.c Log: Merge db_input.c:1.38 from HEAD to RELENG_6: 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.36.2.1 +1 -1 src/sys/ddb/db_input.c