scrollpad: add support for regex searching

This commit is contained in:
Andrzej Rybczak
2012-10-07 17:02:49 +02:00
parent ab1476caa8
commit c1d665bf9e
6 changed files with 143 additions and 97 deletions

View File

@@ -24,6 +24,7 @@
#include "global.h"
#include "settings.h"
#include "title.h"
#include "utility/wide_string.h"
#ifdef USE_PDCURSES
void windowTitle(const std::string &) { }