change highlight regexp boundaries from \b to \W
authorDaniel Albers <daniel@lbers.com>
Wed, 12 Aug 2009 22:45:00 +0000 (00:45 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Aug 2009 10:07:16 +0000 (12:07 +0200)
commite036ee9df2219667ce1cc22d42a7c50fbdf5b3ba
tree2162a7a616bbf63de03a346c025514ccb5661039
parent4082975d4fc1bca330f5f09dd7212ba87a598df7
change highlight regexp boundaries from \b to \W

fixes #708
\b is between \w\W or \W\w, therefore doesn't match "^nickname^ something" due to "^ " being \W\W characters
src/qtui/qtuimessageprocessor.cpp