Commit Vladimir's latest cmdedit. I modified it slightly to ensure
authorEric Andersen <andersen@codepoet.org>
Fri, 16 Feb 2001 20:09:17 +0000 (20:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 16 Feb 2001 20:09:17 +0000 (20:09 -0000)
commit6faae7deb4b88dccffb7dbbf267315cb7bbc0af9
tree550531e0e4027c69a6cca27fde31574c75e26104
parent361ee514c636b371a50554ab73a3bfd54a49804d
Commit Vladimir's latest cmdedit.  I modified it slightly to ensure
parse_prompt() would be called before cmdedit_init(), since cmdedit_init()
calls cmdedit_setwidth() which uses cmdedit_prmt_len, which is set by
parse_prompt().  Also, added a mod, so very narrow terminals should now wrap
properly...  This is working very nicely for me -- Vladimir has done some
very good work.
cmdedit.c
lash.c
sh.c
shell/cmdedit.c
shell/lash.c