2012-06-07 13:33:54 +02:00
|
|
|
static const char *url_regex = "(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+()]*";
|
2012-06-04 16:40:46 +02:00
|
|
|
|
2012-05-25 16:18:50 +02:00
|
|
|
static const char *term = "vte-256color";
|
2012-05-31 15:31:54 +02:00
|
|
|
|
|
|
|
// keybindings
|
2012-05-31 15:38:13 +02:00
|
|
|
#define KEY_COPY c
|
|
|
|
#define KEY_PASTE v
|
|
|
|
#define KEY_PREV p
|
|
|
|
#define KEY_NEXT n
|
|
|
|
#define KEY_SEARCH f
|
|
|
|
#define KEY_RSEARCH r
|
|
|
|
#define KEY_URL j
|
|
|
|
#define KEY_RURL k
|