01d349833e
Also, change the way console input is passed to the subprocess -- instead of echoing it in sushi, instead set the pty to cooked mode and have it do any echoing. This will work better if we have scripts that accept input (sometimes we don't want it visible; e.g. if it's a password) and also has the side effect of allowing a command to be interrupted with ^C. |
||
---|---|---|
.. | ||
blabel.c | ||
blabel.h | ||
C.msg | ||
formtree.h | ||
functions.c | ||
functions.h | ||
handlers.c | ||
handlers.h | ||
Makefile | ||
menutree.c | ||
menutree.h | ||
run.c | ||
run.h | ||
scandir.c | ||
scandir.h | ||
scanform.c | ||
scanform.h | ||
sushi.8 | ||
sushi.c | ||
sushi.h | ||
TODO |