mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 13:10:45 +02:00
fix off by one error when dequoting completed filenames; initial cut at readline identifying ANSI terminals; print coproc commands without coproc name if the coproc is a simple command
This commit is contained in:
@@ -134,6 +134,11 @@ EOF
|
||||
);
|
||||
echo "coprocs created"
|
||||
}
|
||||
mkcoprocs is a function
|
||||
mkcoprocs ()
|
||||
{
|
||||
coproc cat -u - & read -u ${COPROC[0]} msg
|
||||
}
|
||||
cat is /bin/cat
|
||||
cat is aliased to `echo cat'
|
||||
/bin/cat
|
||||
|
||||
Reference in New Issue
Block a user