cvs commit: src/sys/ddb db_output.c

Bruce Evans bde at FreeBSD.org
Mon Oct 9 23:36:02 PDT 2006


bde         2006-10-10 06:36:01 UTC

  FreeBSD src repository

  Modified files:
    sys/ddb              db_output.c 
  Log:
  Fixed loss of whitespace suppression at ends of lines.  Whitespace
  suppression is only needed at ends of lines, but rev.1.32 forced it
  off precisely there.
  
  The --More-- prompt is now cleared by explicitly forcing out the
  whitespace in "\r        \r".  It might be better to use the line
  editor's clearing functions, but these are currently static and not
  much different.
  
  Revision  Changes    Path
  1.37      +3 -3      src/sys/ddb/db_output.c


More information about the cvs-all mailing list