Code

use glib regex for list_window_jump.
authormatt <matt.r.portas@gmail.com>
Sat, 2 Apr 2011 17:29:26 +0000 (18:29 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 23 Jun 2011 06:37:23 +0000 (08:37 +0200)
commit502d803a2efc9f7de5560f86829e33bf78e47584
tree54fb518a1dff7dd5b63c33982ccba547d7cb8277
parent0c4bd923b1373a175ce15f6f15f08e9145ce6ad6
use glib regex for list_window_jump.

Compile a single regex search string in list_window_jump instead of
using g_regex_match which compiles a new one each time.
src/list_window.c
src/match.c
src/match.h