Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 1996 06:38:46 -0700 (PDT)
From:      Joerg Wunsch <joerg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/ddb db_input.c
Message-ID:  <199608101338.GAA21397@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

joerg       96/08/10 06:38:45

  Modified:    sys/ddb   db_input.c
  Log:
  Finally implement a simple commandline history in DDB.
  
  Emacs-style line editing has already been there (did anybody ever
  notice this? :), so i `only' had to add ^P and ^N.  The approach is
  fairly minimalistic, with the advantage of keeping the bloat as small
  as 864 bytes of .text and 16 bytes of .bss, plus 10*120 bytes
  malloc'ed history buffer at the first use.
  
  Revision  Changes    Path
  1.14      +71 -2     src/sys/ddb/db_input.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608101338.GAA21397>