From owner-cvs-src@FreeBSD.ORG Sun Mar 9 14:49:40 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 10FF2106567A; Sun, 9 Mar 2008 14:49:40 +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 D32298FC25; Sun, 9 Mar 2008 14:49:39 +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 m29EndTX022552; Sun, 9 Mar 2008 14:49:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m29End5B022551; Sun, 9 Mar 2008 14:49:39 GMT (envelope-from rwatson) Message-Id: <200803091449.m29End5B022551@repoman.freebsd.org> From: Robert Watson Date: Sun, 9 Mar 2008 14:49:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 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:49:40 -0000 rwatson 2008-03-09 14:49:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ddb db_input.c Log: Merge db_input.c:1.38 from HEAD to RELENG_7: 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.10.1 +1 -1 src/sys/ddb/db_input.c