summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-05-22 13:06:29 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-05-22 13:06:29 +0200
commit1e377d0b06188ad1681248faa05c7616ff7776db (patch)
tree4c1ecca4c999948347dd3c6a7368124b5b39b537 /src
parenta4a4e5126cfc7c5bee39c08403ea3a9b6d3f33dc (diff)
downloadweechat-1e377d0b06188ad1681248faa05c7616ff7776db.zip
Fix help and completion of /input command
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-command.c18
1 files changed, 14 insertions, 4 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 94a7b05a9..910daee4f 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -2729,10 +2729,20 @@ command_init ()
"history_global_previous | history_global_next | "
"jump_smart | jump_last_buffer | jump_previous_buffer | "
"hotlist_clear | infobar_clear | grab_key | scroll_unread | "
- "set_unread | insert [args]",
- _("This command is used by key bindings or plugins, it must "
- "NOT be called by user"),
- "",
+ "set_unread | set_unread_current_buffer | insert [args]",
+ _("This command is used by key bindings or plugins."),
+ "return|complete_next|complete_previous|search_next|"
+ "delete_previous_char|delete_next_char|"
+ "delete_previous_word|delete_next_word|"
+ "delete_beginning_of_line|delete_end_of_line|"
+ "delete_line|clipboard_paste|transpose_chars|"
+ "move_beginning_of_line|move_end_of_line|"
+ "move_previous_char|move_next_char|move_previous_word|"
+ "move_next_word|history_previous|history_next|"
+ "history_global_previous|history_global_next|"
+ "jump_smart|jump_last_buffer|jump_previous_buffer|"
+ "hotlist_clear|infobar_clear|grab_key|scroll_unread|"
+ "set_unread|set_unread_current_buffer|insert",
&command_input, NULL);
hook_command (NULL, "key",
N_("bind/unbind keys"),