Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ‘-e’ switch when ‘%E’ escape in ‘tab-arguments’ option is present
Perl interprets ‘$#$root->{argv}’ as ‘($#$root)->{argv}’ which causes and error since ‘$root’ is not an array reference: urxvt: Not an ARRAY reference at /home/wd/.urxvt/ext/tabbedex line 806. This would trigger whenever ‘-e’ switch and ‘%E’ escape in ‘tab-arguments’ option were used together. Fix by adding braces to change binding of the operators. Fixes: #33
- Loading branch information