summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-12-31 00:22:03 +0100
committerportix <portix@gmx.net>2011-12-31 00:22:03 +0100
commit27c255c8e535b5e19cc6a83052106c258f95f8d4 (patch)
tree4d48abb303d4753ef93e1231302ec2844bb5085d /src/commands.h
parent4b0eac77389e48a2d2a85f31544207cfd410609c (diff)
downloaddwb-27c255c8e535b5e19cc6a83052106c258f95f8d4.zip
Remove unecessary entry movement functions, use GtkEditable functions instead.
--HG-- branch : experimental
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/commands.h b/src/commands.h
index 55fe99bf..8fffbcbc 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -26,13 +26,11 @@ DwbStatus commands_add_search_field(KeyMap *, Arg *);
DwbStatus commands_allow_cookie(KeyMap *, Arg *);
DwbStatus commands_bookmark(KeyMap *, Arg *);
DwbStatus commands_bookmarks(KeyMap *, Arg *);
-DwbStatus commands_entry_delete_letter(KeyMap *, Arg *);
-DwbStatus commands_entry_delete_line(KeyMap *, Arg *);
-DwbStatus commands_entry_delete_word(KeyMap *, Arg *);
+
+DwbStatus commands_entry_movement(KeyMap *, Arg *);
DwbStatus commands_entry_history_back(KeyMap *, Arg *);
DwbStatus commands_entry_history_forward(KeyMap *, Arg *);
-DwbStatus commands_entry_word_back(KeyMap *, Arg *);
-DwbStatus commands_entry_word_forward(KeyMap *, Arg *);
+
DwbStatus commands_execute_userscript(KeyMap *, Arg *);
DwbStatus commands_find(KeyMap *, Arg *);
DwbStatus commands_search(KeyMap *, Arg *);