-
Committer:
mattgiuca
-
Date:
2008-01-31 05:13:17 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:350
media/console/console.js: Rewrote console history storage, browsing, and
updating algorithm. This fixes usability problems with the old one (it didn't
store the current line, for instance).
The new algorithm lets you edit historical items and remembers all edits until
you press return. This mimics the GNU Readline algorithm as closely as I can
tell.