Hi, On Thu, Oct 02, 2014 at 03:54:34PM -0700, Edward Z. Yang wrote: > Steps to reproduce: > 1. Enable matcher in URxvt*perl-ext-common > 2. Open a new terminal > 3. cat a file with a very long line. This one is good enough: > http://code.metager.de/source/xref/facebook/arcanist/src/lint/linter/__tests__/xml/youtube.lint-test > > Expected result: it prints > Actual result: the terminal takes a long time to show the output, and if > you C-c it it wedges entirely
I tracked down the problem to a needlessly inefficient on_line_update hook in matcher. The issue is fixed in cvs. If you want to update only matcher, you can get the current version at http://cvs.schmorp.de/rxvt-unicode/src/perl/matcher Emanuele _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
