aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-01-13 12:11:19 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-01-13 17:52:42 -0700
commit975e322d37afaca6e565b37282f2d9e6038124bc (patch)
treef2fca34cd3dd36bfa52bfc84313757468a3c601a /src/uzbl-core.h
parent9340e4f23264c7e820b52f18de5ca29132c68e72 (diff)
add a variable @_ that expands to the result of the last sync command
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index ef948ca..049053a 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -98,7 +98,8 @@ typedef struct {
gchar *selected_url;
gchar *last_selected_url;
gchar *executable_path;
- gchar* searchtx;
+ gchar *searchtx;
+ gchar *last_result;
gboolean verbose;
gboolean events_stdout;
GPtrArray *event_buffer;