mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
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 | ||
| cmdedit.h | ||
| lash.c | ||