An error occurred while fetching issues.
Proper bell support in triggers
Environment:
- iTerm2 version: 3.0.7 (stable)
- OS version: 10.11.6
Detailed steps to reproduce the problem:
- Configure trigger as shown below
- Execute
echo -e '\afoo\a'
in the shell
Trigger setting:
Regular Expression | Action | Parameters | Instant |
---|---|---|---|
^\a.+\a$ | Run Command | say \0 |
What happened: Nothing
What should have happened: Mac should say aloud "foo"
Related: #3663 (closed)