author | matt <matt.r.portas@gmail.com> | |
Sat, 2 Apr 2011 17:29:26 +0000 (18:29 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 23 Jun 2011 06:37:23 +0000 (08:37 +0200) | ||
commit | 502d803a2efc9f7de5560f86829e33bf78e47584 | |
tree | 54fb518a1dff7dd5b63c33982ccba547d7cb8277 | tree | snapshot |
parent | 0c4bd923b1373a175ce15f6f15f08e9145ce6ad6 | commit | diff |
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.
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 | diff | blob | history | |
src/match.c | diff | blob | history | |
src/match.h | diff | blob | history |