diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 00:01:14 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 00:01:14 +0000 |
commit | 4f16f6b7186683db891b0271eaf38aeebb77e24a (patch) | |
tree | e732395365b1af75f91087b853e91d967dd789ea /TODO | |
parent | 89b4ffb401cfdf18bb5b96fdcc408dd8a53273b7 (diff) |
Add readline to the TODO list
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3459 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,3 +7,6 @@ - POSIX compliance patches (aka, removing the coreutils hack). - Upgraded to a glibc that supports POSIX message queues. - Pass --enable-const to ncurses. + - Readline in Ch.6, and add uses of it. For example, Bash accepts the + --with-external-readline (or something like that) argument, and E2fsprogs + can be more "interactive" when compiled w/ a patch against it. |