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 <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.36.2.1  +1 -1      src/sys/ddb/db_input.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to