Fix [c7d42236] (Add *on-compose-done-shell* hook, 2016-12-09)..
commit5e305bc83bc312ae40463fa5c9bdd9adef17a8f4
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Tue, 10 Jan 2017 20:12:54 +0000 (10 21:12 +0100)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Tue, 10 Jan 2017 20:17:38 +0000 (10 21:17 +0100)
treec9e35bd7611d1fc313293acfa70a042397da01f6
parent214b840523caf06db3edc4ccfab81d6d1bf7a6a4
Fix [c7d42236] (Add *on-compose-done-shell* hook, 2016-12-09)..

forgot to strip off the flags OPT_TTYIN and OPT_TTYOUT when starting
subprocesses, so that readline_input() could assume that input is
linewise, but that is of course not true for a subprocess, because
the I/O machinery will have been reinitialized
collect.c