K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-08-10T13:38:44.000000Z K 7 svn:log V 365 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. END