Fix CPU usage in interactive mode.
commit12087c0acd192aa1b7309234da6fc0ef768ddcc8
authorBen Kibbey <bjk@luxsci.net>
Sun, 5 Feb 2012 23:26:34 +0000 (5 18:26 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sun, 5 Feb 2012 23:26:34 +0000 (5 18:26 -0500)
treee6cdff96e4216a2c6ca86d9b3887d4dfe131a0b3
parent63dc3ec2e9d0ba11e13af535dbef78dc58344653
Fix CPU usage in interactive mode.

Commit 52853a8 tried to fix delays in interative pasting but was the
incorrect way of going about it. It seems to be a problem between a
UTF-8 terminal and libreadline. Setting the LANG environment variable to
something non-UTF8 seems to fix things.
src/pwmc.c