source: commands.c @ d4c3284

Last change on this file since d4c3284 was d4c3284, checked in by Anders Kaseorg <andersk@mit.edu>, 13 years ago
commands_to_init: Move into new function owl_cmd_add_defaults Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Property mode set to 100644
File size: 84.2 KB
Line 
1#include <getopt.h>
2#include <stdio.h>
3#include <stdlib.h>
4#include <string.h>
5#include <unistd.h>
6#include "owl.h"
7
8/* fn is "char *foo(int argc, const char *const *argv, const char *buff)" */
9#define OWLCMD_ARGS(name, fn, ctx, summary, usage, description) \
10        { name, summary, usage, description, ctx, \
11          NULL, fn, NULL, NULL, NULL, NULL, NULL, NULL }
12
13/* fn is "void foo(void)" */
14#define OWLCMD_VOID(name, fn, ctx, summary, usage, description) \
15        { name, summary, usage, description, ctx, \
16          NULL, NULL, fn, NULL, NULL, NULL, NULL, NULL }
17
18/* fn is "void foo(int)" */
19#define OWLCMD_INT(name, fn, ctx, summary, usage, description) \
20        { name, summary, usage, description, ctx, \
21          NULL, NULL, NULL, fn, NULL, NULL, NULL, NULL }
22
23#define OWLCMD_ALIAS(name, actualname) \
24        { name, OWL_CMD_ALIAS_SUMMARY_PREFIX actualname, "", "", OWL_CTX_ANY, \
25          actualname, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
26
27/* fn is "char *foo(void *ctx, int argc, const char *const *argv, const char *buff)" */
28#define OWLCMD_ARGS_CTX(name, fn, ctx, summary, usage, description) \
29        { name, summary, usage, description, ctx, \
30          NULL, NULL, NULL, NULL, ((char*(*)(void*,int,const char*const *,const char*))fn), NULL, NULL, NULL }
31
32/* fn is "void foo(void)" */
33#define OWLCMD_VOID_CTX(name, fn, ctx, summary, usage, description) \
34        { name, summary, usage, description, ctx, \
35          NULL, NULL, NULL, NULL, NULL, ((void(*)(void*))(fn)), NULL, NULL }
36
37/* fn is "void foo(int)" */
38#define OWLCMD_INT_CTX(name, fn, ctx, summary, usage, description) \
39        { name, summary, usage, description, ctx, \
40          NULL, NULL, NULL, NULL, NULL, NULL, ((void(*)(void*,int))fn), NULL }
41
42
43int owl_cmd_add_defaults(owl_cmddict *cd)
44{
45  owl_cmd commands_to_init[] = {
46
47  OWLCMD_ARGS("zlog", owl_command_zlog, OWL_CTX_ANY,
48              "send a login or logout notification",
49              "zlog in [tty]\nzlog out",
50              "zlog in will send a login notification, zlog out will send a\n"
51              "logout notification.  By default a login notification is sent\n"
52              "when owl is started and a logout notification is sent when owl\n"
53              "is exited.  This behavior can be changed with the 'startuplogin'\n"
54              "and 'shutdownlogout' variables.  If a tty is specified for zlog in\n"
55              "then the owl variable 'tty' will be set to that string, causing\n"
56              "it to be used as the zephyr location tty.\n"),
57
58  OWLCMD_VOID("quit", owl_command_quit, OWL_CTX_ANY,
59              "exit owl",
60              "",
61              "Exit owl and run any shutdown activities."),
62  OWLCMD_ALIAS("exit", "quit"),
63  OWLCMD_ALIAS("q",    "quit"),
64
65  OWLCMD_ARGS("term", owl_command_term, OWL_CTX_ANY,
66              "control the terminal",
67              "term raise\n"
68              "term deiconify\n",
69              ""),
70
71  OWLCMD_VOID("nop", owl_command_nop, OWL_CTX_ANY,
72              "do nothing",
73              "",
74              ""),
75 
76  OWLCMD_ARGS("start-command", owl_command_start_command, OWL_CTX_INTERACTIVE,
77              "prompts the user to enter a command",
78              "start-command [initial-value]",
79              "Initializes the command field to initial-value."),
80
81  OWLCMD_ARGS("alias", owl_command_alias, OWL_CTX_ANY,
82              "creates a command alias",
83              "alias <new_command> <old_command>",
84              "Creates a command alias from new_command to old_command.\n"
85              "Any arguments passed to <new_command> will be appended to\n"
86              "<old_command> before it is executed.\n"),
87
88  OWLCMD_ARGS("bindkey", owl_command_bindkey, OWL_CTX_ANY,
89              "creates a binding in a keymap",
90              "bindkey <keymap> <keyseq> command <command>",
91              "(Note: There is a literal word \"command\" between <keyseq>\n"
92              " and <command>.)\n"
93              "Binds a key sequence to a command within a keymap.\n"
94              "Use 'show keymaps' to see the existing keymaps.\n"
95              "Key sequences may be things like M-C-t or NPAGE.\n\n"
96              "Ex.: bindkey recv C-b command zwrite -c barnowl\n"
97              "Ex.: bindkey recv m command start-command zwrite -c my-class -i \n\n"
98              "SEE ALSO: unbindkey, start-command"),
99
100  OWLCMD_ARGS("unbindkey", owl_command_unbindkey, OWL_CTX_ANY,
101              "removes a binding in a keymap",
102              "bindkey <keymap> <keyseq>",
103              "Removes a binding of a key sequence within a keymap.\n"
104              "Use 'show keymaps' to see the existing keymaps.\n"
105              "Ex.: unbindkey recv H\n\n"
106              "SEE ALSO: bindkey"),
107
108  OWLCMD_ARGS("zwrite", owl_command_zwrite, OWL_CTX_INTERACTIVE,
109              "send a zephyr",
110              "zwrite [-n] [-C] [-c class] [-i instance] [-r realm] [-O opcode] [<user> ...] [-m <message...>]",
111              "Zwrite send a zephyr to the one or more users specified.\n\n"
112              "The following options are available:\n\n"
113              "-m    Specifies a message to send without prompting.\n"
114              "      Note that this does not yet log an outgoing message.\n"
115              "      This must be the last argument.\n\n"
116              "-n    Do not send a ping message.\n\n"
117              "-C    If the message is sent to more than one user include a\n"
118              "      \"cc:\" line in the text\n\n"
119              "-c class\n"
120              "      Send to the specified zephyr class\n\n"
121              "-i instance\n"
122              "      Send to the specified zephyr instance\n\n"
123              "-r realm\n"
124              "      Send to a foreign realm\n"
125              "-O opcode\n"
126              "      Send to the specified opcode\n"),
127
128  OWLCMD_ARGS("aimwrite", owl_command_aimwrite, OWL_CTX_INTERACTIVE,
129              "send an AIM message",
130              "aimwrite <user> [-m <message...>]",
131              "Send an aim message to a user.\n\n" 
132              "The following options are available:\n\n"
133              "-m    Specifies a message to send without prompting.\n"),
134
135  OWLCMD_ARGS("loopwrite", owl_command_loopwrite, OWL_CTX_INTERACTIVE,
136              "send a loopback message",
137              "loopwrite",
138              "Send a local message.\n"),
139
140  OWLCMD_ARGS("zcrypt", owl_command_zwrite, OWL_CTX_INTERACTIVE,
141              "send an encrypted zephyr",
142              "zcrypt [-n] [-C] [-c class] [-i instance] [-r realm] [-O opcode] [-m <message...>]\n",
143              "Behaves like zwrite but uses encryption.  Not for use with\n"
144              "personal messages\n"),
145 
146  OWLCMD_ARGS("reply", owl_command_reply,  OWL_CTX_INTERACTIVE,
147              "reply to the current message",
148              "reply [-e] [ sender | all | zaway ]",
149              "If -e is specified, the zwrite command line is presented to\n"
150              "allow editing.\n\n"
151              "If 'sender' is specified, reply to the sender.\n\n"
152              "If 'all' or no args are specified, reply publicly to the\n"
153              "same class/instance for non-personal messages and to the\n"
154              "sender for personal messages.\n\n"
155              "If 'zaway' is specified, replies with a zaway message.\n\n"),
156
157  OWLCMD_ARGS("set", owl_command_set, OWL_CTX_ANY,
158              "set a variable value",
159              "set [-q] [<variable>] [<value>]\n"
160              "set",
161              "Set the named variable to the specified value.  If no\n"
162              "arguments are given, print the value of all variables.\n"
163              "If the value is unspecified and the variable is a boolean, it will be\n"
164              "set to 'on'.  If -q is used, set is silent and does not print a\n"
165              "message.\n"),
166
167  OWLCMD_ARGS("unset", owl_command_unset, OWL_CTX_ANY,
168              "unset a boolean variable value",
169              "unset [-q] <variable>\n"
170              "unset",
171              "Set the named boolean variable to off.\n"
172              "If -q is specified, is silent and doesn't print a message.\n"),
173
174  OWLCMD_ARGS("print", owl_command_print, OWL_CTX_ANY,
175              "print a variable value",
176              "print <variable>\n"
177              "print",
178              "Print the value of the named variable.  If no arguments\n"
179              "are used print the value of all variables.\n"),
180
181  OWLCMD_ARGS("startup", owl_command_startup, OWL_CTX_ANY,
182              "run a command and set it to be run at every Owl startup",
183              "startup <commands> ...",
184              "Everything on the command line after the startup command\n"
185              "is executed as a normal owl command and is also placed in\n"
186              "a file so that the command is executed every time owl\n"
187              "is started"),
188
189  OWLCMD_ARGS("unstartup", owl_command_unstartup, OWL_CTX_ANY,
190              "remove a command from the list of those to be run at Owl startup",
191              "unstartup <commands> ...",
192              ""),
193
194  OWLCMD_VOID("version", owl_command_version, OWL_CTX_ANY,
195              "print the version of the running owl", "", ""),
196
197  OWLCMD_ARGS("subscribe", owl_command_subscribe, OWL_CTX_ANY,
198              "subscribe to a zephyr class, instance, recipient",
199              "subscribe [-t] <class> [instance [recipient]]",
200              "Subscribe to the specified class and instance.  If the\n"
201              "instance or recipient is not listed on the command\n"
202              "line they default to * (the wildcard recipient).\n"
203              "If the -t option is present the subscription will\n"
204              "only be temporary, i.e., it will not be written to\n"
205              "the subscription file and will therefore not be\n"
206              "present the next time owl is started.\n"),
207  OWLCMD_ALIAS("sub", "subscribe"),
208
209  OWLCMD_ARGS("unsubscribe", owl_command_unsubscribe, OWL_CTX_ANY,
210              "unsubscribe from a zephyr class, instance, recipient",
211              "unsubscribe [-t] <class> [instance [recipient]]",
212              "Unsubscribe from the specified class and instance.  If the\n"
213              "instance or recipient is not listed on the command\n"
214              "line they default to * (the wildcard recipient).\n"
215              "If the -t option is present the unsubscription will\n"
216              "only be temporary, i.e., it will not be updated in\n"
217              "the subscription file and will therefore not be\n"
218              "in effect the next time owl is started.\n"),
219  OWLCMD_ALIAS("unsub", "unsubscribe"),
220
221  OWLCMD_VOID("unsuball", owl_command_unsuball, OWL_CTX_ANY,
222              "unsubscribe from all zephyrs", "", ""),
223 
224  OWLCMD_VOID("getsubs", owl_command_getsubs, OWL_CTX_ANY,
225              "print all current subscriptions",
226              "getsubs",
227              "getsubs retrieves the current subscriptions from the server\n"
228              "and displays them.\n"),
229
230  OWLCMD_ARGS("dump", owl_command_dump, OWL_CTX_ANY,
231              "dump messages to a file",
232              "dump <filename>",
233              "Dump messages in current view to the named file."),
234
235  OWLCMD_ARGS("source", owl_command_source, OWL_CTX_ANY,
236              "execute owl commands from a file",
237              "source <filename>",
238              "Execute the owl commands in <filename>.\n"),
239
240  OWLCMD_ARGS("aim", owl_command_aim, OWL_CTX_INTERACTIVE,
241              "AIM specific commands",
242              "aim search <email>",
243              ""),
244
245  OWLCMD_ARGS("addbuddy", owl_command_addbuddy, OWL_CTX_INTERACTIVE,
246              "add a buddy to a buddylist",
247              "addbuddy <protocol> <screenname>",
248              "Add the named buddy to your buddylist.  <protocol> can be aim or zephyr\n"),
249
250  OWLCMD_ARGS("delbuddy", owl_command_delbuddy, OWL_CTX_INTERACTIVE,
251              "delete a buddy from a buddylist",
252              "delbuddy <protocol> <screenname>",
253              "Delete the named buddy from your buddylist.  <protocol> can be aim or zephyr\n"),
254
255  OWLCMD_ARGS("join", owl_command_join, OWL_CTX_INTERACTIVE,
256              "join a chat group",
257              "join aim <groupname> [exchange]",
258              "Join the AIM chatroom with 'groupname'.\n"),
259
260  OWLCMD_ARGS("smartzpunt", owl_command_smartzpunt, OWL_CTX_INTERACTIVE,
261              "creates a zpunt based on the current message",
262              "smartzpunt [-i | --instance]",
263              "Starts a zpunt command based on the current message's class\n"
264              "(and instance if -i is specified).\n"),
265
266  OWLCMD_ARGS("zpunt", owl_command_zpunt, OWL_CTX_ANY,
267              "suppress a given zephyr triplet",
268              "zpunt <class> <instance> [recipient]\n"
269              "zpunt <instance>",
270              "The zpunt command will suppress messages to the specified\n"
271              "zephyr triplet.  In the second usage messages are suppressed\n"
272              "for class MESSAGE and the named instance.\n\n"
273              "SEE ALSO:  zunpunt, show zpunts\n"),
274
275  OWLCMD_ARGS("zunpunt", owl_command_zunpunt, OWL_CTX_ANY,
276              "undo a previous zpunt",
277              "zunpunt <class> <instance> [recipient]\n"
278              "zunpunt <instance>",
279              "The zunpunt command will allow messages that were previously\n"
280              "suppressed to be received again.\n\n"
281              "SEE ALSO:  zpunt, show zpunts\n"),
282
283  OWLCMD_ARGS("punt", owl_command_punt, OWL_CTX_ANY,
284              "suppress an arbitrary filter",
285              "punt <filter-name>\n"
286              "punt <filter-text (multiple words)>",
287              "The punt command will suppress messages to the specified\n"
288              "filter\n\n"
289              "SEE ALSO:  unpunt, zpunt, show zpunts\n"),
290
291  OWLCMD_ARGS("unpunt", owl_command_unpunt, OWL_CTX_ANY,
292              "remove an entry from the punt list",
293              "unpunt <number>\n"
294              "unpunt <filter-name>\n"
295              "unpunt <filter-text (multiple words)>",
296              "The unpunt command will remove an entry from the puntlist.\n"
297              "The last two forms correspond to the two forms of the :punt\n"
298              "command. The first allows you to remove a specific entry from\n"
299              "the list (see :show zpunts)\n\n"
300              "SEE ALSO:  punt, zpunt, zunpunt, show zpunts\n"),
301
302  OWLCMD_VOID("info", owl_command_info, OWL_CTX_INTERACTIVE,
303              "display detailed information about the current message",
304              "", ""),
305 
306  OWLCMD_ARGS("help", owl_command_help, OWL_CTX_INTERACTIVE,
307              "display help on using owl",
308              "help [command]", ""),
309
310  OWLCMD_ARGS("zlist", owl_command_zlist, OWL_CTX_INTERACTIVE,
311              "List users logged in",
312              "znol [-f file]",
313              "Print a znol-style listing of users logged in"),
314
315  OWLCMD_VOID("alist", owl_command_alist, OWL_CTX_INTERACTIVE,
316              "List AIM users logged in",
317              "alist",
318              "Print a listing of AIM users logged in"),
319
320  OWLCMD_VOID("blist", owl_command_blist, OWL_CTX_INTERACTIVE,
321              "List all buddies logged in",
322              "blist",
323              "Print a listing of buddies logged in, regardless of protocol."),
324
325  OWLCMD_VOID("toggle-oneline", owl_command_toggleoneline, OWL_CTX_INTERACTIVE,
326              "Toggle the style between oneline and the default style",
327              "toggle-oneline",
328              ""),
329
330  OWLCMD_ARGS("recv:getshift", owl_command_get_shift, OWL_CTX_INTERACTIVE,
331              "gets position of receive window scrolling", "", ""),
332
333  OWLCMD_INT("recv:setshift", owl_command_set_shift, OWL_CTX_INTERACTIVE,
334              "scrolls receive window to specified position", "", ""),
335
336  OWLCMD_VOID("recv:pagedown", owl_function_mainwin_pagedown, 
337              OWL_CTX_INTERACTIVE,
338              "scrolls down by a page", "", ""),
339
340  OWLCMD_VOID("recv:pageup", owl_function_mainwin_pageup, OWL_CTX_INTERACTIVE,
341              "scrolls up by a page", "", ""),
342
343  OWLCMD_VOID("recv:mark", owl_function_mark_message,
344              OWL_CTX_INTERACTIVE,
345              "mark the current message", "", ""),
346
347  OWLCMD_VOID("recv:swapmark", owl_function_swap_cur_marked,
348              OWL_CTX_INTERACTIVE,
349              "swap the positions of the pointer and the mark", "", ""),
350
351  OWLCMD_INT ("recv:scroll", owl_function_page_curmsg, OWL_CTX_INTERACTIVE,
352              "scrolls current message up or down", 
353              "recv:scroll <numlines>", 
354              "Scrolls the current message up or down by <numlines>.\n"
355              "Scrolls up if <numlines> is negative, else scrolls down.\n"),
356
357  OWLCMD_ARGS("next", owl_command_next, OWL_CTX_INTERACTIVE,
358              "move the pointer to the next message",
359              "recv:next [ --filter <name> ] [ --skip-deleted ] [ --last-if-none ]\n"
360              "          [ --smart-filter | --smart-filter-instance ]",
361              "Moves the pointer to the next message in the current view.\n"
362              "If --filter is specified, will only consider messages in\n"
363              "the filter <name>.\n"
364              "If --smart-filter or --smart-filter-instance is specified,\n"
365              "goes to the next message that is similar to the current message.\n"
366              "If --skip-deleted is specified, deleted messages will\n"
367              "be skipped.\n"
368              "If --last-if-none is specified, will stop at last message\n"
369              "in the view if no other suitable messages are found.\n"),
370  OWLCMD_ALIAS("recv:next", "next"),
371
372  OWLCMD_ARGS("prev", owl_command_prev, OWL_CTX_INTERACTIVE,
373              "move the pointer to the previous message",
374              "recv:prev [ --filter <name> ] [ --skip-deleted ] [ --first-if-none ]\n"
375              "          [ --smart-filter | --smart-filter-instance ]",
376              "Moves the pointer to the next message in the current view.\n"
377              "If --filter is specified, will only consider messages in\n"
378              "the filter <name>.\n"
379              "If --smart-filter or --smart-filter-instance is specified,\n"
380              "goes to the previous message that is similar to the current message.\n"
381              "If --skip-deleted is specified, deleted messages will\n"
382              "be skipped.\n"
383              "If --first-if-none is specified, will stop at first message\n"
384              "in the view if no other suitable messages are found.\n"),
385  OWLCMD_ALIAS("recv:prev", "prev"),
386
387  OWLCMD_ALIAS("recv:next-notdel", "recv:next --skip-deleted --last-if-none"),
388  OWLCMD_ALIAS("next-notdel",      "recv:next --skip-deleted --last-if-none"),
389
390  OWLCMD_ALIAS("recv:prev-notdel", "recv:prev --skip-deleted --first-if-none"),
391  OWLCMD_ALIAS("prev-notdel",      "recv:prev --skip-deleted --first-if-none"),
392
393  OWLCMD_ALIAS("recv:next-personal", "recv:next --filter personal"),
394
395  OWLCMD_ALIAS("recv:prev-personal", "recv:prev --filter personal"),
396
397  OWLCMD_VOID("first", owl_command_first, OWL_CTX_INTERACTIVE,
398              "move the pointer to the first message", "", ""),
399  OWLCMD_ALIAS("recv:first", "first"),
400
401  OWLCMD_VOID("last", owl_command_last, OWL_CTX_INTERACTIVE,
402              "move the pointer to the last message", "", 
403              "Moves the pointer to the last message in the view.\n"
404              "If we are already at the last message in the view,\n"
405              "blanks the screen and moves just past the end of the view\n"
406              "so that new messages will appear starting at the top\n"
407              "of the screen.\n"),
408  OWLCMD_ALIAS("recv:last", "last"),
409
410  OWLCMD_VOID("expunge", owl_command_expunge, OWL_CTX_INTERACTIVE,
411              "remove all messages marked for deletion", "", ""),
412
413  OWLCMD_VOID("resize", owl_command_resize, OWL_CTX_ANY,
414              "resize the window to the current screen size", "", ""),
415
416  OWLCMD_VOID("redisplay", owl_command_redisplay, OWL_CTX_ANY,
417              "redraw the entire window", "", ""),
418
419  OWLCMD_VOID("suspend", owl_command_suspend, OWL_CTX_ANY,
420              "suspend owl", "", ""),
421
422  OWLCMD_ARGS("echo", owl_command_echo, OWL_CTX_ANY,
423              "pops up a message in popup window",
424              "echo [args .. ]\n\n", ""),
425
426  OWLCMD_ARGS("exec", owl_command_exec, OWL_CTX_ANY,
427              "run a command from the shell",
428              "exec [args .. ]", ""),
429
430  OWLCMD_ARGS("aexec", owl_command_aexec, OWL_CTX_INTERACTIVE,
431              "run a command from the shell and display in an admin message",
432              "aexec [args .. ]", ""),
433
434  OWLCMD_ARGS("pexec", owl_command_pexec, OWL_CTX_INTERACTIVE,
435              "run a command from the shell and display in a popup window",
436              "pexec [args .. ]", ""),
437
438  OWLCMD_ARGS("perl", owl_command_perl, OWL_CTX_ANY,
439              "run a perl expression",
440              "perl [args .. ]", ""),
441
442  OWLCMD_ARGS("aperl", owl_command_aperl, OWL_CTX_INTERACTIVE,
443              "run a perl expression and display in an admin message",
444              "aperl [args .. ]", ""),
445
446  OWLCMD_ARGS("pperl", owl_command_pperl, OWL_CTX_INTERACTIVE,
447              "run a perl expression and display in a popup window",
448              "pperl [args .. ]", ""),
449
450  OWLCMD_ARGS("multi", owl_command_multi, OWL_CTX_ANY,
451              "runs multiple ;-separated commands",
452              "multi <command1> ( ; <command2> )*\n",
453              "Runs multiple semicolon-separated commands in order.\n"
454              "Note quoting isn't supported here yet.\n"
455              "If you want to do something fancy, use perl.\n"),
456
457  OWLCMD_ARGS("(", owl_command_multi, OWL_CTX_ANY,
458              "runs multiple ;-separated commands",
459              "'(' <command1> ( ; <command2> )* ')'\n",
460              "Runs multiple semicolon-separated commands in order.\n"
461              "You must have a space before the final ')'\n"
462              "Note quoting isn't supported here yet.\n"
463              "If you want to do something fancy, use perl.\n"),
464
465  OWLCMD_VOID("pop-message", owl_command_pop_message, OWL_CTX_RECWIN,
466              "pops up a message in a window", "", ""),
467
468  OWLCMD_ARGS("zaway", owl_command_zaway, OWL_CTX_INTERACTIVE,
469              "Set, enable or disable zephyr away message",
470              "zaway [ on | off | toggle ]\n"
471              "zaway <message>",
472              "Turn on or off a zaway message.  If 'message' is\n"
473              "specified turn on zaway with that message, otherwise\n"
474              "use the default.\n"),
475
476  OWLCMD_ARGS("aaway", owl_command_aaway, OWL_CTX_INTERACTIVE,
477              "Set, enable or disable AIM away message",
478              "aaway [ on | off | toggle ]\n"
479              "aaway <message>",
480              "Turn on or off the AIM away message.  If 'message' is\n"
481              "specified turn on aaway with that message, otherwise\n"
482              "use the default.\n"),
483
484  OWLCMD_ARGS("away", owl_command_away, OWL_CTX_INTERACTIVE,
485              "Set, enable or disable both AIM and zephyr away messages",
486              "away [ on | off | toggle ]\n"
487              "away <message>",
488              "Turn on or off the AIM and zephyr away message.  If\n"
489              "'message' is specified turn them on with that message,\n"
490              "otherwise use the default.\n"
491              "\n"
492              "This command really just runs the 'aaway' and 'zaway'\n"
493              "commands together\n"
494              "\n"
495              "SEE ALSO: aaway, zaway"),
496
497  OWLCMD_ARGS("load-subs", owl_command_loadsubs, OWL_CTX_ANY,
498              "load subscriptions from a file",
499              "load-subs <file>\n", ""),
500
501  OWLCMD_ARGS("loadsubs", owl_command_loadsubs, OWL_CTX_ANY,
502              "load subscriptions from a file",
503              "loadsubs <file>\n", ""),
504
505  OWLCMD_ARGS("loadloginsubs", owl_command_loadloginsubs, OWL_CTX_ANY,
506              "load login subscriptions from a file",
507              "loadloginsubs <file>\n",
508              "The file should contain a list of usernames, one per line."),
509
510  OWLCMD_VOID("about", owl_command_about, OWL_CTX_INTERACTIVE,
511              "print information about owl", "", ""),
512
513  OWLCMD_VOID("status", owl_command_status, OWL_CTX_ANY,
514              "print status information about the running owl", "", ""),
515 
516  OWLCMD_ARGS("zlocate", owl_command_zlocate, OWL_CTX_INTERACTIVE,
517              "locate a user",
518              "zlocate [-d] <user> ...", 
519              "Performs a zlocate on one ore more users and puts the result\n"
520              "int a popwin.  If -d is specified, does not authenticate\n"
521              "the lookup request.\n"),
522 
523  OWLCMD_ARGS("filter", owl_command_filter, OWL_CTX_ANY,
524              "create a message filter",
525              "filter <name> [ -c fgcolor ] [ -b bgcolor ] [ <expression> ... ]",
526              "The filter command creates a filter with the specified name,\n"
527              "or if one already exists it is replaced.  Example filter\n"
528              "syntax would be:\n\n"
529              "     filter myfilter -c red ( class ^foobar$ ) or ( class ^quux$ and instance ^bar$ )\n\n"
530              "Valid matching fields are:\n"
531              "    sender     -  sender\n"
532              "    recipient  -  recipient\n"
533              "    class      -  zephyr class name\n"
534              "    instance   -  zephyr instance name\n"
535              "    opcode     -  zephyr opcode\n"
536              "    realm      -  zephyr realm\n"
537              "    body       -  message body\n"
538              "    hostname   -  hostname of sending host\n"
539              "    type       -  message type (zephyr, aim, admin)\n"
540              "    direction  -  either 'in' 'out' or 'none'\n"
541              "    login      -  either 'login' 'logout' or 'none'\n"
542              "Also you may match on the validity of another filter:\n"
543              "    filter <filtername>\n"
544              "Also you may pass the message to a perl function returning 0 or 1,\n"
545              "where 1 indicates that the function matches the filter:\n"
546              "    perl <subname>\n"
547              "Valid operators are:\n"
548              "    and\n"
549              "    or\n"
550              "    not\n"
551              "And additionally you may use the static values:\n"
552              "    true\n"
553              "    false\n"
554              "Spaces must be present before and after parentheses.  If the\n"
555              "optional color arguments are used they specifies the colors that\n"
556              "messages matching this filter should be displayed in.\n\n"
557              "SEE ALSO: view, viewclass, viewuser\n"),
558
559  OWLCMD_ARGS("colorview", owl_command_colorview, OWL_CTX_INTERACTIVE,
560              "change the colors on the current filter",
561              "colorview <fgcolor> [<bgcolor>]",
562              "The colors of messages in the current filter will be changed\n"
563              "to <fgcolor>,<bgcolor>.  Use the 'show colors' command for a list\n"
564              "of valid colors.\n\n"
565              "SEE ALSO: 'show colors'\n"),
566
567  OWLCMD_ARGS("colorclass", owl_command_colorclass, OWL_CTX_INTERACTIVE,
568              "create a filter to color messages of the given class name",
569              "colorclass <class> <fgcolor> [<bgcolor>]",
570              "A filter will be created to color messages in <class>"
571              "in <fgcolor>,<bgcolor>.  Use the 'show colors' command for a list\n"
572              "of valid colors.\n\n"
573              "SEE ALSO: 'show colors'\n"),
574
575  OWLCMD_ARGS("view", owl_command_view, OWL_CTX_INTERACTIVE,
576              "view messages matching a filter",
577              "view [<viewname>] [-f <filter> | --home | -r ] [-s <style>]\n"
578              "view <filter>\n"
579              "view -d <expression>\n"
580              "view --home",
581              "The view command sets information associated with a particular view,\n"
582              "such as view's filter or style.  In the first general usage listed\n"
583              "above <viewname> is the name of the view to be changed.  If not\n"
584              "specified the default view 'main' will be used.  A filter can be set\n"
585              "for the view by listing a named filter after the -f argument.  If\n"
586              "the --home argument is used the filter will be set to the filter named\n"
587              "by the\n 'view_home' variable.  The style can be set by listing the\n"
588              "name style after the -s argument.\n"
589              "\n"
590              "The other usages listed above are abbreviated forms that simply set\n"
591              "the filter of the current view. The -d option allows you to write a\n"
592              "filter expression that will be dynamically created by owl and then\n"
593              "applied as the view's filter\n"
594              "SEE ALSO: filter, viewclass, viewuser\n"),
595
596  OWLCMD_ARGS("smartnarrow", owl_command_smartnarrow, OWL_CTX_INTERACTIVE,
597              "view only messages similar to the current message",
598              "smartnarrow [-i | --instance]  [-r | --related]",
599              "If the curmsg is a personal message narrow\n"
600              "   to the conversation with that user.\n"
601              "If the curmsg is a <MESSAGE, foo, *>\n"
602              "   message, narrow to the instance.\n"
603              "If the curmsg is a class message, narrow\n"
604              "    to the class.\n"
605              "If the curmsg is a class message and '-i' is specified\n"
606              "    then narrow to the class and instance.\n"
607              "If '-r' or '--related' is specified, behave as though the\n"
608              "    'narrow-related' variable was inverted."),
609
610  OWLCMD_ARGS("smartfilter", owl_command_smartfilter, OWL_CTX_INTERACTIVE,
611              "returns the name of a filter based on the current message",
612              "smartfilter [-i | --instance]",
613              "If the curmsg is a personal message, the filter is\n"
614              "   the conversation with that user.\n"
615              "If the curmsg is a <MESSAGE, foo, *>\n"
616              "   message, the filter is to that instance.\n"
617              "If the curmsg is a class message, the filter is that class.\n"
618              "If the curmsg is a class message and '-i' is specified\n"
619              "    the filter is to that class and instance.\n"),
620
621  OWLCMD_ARGS("viewclass", owl_command_viewclass, OWL_CTX_INTERACTIVE,
622              "view messages matching a particular class",
623              "viewclass <class>",
624              "The viewclass command will automatically create a filter\n"
625              "matching the specified class and switch the current view\n"
626              "to it.\n\n"
627              "SEE ALSO: filter, view, viewuser\n"),
628  OWLCMD_ALIAS("vc", "viewclass"),
629
630  OWLCMD_ARGS("viewuser", owl_command_viewuser, OWL_CTX_INTERACTIVE,
631              "view messages matching a particular user",
632              "viewuser <user>",
633              "The viewuser command will automatically create a filter\n"
634              "matching the specified user and switch the current\n"
635              "view to it.\n\n"
636              "SEE ALSO: filter, view, viewclass\n"),
637  OWLCMD_ALIAS("vu", "viewuser"),
638  OWLCMD_ALIAS("viewperson", "viewuser"),
639  OWLCMD_ALIAS("vp", "viewuser"),
640
641  OWLCMD_ARGS("show", owl_command_show, OWL_CTX_INTERACTIVE,
642              "show information",
643              "show colors\n"
644              "show commands\n"
645              "show command <command>\n"
646              "show errors\n"
647              "show filters\n"
648              "show filter <filter>\n"
649              "show keymaps\n"
650              "show keymap <keymap>\n"
651              "show license\n"
652              "show quickstart\n"
653              "show startup\n"
654              "show status\n"
655              "show styles\n"
656              "show subscriptions / show subs\n"
657              "show terminal\n"
658              "show timers\n"
659              "show variables\n"
660              "show variable <variable>\n"
661              "show version\n"
662              "show view [<view>]\n"
663              "show zpunts\n",
664
665              "Show colors will display a list of valid colors for the\n"
666              "     terminal."
667              "Show filters will list the names of all filters.\n"
668              "Show filter <filter> will show the definition of a particular\n"
669              "     filter.\n\n"
670              "Show startup will display the custom startup config\n\n"
671              "Show zpunts will show the active zpunt filters.\n\n"
672              "Show keymaps will list the names of all keymaps.\n"
673              "Show keymap <keymap> will show the key bindings in a keymap.\n\n"
674              "Show commands will list the names of all keymaps.\n"
675              "Show command <command> will provide information about a command.\n\n"
676              "Show styles will list the names of all styles available\n"
677              "for formatting messages.\n\n"
678              "Show variables will list the names of all variables.\n\n"
679              "Show errors will show a list of errors encountered by Owl.\n\n"
680              "SEE ALSO: filter, view, alias, bindkey, help\n"),
681 
682  OWLCMD_ARGS("delete", owl_command_delete, OWL_CTX_INTERACTIVE,
683              "mark a message for deletion",
684              "delete [ -id msgid ] [ --no-move ]\n"
685              "delete view\n"
686              "delete trash",
687              "If no message id is specified the current message is marked\n"
688              "for deletion.  Otherwise the message with the given message\n"
689              "id is marked for deletion.\n"
690              "If '--no-move' is specified, don't move after deletion.\n"
691              "If 'trash' is specified, deletes all trash/auto messages\n"
692              "in the current view.\n"
693              "If 'view' is specified, deletes all messages in the\n"
694              "current view.\n"),
695  OWLCMD_ALIAS("del", "delete"),
696
697  OWLCMD_ARGS("undelete", owl_command_undelete, OWL_CTX_INTERACTIVE,
698              "unmark a message for deletion",
699              "undelete [ -id msgid ] [ --no-move ]\n"
700              "undelete view",
701              "If no message id is specified the current message is\n"
702              "unmarked for deletion.  Otherwise the message with the\n"
703              "given message id is unmarked for deletion.\n"
704              "If '--no-move' is specified, don't move after deletion.\n"
705              "If 'view' is specified, undeletes all messages\n"
706              "in the current view.\n"),
707  OWLCMD_ALIAS("undel", "undelete"),
708
709  OWLCMD_VOID("beep", owl_command_beep, OWL_CTX_ANY,
710              "ring the terminal bell",
711              "beep",
712              "Beep will ring the terminal bell.\n"
713              "If the variable 'bell' has been\n"
714              "set to 'off' this command does nothing.\n"),
715
716  OWLCMD_ARGS("debug", owl_command_debug, OWL_CTX_ANY,
717              "prints a message into the debug log",
718              "debug <message>", ""),
719
720  OWLCMD_ARGS("getview", owl_command_getview, OWL_CTX_INTERACTIVE,
721              "returns the name of the filter for the current view",
722              "", ""),
723
724  OWLCMD_ARGS("getvar", owl_command_getvar, OWL_CTX_INTERACTIVE,
725              "returns the value of a variable",
726              "getvar <varname>", ""),
727
728  OWLCMD_ARGS("getfilter", owl_command_getfilter, OWL_CTX_INTERACTIVE,
729              "returns the definition of a filter",
730              "getfilter <filtername>", ""),
731
732  OWLCMD_ARGS("getstyle", owl_command_getstyle, OWL_CTX_INTERACTIVE,
733              "returns the name of the style for the current view",
734              "", ""),
735
736  OWLCMD_ARGS("search", owl_command_search, OWL_CTX_INTERACTIVE,
737              "search messages for a particular string",
738              "search [-r] [<string>]",
739              "The search command will find messages that contain the\n"
740              "specified string and move the cursor there.  If no string\n"
741              "argument is supplied then the previous one is used.  By\n"
742              "default searches are done forwards; if -r is used the search\n"
743              "is performed backwards"),
744
745  OWLCMD_ARGS("setsearch", owl_command_setsearch, OWL_CTX_INTERACTIVE,
746              "set the search highlight string without searching",
747              "setsearch <string>",
748              "The setsearch command highlights all occurrences of its\n"
749          "argument and makes it the default argument for future\n"
750          "search commands, but does not move the cursor.  With\n"
751          "no argument, it makes search highlighting inactive."),
752
753  OWLCMD_ARGS("aimlogin", owl_command_aimlogin, OWL_CTX_ANY,
754              "login to an AIM account",
755              "aimlogin <screenname> [<password>]\n",
756              ""),
757
758  OWLCMD_ARGS("aimlogout", owl_command_aimlogout, OWL_CTX_ANY,
759              "logout from AIM",
760              "aimlogout\n",
761              ""),
762
763  OWLCMD_ARGS("error", owl_command_error, OWL_CTX_ANY,
764              "Display an error message",
765              "error <message>",
766              ""),
767
768  OWLCMD_ARGS("message", owl_command_message, OWL_CTX_ANY,
769              "Display an informative message",
770              "message <message>",
771              ""),
772
773  OWLCMD_ARGS("add-cmd-history", owl_command_add_cmd_history, OWL_CTX_ANY,
774              "Add a command to the history",
775              "add-cmd-history <cmd>",
776              ""),
777
778  OWLCMD_ARGS("with-history", owl_command_with_history, OWL_CTX_ANY,
779              "Run a command and store it into the history",
780              "with-history <cmd>",
781              ""),
782
783  OWLCMD_VOID("yes", owl_command_yes, OWL_CTX_RECV,
784              "Answer yes to a question",
785              "yes",
786              ""),
787
788  OWLCMD_VOID("no", owl_command_no, OWL_CTX_RECV,
789              "Answer no to a question",
790              "no",
791              ""),
792
793  /****************************************************************/
794  /************************* EDIT-SPECIFIC ************************/
795  /****************************************************************/
796
797  OWLCMD_VOID_CTX("edit:move-next-word", owl_editwin_move_to_nextword, 
798                  OWL_CTX_EDIT,
799                  "moves cursor forward a word",
800                  "", ""),
801
802  OWLCMD_VOID_CTX("edit:move-prev-word", owl_editwin_move_to_previousword, 
803                  OWL_CTX_EDIT,
804                  "moves cursor backwards a word",
805                  "", ""),
806
807  OWLCMD_VOID_CTX("edit:move-to-buffer-start", owl_editwin_move_to_top,
808                  OWL_CTX_EDIT,
809                  "moves cursor to the top left (start) of the buffer",
810                  "", ""),
811
812  OWLCMD_VOID_CTX("edit:move-to-buffer-end", owl_editwin_move_to_end, 
813                  OWL_CTX_EDIT,
814                  "moves cursor to the bottom right (end) of the buffer",
815                  "", ""),
816
817  OWLCMD_VOID_CTX("edit:move-to-line-end", owl_editwin_move_to_line_end, 
818                  OWL_CTX_EDIT,
819                  "moves cursor to the end of the line",
820                  "", ""),
821
822  OWLCMD_VOID_CTX("edit:move-to-line-start", owl_editwin_move_to_line_start, 
823                  OWL_CTX_EDIT,
824                  "moves cursor to the beginning of the line",
825                  "", ""),
826
827  OWLCMD_VOID_CTX("edit:move-left", owl_editwin_key_left, 
828                  OWL_CTX_EDIT,
829                  "moves the cursor left by a character",
830                  "", ""),
831
832  OWLCMD_VOID_CTX("edit:move-right", owl_editwin_key_right,
833                  OWL_CTX_EDIT,
834                  "moves the cursor right by a character",
835                  "", ""),
836
837  OWLCMD_VOID_CTX("edit:delete-next-word", owl_editwin_delete_nextword,
838                  OWL_CTX_EDIT,
839                  "deletes the word to the right of the cursor",
840                  "", ""),
841
842  OWLCMD_VOID_CTX("edit:delete-prev-word", owl_editwin_delete_previousword,
843                  OWL_CTX_EDIT,
844                  "deletes the word to the left of the cursor",
845                  "", ""),
846
847  OWLCMD_VOID_CTX("edit:delete-prev-char", owl_editwin_backspace,
848                  OWL_CTX_EDIT,
849                  "deletes the character to the left of the cursor",
850                  "", ""),
851
852  OWLCMD_VOID_CTX("edit:delete-next-char", owl_editwin_delete_char, 
853                  OWL_CTX_EDIT,
854                  "deletes the character to the right of the cursor",
855                  "", ""),
856
857  OWLCMD_VOID_CTX("edit:delete-to-line-end", owl_editwin_delete_to_endofline,
858                  OWL_CTX_EDIT,
859                  "deletes from the cursor to the end of the line",
860                  "", ""),
861
862  OWLCMD_VOID_CTX("edit:delete-all", owl_editwin_clear, 
863                  OWL_CTX_EDIT,
864                  "deletes all of the contents of the buffer",
865                  "", ""),
866
867  OWLCMD_VOID_CTX("edit:transpose-chars", owl_editwin_transpose_chars,
868                  OWL_CTX_EDIT,
869                  "Interchange characters around point, moving forward one character.",
870                  "", ""),
871
872  OWLCMD_VOID_CTX("edit:fill-paragraph", owl_editwin_fill_paragraph, 
873                  OWL_CTX_EDIT,
874                  "fills the current paragraph to line-wrap well",
875                  "", ""),
876
877  OWLCMD_VOID_CTX("edit:recenter", owl_editwin_recenter, 
878                  OWL_CTX_EDIT,
879                  "recenters the buffer",
880                  "", ""),
881
882  OWLCMD_ARGS_CTX("edit:insert-text", owl_command_edit_insert_text, 
883                  OWL_CTX_EDIT,
884                  "inserts text into the buffer",
885                  "edit:insert-text <text>", ""),
886
887  OWLCMD_VOID_CTX("edit:cancel", owl_command_edit_cancel, 
888                  OWL_CTX_EDIT,
889                  "cancels the current command",
890                  "", ""),
891
892  OWLCMD_VOID_CTX("edit:history-next", owl_command_edit_history_next, 
893                  OWL_CTX_EDIT,
894                  "replaces the text with the next history",
895                  "", ""),
896
897  OWLCMD_VOID_CTX("edit:history-prev", owl_command_edit_history_prev, 
898                  OWL_CTX_EDIT,
899                  "replaces the text with the previous history",
900                  "", ""),
901
902  OWLCMD_VOID_CTX("edit:set-mark", owl_editwin_set_mark,
903                  OWL_CTX_EDIT,
904                  "sets the mark",
905                  "", ""),
906
907  OWLCMD_VOID_CTX("edit:exchange-point-and-mark", owl_editwin_exchange_point_and_mark,
908                  OWL_CTX_EDIT,
909                  "exchanges the point and the mark",
910                  "", ""),
911
912  OWLCMD_VOID_CTX("edit:copy-region-as-kill", owl_editwin_copy_region_as_kill,
913                  OWL_CTX_EDIT,
914                  "copy the text between the point and the mark",
915                  "", ""),
916
917  OWLCMD_VOID_CTX("edit:kill-region", owl_editwin_kill_region,
918                  OWL_CTX_EDIT,
919                  "kill text between the point and the mark",
920                  "", ""),
921
922  OWLCMD_VOID_CTX("edit:yank", owl_editwin_yank,
923                  OWL_CTX_EDIT,
924                  "insert the current text from the kill buffer",
925                  "", ""),
926
927  OWLCMD_ALIAS   ("editline:done", "edit:done"),
928  OWLCMD_ALIAS   ("editresponse:done", "edit:done"),
929
930  OWLCMD_VOID_CTX("edit:move-up-line", owl_editwin_key_up, 
931                  OWL_CTX_EDITMULTI,
932                  "moves the cursor up one line",
933                  "", ""),
934
935  OWLCMD_VOID_CTX("edit:move-down-line", owl_editwin_key_down, 
936                  OWL_CTX_EDITMULTI,
937                  "moves the cursor down one line",
938                  "", ""),
939
940  OWLCMD_VOID_CTX("edit:done", owl_command_edit_done, 
941                  OWL_CTX_EDIT,
942                  "Finishes entering text in the editwin.",
943                  "", ""),
944
945  OWLCMD_VOID_CTX("edit:done-or-delete", owl_command_edit_done_or_delete, 
946                  OWL_CTX_EDITMULTI,
947                  "completes the command, but only if at end of message",
948                  "", 
949                  "If only whitespace is to the right of the cursor,\n"
950                  "runs 'edit:done'.\n"\
951                  "Otherwise runs 'edit:delete-next-char'\n"),
952
953  OWLCMD_VOID_CTX("edit:forward-paragraph", owl_editwin_forward_paragraph,
954                  OWL_CTX_EDITMULTI,
955                  "Move forward to end of paragraph.",
956                  "",
957                  "Move the point to the end of the current paragraph"),
958
959  OWLCMD_VOID_CTX("edit:backward-paragraph", owl_editwin_backward_paragraph,
960                  OWL_CTX_EDITMULTI,
961                  "Move backward to the start of paragraph.",
962                  "",
963                  "Move the point to the start of the current paragraph"),
964
965  /****************************************************************/
966  /********************** POPLESS-SPECIFIC ************************/
967  /****************************************************************/
968
969  OWLCMD_VOID_CTX("popless:scroll-down-page", owl_viewwin_pagedown, 
970                  OWL_CTX_POPLESS,
971                  "scrolls down one page",
972                  "", ""),
973
974  OWLCMD_VOID_CTX("popless:scroll-down-line", owl_viewwin_linedown, 
975                  OWL_CTX_POPLESS,
976                  "scrolls down one line",
977                  "", ""),
978
979  OWLCMD_VOID_CTX("popless:scroll-up-page", owl_viewwin_pageup, 
980                  OWL_CTX_POPLESS,
981                  "scrolls up one page",
982                  "", ""),
983
984  OWLCMD_VOID_CTX("popless:scroll-up-line", owl_viewwin_lineup, 
985                  OWL_CTX_POPLESS,
986                  "scrolls up one line",
987                  "", ""),
988
989  OWLCMD_VOID_CTX("popless:scroll-to-top", owl_viewwin_top, 
990                  OWL_CTX_POPLESS,
991                  "scrolls to the top of the buffer",
992                  "", ""),
993
994  OWLCMD_VOID_CTX("popless:scroll-to-bottom", owl_viewwin_bottom, 
995                  OWL_CTX_POPLESS,
996                  "scrolls to the bottom of the buffer",
997                  "", ""),
998
999  OWLCMD_INT_CTX ("popless:scroll-right", owl_viewwin_right, 
1000                  OWL_CTX_POPLESS,
1001                  "scrolls right in the buffer",
1002                  "popless:scroll-right <num-chars>", ""),
1003
1004  OWLCMD_INT_CTX ("popless:scroll-left", owl_viewwin_left, 
1005                  OWL_CTX_POPLESS,
1006                  "scrolls left in the buffer",
1007                  "popless:scroll-left <num-chars>", ""),
1008
1009  OWLCMD_VOID_CTX("popless:quit", owl_command_popless_quit, 
1010                  OWL_CTX_POPLESS,
1011                  "exits the popless window",
1012                  "", ""),
1013
1014  OWLCMD_ARGS_CTX("popless:start-command", owl_viewwin_start_command,
1015                  OWL_CTX_POPLESS,
1016                  "starts a command line in the popless",
1017                  "popless:start-command [initial-value]",
1018                  "Initializes the command field to initial-value"),
1019
1020  OWLCMD_ARGS_CTX("popless:search", owl_viewwin_command_search, OWL_CTX_POPLESS,
1021                  "search lines for a particular string",
1022                  "popless:search [-r] [<string>]",
1023                  "The popless:search command will find lines that contain the\n"
1024                  "specified string and scroll the popwin there.  If no string\n"
1025                  "argument is supplied then the previous one is used.  By\n"
1026                  "default searches are done forwards; if -r is used the search\n"
1027                  "is performed backwards"),
1028
1029  OWLCMD_ARGS_CTX("popless:start-search", owl_viewwin_command_start_search, OWL_CTX_POPLESS,
1030                  "starts a command line to search for particular string",
1031                  "popless:start-search [-r] [inital-value]",
1032                  "Initializes the command-line to search for initial-value. If\n"
1033                  "-r is used, the search will be performed backwards.\n\n"
1034                  "SEE ALSO: popless:search"),
1035
1036  OWLCMD_ALIAS("webzephyr", "zwrite " OWL_WEBZEPHYR_PRINCIPAL " -c " OWL_WEBZEPHYR_CLASS " -i"),
1037
1038  /* This line MUST be last! */
1039  { NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
1040
1041  };
1042
1043  return owl_cmddict_add_from_list(cd, commands_to_init);
1044}
1045
1046void owl_command_info(void)
1047{
1048  owl_function_info();
1049}
1050
1051void owl_command_nop(void)
1052{
1053}
1054
1055char *owl_command_help(int argc, const char *const *argv, const char *buff)
1056{
1057  if (argc!=2) {
1058    owl_help();
1059    return NULL;
1060  }
1061 
1062  owl_function_help_for_command(argv[1]);
1063  return NULL;
1064}
1065
1066char *owl_command_zlist(int argc, const char *const *argv, const char *buff)
1067{
1068  const char *file=NULL;
1069
1070  argc--;
1071  argv++;
1072  while (argc) {
1073    if (!strcmp(argv[0], "-f")) {
1074      if (argc==1) {
1075        owl_function_makemsg("zlist: -f needs an argument");
1076        return(NULL);
1077      }
1078      file=argv[1];
1079      argc-=2;
1080      argv+=2;
1081    } else {
1082      owl_function_makemsg("zlist: unknown argument");
1083      return(NULL);
1084    }
1085  }
1086  owl_function_buddylist(0, 1, file);
1087  return(NULL);
1088}
1089
1090void owl_command_alist(void)
1091{
1092  owl_function_buddylist(1, 0, NULL);
1093}
1094
1095void owl_command_blist(void)
1096{
1097  owl_function_buddylist(1, 1, NULL);
1098}
1099
1100void owl_command_toggleoneline(void)
1101{
1102  owl_function_toggleoneline();
1103}
1104
1105void owl_command_about(void)
1106{
1107  owl_function_about();
1108}
1109
1110void owl_command_version(void)
1111{
1112  owl_function_makemsg("BarnOwl version %s", OWL_VERSION_STRING);
1113}
1114
1115char *owl_command_aim(int argc, const char *const *argv, const char *buff)
1116{
1117  if (argc<2) {
1118    owl_function_makemsg("not enough arguments to aim command");
1119    return(NULL);
1120  }
1121
1122  if (!strcmp(argv[1], "search")) {
1123    if (argc!=3) {
1124      owl_function_makemsg("not enough arguments to aim search command");
1125      return(NULL);
1126    }
1127    owl_aim_search(argv[2]);
1128  } else {
1129    owl_function_makemsg("unknown subcommand '%s' for aim command", argv[1]);
1130    return(NULL);
1131  }
1132  return(NULL);
1133}
1134
1135char *owl_command_addbuddy(int argc, const char *const *argv, const char *buff)
1136{
1137  if (argc!=3) {
1138    owl_function_makemsg("usage: addbuddy <protocol> <buddyname>");
1139    return(NULL);
1140  }
1141
1142  if (!strcasecmp(argv[1], "aim")) {
1143    if (!owl_global_is_aimloggedin(&g)) {
1144      owl_function_makemsg("addbuddy: You must be logged into aim to use this command.");
1145      return(NULL);
1146    }
1147    /*
1148    owl_function_makemsg("This function is not yet operational.  Stay tuned.");
1149    return(NULL);
1150    */
1151    owl_aim_addbuddy(argv[2]);
1152    owl_function_makemsg("%s added as AIM buddy for %s", argv[2], owl_global_get_aim_screenname(&g));
1153  } else if (!strcasecmp(argv[1], "zephyr")) {
1154    owl_zephyr_addbuddy(argv[2]);
1155    owl_function_makemsg("%s added as zephyr buddy", argv[2]);
1156  } else {
1157    owl_function_makemsg("addbuddy: currently the only supported protocols are 'zephyr' and 'aim'");
1158  }
1159
1160  return(NULL);
1161}
1162
1163char *owl_command_delbuddy(int argc, const char *const *argv, const char *buff)
1164{
1165  if (argc!=3) {
1166    owl_function_makemsg("usage: delbuddy <protocol> <buddyname>");
1167    return(NULL);
1168  }
1169
1170  if (!strcasecmp(argv[1], "aim")) {
1171    if (!owl_global_is_aimloggedin(&g)) {
1172      owl_function_makemsg("delbuddy: You must be logged into aim to use this command.");
1173      return(NULL);
1174    }
1175    owl_aim_delbuddy(argv[2]);
1176    owl_function_makemsg("%s deleted as AIM buddy for %s", argv[2], owl_global_get_aim_screenname(&g));
1177  } else if (!strcasecmp(argv[1], "zephyr")) {
1178    owl_zephyr_delbuddy(argv[2]);
1179    owl_function_makemsg("%s deleted as zephyr buddy", argv[2]);
1180  } else {
1181    owl_function_makemsg("delbuddy: currently the only supported protocols are 'zephyr' and 'aim'");
1182  }
1183
1184  return(NULL);
1185}
1186
1187char *owl_command_join(int argc, const char *const *argv, const char *buff)
1188{
1189  if (argc!=3 && argc!=4) {
1190    owl_function_makemsg("usage: join <protocol> <buddyname> [exchange]");
1191    return(NULL);
1192  }
1193
1194  if (!strcasecmp(argv[1], "aim")) {
1195    if (!owl_global_is_aimloggedin(&g)) {
1196      owl_function_makemsg("join aim: You must be logged into aim to use this command.");
1197      return(NULL);
1198    }
1199    if (argc==3) {
1200      owl_aim_chat_join(argv[2], 4);
1201    } else {
1202      owl_aim_chat_join(argv[2], atoi(argv[3]));
1203    }
1204    /* owl_function_makemsg("%s deleted as AIM buddy for %s", argv[2], owl_global_get_aim_screenname(&g)); */
1205  } else {
1206    owl_function_makemsg("join: currently the only supported protocol is 'aim'");
1207  }
1208  return(NULL);
1209}
1210
1211char *owl_command_startup(int argc, const char *const *argv, const char *buff)
1212{
1213  const char *ptr;
1214
1215  if (argc<2) {
1216    owl_function_makemsg("usage: %s <commands> ...", argv[0]);
1217    return(NULL);
1218  }
1219
1220  ptr = skiptokens(buff, 1);
1221
1222  owl_function_command_norv(ptr);
1223  owl_function_addstartup(ptr);
1224
1225  return(NULL);
1226}
1227
1228char *owl_command_unstartup(int argc, const char *const *argv, const char *buff)
1229{
1230  const char *ptr;
1231
1232  if (argc<2) {
1233    owl_function_makemsg("usage: %s <commands> ...", argv[0]);
1234    return(NULL);
1235  }
1236
1237  ptr = skiptokens(buff, 1);
1238
1239  owl_function_delstartup(ptr);
1240
1241  return(NULL);
1242}
1243
1244char *owl_command_dump(int argc, const char *const *argv, const char *buff)
1245{
1246  char *filename;
1247 
1248  if (argc!=2) {
1249    owl_function_makemsg("usage: dump <filename>");
1250    return(NULL);
1251  }
1252  filename=owl_util_makepath(argv[1]);
1253  owl_function_dump(filename);
1254  g_free(filename);
1255  return(NULL);
1256}
1257
1258char *owl_command_source(int argc, const char *const *argv, const char *buff)
1259{
1260  if (argc!=2) {
1261    owl_function_makemsg("usage: source <filename>");
1262    return(NULL);
1263  }
1264
1265  owl_function_source(argv[1]);
1266  return(NULL);
1267}
1268
1269char *owl_command_next(int argc, const char *const *argv, const char *buff)
1270{
1271  char *filter=NULL;
1272  int skip_deleted=0, last_if_none=0;
1273  while (argc>1) {
1274    if (argc>=1 && !strcmp(argv[1], "--skip-deleted")) {
1275      skip_deleted=1;
1276      argc-=1; argv+=1; 
1277    } else if (argc>=1 && !strcmp(argv[1], "--last-if-none")) {
1278      last_if_none=1;
1279      argc-=1; argv+=1; 
1280    } else if (argc>=2 && !strcmp(argv[1], "--filter")) {
1281      filter = g_strdup(argv[2]);
1282      argc-=2; argv+=2; 
1283    } else if (argc>=2 && !strcmp(argv[1], "--smart-filter")) {
1284      filter = owl_function_smartfilter(0, 0);
1285      argc-=2; argv+=2; 
1286    } else if (argc>=2 && !strcmp(argv[1], "--smart-filter-instance")) {
1287      filter = owl_function_smartfilter(1, 0);
1288      argc-=2; argv+=2; 
1289    } else {
1290      owl_function_makemsg("Invalid arguments to command 'next'.");
1291      return(NULL);
1292    }
1293  }
1294  owl_function_nextmsg_full(filter, skip_deleted, last_if_none);
1295  g_free(filter);
1296  return(NULL);
1297}
1298
1299char *owl_command_prev(int argc, const char *const *argv, const char *buff)
1300{
1301  char *filter=NULL;
1302  int skip_deleted=0, first_if_none=0;
1303  while (argc>1) {
1304    if (argc>=1 && !strcmp(argv[1], "--skip-deleted")) {
1305      skip_deleted=1;
1306      argc-=1; argv+=1; 
1307    } else if (argc>=1 && !strcmp(argv[1], "--first-if-none")) {
1308      first_if_none=1;
1309      argc-=1; argv+=1; 
1310    } else if (argc>=2 && !strcmp(argv[1], "--filter")) {
1311      filter = g_strdup(argv[2]);
1312      argc-=2; argv+=2; 
1313    } else if (argc>=2 && !strcmp(argv[1], "--smart-filter")) {
1314      filter = owl_function_smartfilter(0, 0);
1315      argc-=2; argv+=2; 
1316    } else if (argc>=2 && !strcmp(argv[1], "--smart-filter-instance")) {
1317      filter = owl_function_smartfilter(1, 0);
1318      argc-=2; argv+=2; 
1319   } else {
1320      owl_function_makemsg("Invalid arguments to command 'prev'.");
1321      return(NULL);
1322    }
1323  }
1324  owl_function_prevmsg_full(filter, skip_deleted, first_if_none);
1325  g_free(filter);
1326  return(NULL);
1327}
1328
1329char *owl_command_smartnarrow(int argc, const char *const *argv, const char *buff)
1330{
1331  char *filtname = NULL;
1332
1333  char opt;
1334  int instance = 0, related = 0, i;
1335  const char **tmp_argv = g_new(const char *, argc);
1336
1337  static const struct option options[] = {
1338    {"instance", 0, 0, 'i'},
1339    {"related",  0, 0, 'r'},
1340    {NULL,       0, 0, 0}};
1341
1342  for (i = 0; i < argc; i++)
1343    tmp_argv[i] = argv[i];
1344
1345  optind = 0;
1346  while ((opt = getopt_long(argc, (char **)tmp_argv, "ir", options, NULL)) != -1) {
1347    switch (opt) {
1348      case 'i':
1349        instance = 1;
1350        break;
1351      case 'r':
1352        related = 1;
1353        break;
1354      default:
1355        owl_function_makemsg("Wrong number of arguments for %s (%c)", argv[0], opt);
1356        goto done;
1357    }
1358  }
1359
1360  filtname = owl_function_smartfilter(instance, related);
1361
1362  if (filtname) {
1363    owl_function_change_currentview_filter(filtname);
1364    g_free(filtname);
1365  }
1366
1367done:
1368  g_free(tmp_argv);
1369
1370  return NULL;
1371}
1372
1373char *owl_command_smartfilter(int argc, const char *const *argv, const char *buff)
1374{
1375  char *filtname = NULL;
1376
1377  if (argc == 1) {
1378    filtname = owl_function_smartfilter(0, 0);
1379  } else if (argc == 2 && (!strcmp(argv[1], "-i") || !strcmp(argv[1], "--instance"))) {
1380    filtname = owl_function_smartfilter(1, 0);
1381  } else {
1382    owl_function_makemsg("Wrong number of arguments for %s", argv[0]);   
1383  }
1384  return filtname;
1385}
1386
1387void owl_command_expunge(void)
1388{
1389  owl_function_expunge();
1390}
1391
1392void owl_command_first(void)
1393{
1394  owl_global_set_rightshift(&g, 0);
1395  owl_function_firstmsg();
1396}
1397
1398void owl_command_last(void)
1399{
1400  owl_function_lastmsg();
1401}
1402
1403void owl_command_resize(void)
1404{
1405  owl_function_resize();
1406}
1407
1408void owl_command_redisplay(void)
1409{
1410  owl_function_full_redisplay();
1411}
1412
1413char *owl_command_get_shift(int argc, const char *const *argv, const char *buff)
1414{
1415  if(argc != 1)
1416  {
1417    owl_function_makemsg("Wrong number of arguments for %s", argv[0]);
1418    return NULL;
1419  }
1420  return g_strdup_printf("%d", owl_global_get_rightshift(&g));
1421}
1422
1423void owl_command_set_shift(int shift)
1424{
1425  owl_global_set_rightshift(&g, shift);
1426}
1427
1428void owl_command_unsuball(void)
1429{
1430  owl_function_unsuball();
1431}
1432
1433char *owl_command_loadsubs(int argc, const char *const *argv, const char *buff)
1434{
1435  if (argc == 2) {
1436    owl_function_loadsubs(argv[1]);
1437  } else if (argc == 1) {
1438    owl_function_loadsubs(NULL);
1439  } else {
1440    owl_function_makemsg("Wrong number of arguments for load-subs.");
1441    return(NULL);
1442  }
1443  return(NULL);
1444}
1445
1446
1447char *owl_command_loadloginsubs(int argc, const char *const *argv, const char *buff)
1448{
1449  if (argc == 2) {
1450    owl_function_loadloginsubs(argv[1]);
1451  } else if (argc == 1) {
1452    owl_function_loadloginsubs(NULL);
1453  } else {
1454    owl_function_makemsg("Wrong number of arguments for load-subs.");
1455    return(NULL);
1456  }
1457  return(NULL);
1458}
1459
1460void owl_command_suspend(void)
1461{
1462  owl_function_suspend();
1463}
1464
1465char *owl_command_start_command(int argc, const char *const *argv, const char *buff)
1466{
1467  buff = skiptokens(buff, 1);
1468  owl_function_start_command(buff);
1469  return(NULL);
1470}
1471
1472char *owl_command_zaway(int argc, const char *const *argv, const char *buff)
1473{
1474  if ((argc==1) ||
1475      ((argc==2) && !strcmp(argv[1], "on"))) {
1476    owl_global_set_zaway_msg(&g, owl_global_get_zaway_msg_default(&g));
1477    owl_function_zaway_on();
1478    return NULL;
1479  }
1480
1481  if (argc==2 && !strcmp(argv[1], "off")) {
1482    owl_function_zaway_off();
1483    return NULL;
1484  }
1485
1486  if (argc==2 && !strcmp(argv[1], "toggle")) {
1487    owl_function_zaway_toggle();
1488    return NULL;
1489  }
1490
1491  buff = skiptokens(buff, 1);
1492  owl_global_set_zaway_msg(&g, buff);
1493  owl_function_zaway_on();
1494  return NULL;
1495}
1496
1497
1498char *owl_command_aaway(int argc, const char *const *argv, const char *buff)
1499{
1500  if ((argc==1) ||
1501      ((argc==2) && !strcmp(argv[1], "on"))) {
1502    owl_global_set_aaway_msg(&g, owl_global_get_aaway_msg_default(&g));
1503    owl_function_aaway_on();
1504    return NULL;
1505  }
1506
1507  if (argc==2 && !strcmp(argv[1], "off")) {
1508    owl_function_aaway_off();
1509    return NULL;
1510  }
1511
1512  if (argc==2 && !strcmp(argv[1], "toggle")) {
1513    owl_function_aaway_toggle();
1514    return NULL;
1515  }
1516
1517  buff = skiptokens(buff, 1);
1518  owl_global_set_aaway_msg(&g, buff);
1519  owl_function_aaway_on();
1520  return NULL;
1521}
1522
1523
1524char *owl_command_away(int argc, const char *const *argv, const char *buff)
1525{
1526  if ((argc==1) ||
1527      ((argc==2) && !strcmp(argv[1], "on"))) {
1528    owl_global_set_aaway_msg(&g, owl_global_get_aaway_msg_default(&g));
1529    owl_global_set_zaway_msg(&g, owl_global_get_zaway_msg_default(&g));
1530    owl_function_aaway_on();
1531    owl_function_zaway_on();
1532    owl_function_makemsg("Away messages set.");
1533    return NULL;
1534  }
1535
1536  if (argc==2 && !strcmp(argv[1], "off")) {
1537    owl_function_aaway_off();
1538    owl_function_zaway_off();
1539    return NULL;
1540  }
1541
1542  if (argc==2 && !strcmp(argv[1], "toggle")) {
1543    /* if either one is on, turn it off, otherwise toggle both (turn
1544     *  them both on)
1545     */
1546    if (!owl_global_is_zaway(&g) && !owl_global_is_aaway(&g)) {
1547      owl_function_aaway_toggle();
1548      owl_function_zaway_toggle();
1549      owl_function_makemsg("Away messages set.");
1550    } else {
1551      if (owl_global_is_zaway(&g)) owl_function_zaway_toggle();
1552      if (owl_global_is_aaway(&g)) owl_function_aaway_toggle();
1553      owl_function_makemsg("Away messages off.");
1554    }
1555    return NULL;
1556  }
1557
1558  buff = skiptokens(buff, 1);
1559  owl_global_set_aaway_msg(&g, buff);
1560  owl_global_set_zaway_msg(&g, buff);
1561  owl_function_aaway_on();
1562  owl_function_zaway_on();
1563  owl_function_makemsg("Away messages set.");
1564  return NULL;
1565}
1566
1567char *owl_command_set(int argc, const char *const *argv, const char *buff)
1568{
1569  const char *var, *val;
1570  int  silent=0;
1571  int requirebool=0;
1572
1573  if (argc == 1) {
1574    owl_function_printallvars();
1575    return NULL;
1576  } 
1577
1578  if (argc > 1 && !strcmp("-q",argv[1])) {
1579    silent = 1;
1580    argc--; argv++;
1581  }
1582
1583  if (argc == 2) {
1584    var=argv[1];
1585    val="on";
1586    requirebool=1;
1587  } else if (argc == 3) {
1588    var=argv[1];
1589    val=argv[2];
1590  } else {
1591    owl_function_makemsg("Wrong number of arguments for set command");
1592    return NULL;
1593  }
1594  owl_variable_set_fromstring(owl_global_get_vardict(&g), var, val, !silent, requirebool);
1595  return NULL;
1596}
1597
1598char *owl_command_unset(int argc, const char *const *argv, const char *buff)
1599{
1600  const char *var, *val;
1601  int  silent=0;
1602
1603  if (argc > 1 && !strcmp("-q",argv[1])) {
1604    silent = 1;
1605    argc--; argv++;
1606  }
1607  if (argc == 2) {
1608    var=argv[1];
1609    val="off";
1610  } else {
1611    owl_function_makemsg("Wrong number of arguments for unset command");
1612    return NULL;
1613  }
1614  owl_variable_set_fromstring(owl_global_get_vardict(&g), var, val, !silent, 1);
1615  return NULL;
1616}
1617
1618char *owl_command_print(int argc, const char *const *argv, const char *buff)
1619{
1620  const char *var;
1621  char *value;
1622
1623  if (argc==1) {
1624    owl_function_printallvars();
1625    return NULL;
1626  } else if (argc!=2) {
1627    owl_function_makemsg("Wrong number of arguments for print command");
1628    return NULL;
1629  }
1630
1631  var=argv[1];
1632   
1633  value = owl_variable_get_tostring(owl_global_get_vardict(&g), var);
1634  if (value) {
1635    owl_function_makemsg("%s = '%s'", var, value);
1636    g_free(value);
1637  } else {
1638    owl_function_makemsg("Unknown variable '%s'.", var);
1639  }
1640  return NULL;
1641}
1642
1643
1644char *owl_command_exec(int argc, const char *const *argv, const char *buff)
1645{
1646  return owl_function_exec(argc, argv, buff, OWL_OUTPUT_RETURN);
1647}
1648
1649char *owl_command_pexec(int argc, const char *const *argv, const char *buff)
1650{
1651  return owl_function_exec(argc, argv, buff, OWL_OUTPUT_POPUP);
1652}
1653
1654char *owl_command_aexec(int argc, const char *const *argv, const char *buff)
1655{
1656  return owl_function_exec(argc, argv, buff, OWL_OUTPUT_ADMINMSG);
1657}
1658
1659char *owl_command_perl(int argc, const char *const *argv, const char *buff)
1660{
1661  return owl_function_perl(argc, argv, buff, OWL_OUTPUT_RETURN);
1662}
1663
1664char *owl_command_pperl(int argc, const char *const *argv, const char *buff)
1665{
1666  return owl_function_perl(argc, argv, buff, OWL_OUTPUT_POPUP);
1667}
1668
1669char *owl_command_aperl(int argc, const char *const *argv, const char *buff)
1670{
1671  return owl_function_perl(argc, argv, buff, OWL_OUTPUT_ADMINMSG);
1672}
1673
1674char *owl_command_multi(int argc, const char *const *argv, const char *buff)
1675{
1676  char *lastrv = NULL, *newbuff;
1677  char **commands;
1678  int  i;
1679  if (argc < 2) {
1680    owl_function_makemsg("Invalid arguments to 'multi' command.");   
1681    return NULL;
1682  }
1683  newbuff = g_strdup(skiptokens(buff, 1));
1684  if (!strcmp(argv[0], "(")) {
1685    for (i=strlen(newbuff)-1; i>=0; i--) {
1686      if (newbuff[i] == ')') {
1687        newbuff[i] = '\0';
1688        break;
1689      } else if (newbuff[i] != ' ') {
1690        owl_function_makemsg("Invalid arguments to 'multi' command.");   
1691        g_free(newbuff);
1692        return NULL;
1693      }
1694    }
1695  }
1696  commands = g_strsplit_set(newbuff, ";", 0);
1697  for (i = 0; commands[i] != NULL; i++) {
1698    g_free(lastrv);
1699    lastrv = owl_function_command(commands[i]);
1700  }
1701  g_free(newbuff);
1702  g_strfreev(commands);
1703  return lastrv;
1704}
1705
1706
1707char *owl_command_alias(int argc, const char *const *argv, const char *buff)
1708{
1709  if (argc < 3) {
1710    owl_function_makemsg("Invalid arguments to 'alias' command.");
1711    return NULL;
1712  }
1713  buff = skiptokens(buff, 2);
1714  owl_function_command_alias(argv[1], buff);
1715  return (NULL);
1716}
1717
1718
1719char *owl_command_bindkey(int argc, const char *const *argv, const char *buff)
1720{
1721  owl_keymap *km;
1722  int ret;
1723
1724  if (argc < 5 || strcmp(argv[3], "command")) {
1725    owl_function_makemsg("Usage: bindkey <keymap> <binding> command <cmd>");
1726    return NULL;
1727  }
1728  km = owl_keyhandler_get_keymap(owl_global_get_keyhandler(&g), argv[1]);
1729  if (!km) {
1730    owl_function_makemsg("No such keymap '%s'", argv[1]);
1731    return NULL;
1732  }
1733  buff = skiptokens(buff, 4);
1734  ret = owl_keymap_create_binding(km, argv[2], buff, NULL, "*user*");
1735  if (ret!=0) {
1736    owl_function_makemsg("Unable to bind '%s' in keymap '%s' to '%s'.",
1737                         argv[2], argv[1], buff);
1738    return NULL;
1739  }
1740  return NULL;
1741}
1742
1743
1744char *owl_command_unbindkey(int argc, const char *const *argv, const char *buf)
1745{
1746  owl_keymap *km;
1747  int ret;
1748
1749  if (argc < 3) {
1750    owl_function_makemsg("Usage: bindkey <keymap> <binding>");
1751    return NULL;
1752  }
1753  km = owl_keyhandler_get_keymap(owl_global_get_keyhandler(&g), argv[1]);
1754  if (!km) {
1755    owl_function_makemsg("No such keymap '%s'", argv[1]);
1756    return NULL;
1757  }
1758  ret = owl_keymap_remove_binding(km, argv[2]);
1759  if (ret == -1) {
1760    owl_function_makemsg("Unable to unbind '%s' in keymap '%s'.",
1761                         argv[2], argv[1]);
1762    return NULL;
1763  } else if (ret == -2) {
1764    owl_function_makemsg("No such binding '%s' in keymap '%s'.",
1765                         argv[2], argv[1]);
1766  }
1767  return NULL;
1768}
1769
1770
1771void owl_command_quit(void)
1772{
1773  owl_function_quit();
1774}
1775
1776char *owl_command_debug(int argc, const char *const *argv, const char *buff)
1777{
1778  if (argc<2) {
1779    owl_function_makemsg("Need at least one argument to debug command");
1780    return(NULL);
1781  }
1782
1783  if (!owl_global_is_debug_fast(&g)) {
1784    owl_function_makemsg("Debugging is not turned on");
1785    return(NULL);
1786  }
1787
1788  owl_function_debugmsg("%s", argv[1]);
1789  return(NULL);
1790}
1791
1792char *owl_command_term(int argc, const char *const *argv, const char *buff)
1793{
1794  if (argc<2) {
1795    owl_function_makemsg("Need at least one argument to the term command");
1796    return(NULL);
1797  }
1798
1799  if (!strcmp(argv[1], "raise")) {
1800    owl_function_xterm_raise();
1801  } else if (!strcmp(argv[1], "deiconify")) {
1802    owl_function_xterm_deiconify();
1803  } else {
1804    owl_function_makemsg("Unknown terminal subcommand");
1805  }
1806  return(NULL);
1807}
1808
1809char *owl_command_zlog(int argc, const char *const *argv, const char *buff)
1810{
1811  if ((argc<2) || (argc>3)) {
1812    owl_function_makemsg("Wrong number of arguments for zlog command");
1813    return(NULL);
1814  }
1815
1816  if (!strcmp(argv[1], "in")) {
1817    if (argc>2) {
1818      owl_global_set_tty(&g, argv[2]);
1819    }
1820    owl_zephyr_zlog_in();
1821  } else if (!strcmp(argv[1], "out")) {
1822    if (argc!=2) {
1823      owl_function_makemsg("Wrong number of arguments for zlog command");
1824      return(NULL);
1825    }
1826    owl_zephyr_zlog_out();
1827  } else {
1828    owl_function_makemsg("Invalid subcommand for zlog");
1829  }
1830  return(NULL);
1831}
1832
1833char *owl_command_subscribe(int argc, const char *const *argv, const char *buff)
1834{
1835  const char *class, *instance, *recip="";
1836  int temp=0;
1837  int ret=0;
1838
1839  if (argc < 2) {
1840    owl_function_makemsg("Not enough arguments to the subscribe command");
1841    return(NULL);
1842  }
1843  argc--;
1844  argv++;
1845
1846  if (!strcmp(argv[0], "-t")) {
1847    temp=1;
1848    argc--;
1849    argv++;
1850  }
1851  if (argc < 1) {
1852    owl_function_makemsg("Not enough arguments to the subscribe command");
1853    return(NULL);
1854  }
1855
1856  if (argc > 3) {
1857    owl_function_makemsg("Too many arguments to the subscribe command");
1858    return(NULL);
1859  }
1860
1861  class = argv[0];
1862
1863  if (argc == 1) {
1864    instance = "*";
1865  } else {
1866    instance = argv[1];
1867  }
1868
1869  if (argc <= 2) {
1870    recip="";
1871  } else if (argc==3) {
1872    recip=argv[2];
1873  }
1874
1875  ret = owl_function_subscribe(class, instance, recip);
1876  if (!temp && !ret) {
1877    owl_zephyr_addsub(NULL, class, instance, recip);
1878  }
1879  return(NULL);
1880}
1881
1882
1883char *owl_command_unsubscribe(int argc, const char *const *argv, const char *buff)
1884{
1885  const char *class, *instance, *recip="";
1886  int temp=0;
1887
1888  if (argc < 2) {
1889    owl_function_makemsg("Not enough arguments to the unsubscribe command");
1890    return(NULL);
1891  }
1892  argc--;
1893  argv++;
1894
1895  if (!strcmp(argv[0], "-t")) {
1896    temp=1;
1897    argc--;
1898    argv++;
1899  }
1900  if (argc < 1) {
1901    owl_function_makemsg("Not enough arguments to the unsubscribe command");
1902    return(NULL);
1903  }
1904
1905  if (argc > 3) {
1906    owl_function_makemsg("Too many arguments to the unsubscribe command");
1907    return(NULL);
1908  }
1909
1910  class = argv[0];
1911
1912  if (argc == 1) {
1913    instance = "*";
1914  } else {
1915    instance = argv[1];
1916  }
1917
1918  if (argc <= 2) {
1919    recip="";
1920  } else if (argc==3) {
1921    recip=argv[2];
1922  }
1923
1924  owl_function_unsubscribe(class, instance, recip);
1925  if (!temp) {
1926    owl_zephyr_delsub(NULL, class, instance, recip);
1927  }
1928  return(NULL);
1929}
1930
1931char *owl_command_echo(int argc, const char *const *argv, const char *buff)
1932{
1933  buff = skiptokens(buff, 1);
1934  owl_function_popless_text(buff);
1935  return NULL;
1936}
1937
1938void owl_command_getsubs(void)
1939{
1940  owl_function_getsubs();
1941}
1942
1943void owl_command_status(void)
1944{
1945  owl_function_status();
1946}
1947
1948char *owl_command_zwrite(int argc, const char *const *argv, const char *buff)
1949{
1950  owl_zwrite *z;
1951
1952  if (!owl_global_is_havezephyr(&g)) {
1953    owl_function_makemsg("Zephyr is not available");
1954    return(NULL);
1955  }
1956  /* check for a zwrite -m */
1957  z = owl_zwrite_new(buff);
1958  if (!z) {
1959    owl_function_error("Error in zwrite arguments");
1960    return NULL;
1961  }
1962
1963  if (owl_zwrite_is_message_set(z)) {
1964    owl_function_zwrite(z, NULL);
1965    owl_zwrite_delete(z);
1966    return NULL;
1967  }
1968
1969  if (argc < 2) {
1970    owl_zwrite_delete(z);
1971    owl_function_makemsg("Not enough arguments to the zwrite command.");
1972  } else {
1973    owl_function_zwrite_setup(z);
1974  }
1975  return(NULL);
1976}
1977
1978char *owl_command_aimwrite(int argc, const char *const *argv, const char *buff)
1979{
1980  char *message = NULL;
1981  GString *recip = g_string_new("");
1982  const char *const *myargv;
1983  int myargc;
1984 
1985  if (!owl_global_is_aimloggedin(&g)) {
1986    owl_function_error("You are not logged in to AIM.");
1987    goto err;
1988  }
1989
1990  /* Skip argv[0]. */
1991  myargv = argv+1;
1992  myargc = argc-1;
1993  while (myargc) {
1994    if (!strcmp(myargv[0], "-m")) {
1995      if (myargc <= 1) {
1996        owl_function_error("No message specified.");
1997        goto err;
1998      }
1999      /* Once we have -m, gobble up everything else on the line */
2000      myargv++;
2001      myargc--;
2002      message = g_strjoinv(" ", (char**)myargv);
2003      break;
2004    } else {
2005      /* squish arguments together to make one screenname w/o spaces for now */
2006      g_string_append(recip, myargv[0]);
2007      myargv++;
2008      myargc--;
2009    }
2010  }
2011
2012  if (recip->str[0] == '\0') {
2013    owl_function_error("No recipient specified");
2014    goto err;
2015  }
2016
2017  if (message != NULL)
2018    owl_function_aimwrite(recip->str, message, false);
2019  else
2020    owl_function_aimwrite_setup(recip->str);
2021 err:
2022  g_string_free(recip, true);
2023  g_free(message);
2024  return NULL;
2025}
2026
2027char *owl_command_loopwrite(int argc, const char *const *argv, const char *buff)
2028{
2029  owl_function_loopwrite_setup();
2030  return(NULL);
2031}
2032
2033char *owl_command_reply(int argc, const char *const *argv, const char *buff)
2034{
2035  int edit=0;
2036 
2037  if (argc>=2 && !strcmp("-e", argv[1])) {
2038    edit=1;
2039    argv++;
2040    argc--;
2041  }
2042
2043  if ((argc==1) || (argc==2 && !strcmp(argv[1], "all"))) {   
2044    owl_function_reply(0, !edit);
2045  } else if (argc==2 && !strcmp(argv[1], "sender")) {
2046    owl_function_reply(1, !edit);
2047  } else if (argc==2 && !strcmp(argv[1], "zaway")) {
2048    const owl_message *m;
2049    const owl_view    *v;
2050    v = owl_global_get_current_view(&g);   
2051    m = owl_view_get_element(v, owl_global_get_curmsg(&g));
2052    if (m) owl_zephyr_zaway(m);
2053  } else {
2054    owl_function_makemsg("Invalid arguments to the reply command.");
2055  }
2056  return NULL;
2057}
2058
2059char *owl_command_filter(int argc, const char *const *argv, const char *buff)
2060{
2061  owl_function_create_filter(argc, argv);
2062  return NULL;
2063}
2064
2065char *owl_command_zlocate(int argc, const char *const *argv, const char *buff)
2066{
2067  int auth;
2068 
2069  if (argc<2) {
2070    owl_function_makemsg("Too few arguments for zlocate command");
2071    return NULL;
2072  }
2073
2074  auth=1;
2075  if (!strcmp(argv[1], "-d")) {
2076    if (argc>2) {
2077      auth=0;
2078      argc--;
2079      argv++;
2080    } else {
2081      owl_function_makemsg("Missing arguments for zlocate command");
2082      return NULL;
2083    }
2084  }
2085
2086  argc--;
2087  argv++;
2088  owl_function_zlocate(argc, argv, auth);
2089  return NULL;
2090}
2091
2092
2093/* Backwards compatability has made this kind of complicated:
2094 * view [<viewname>] [-f <filter> | -d <expression> | --home | -r ] [-s <style>]
2095 * view <filter>
2096 * view -d <expression>
2097 * view --home
2098 */
2099char *owl_command_view(int argc, const char *const *argv, const char *buff)
2100{
2101  /* First take the 'view --home' and 'view -r' cases */
2102  if (argc == 2) {
2103    if (!strcmp(argv[1], "--home")) {
2104      owl_function_change_currentview_filter(owl_global_get_view_home(&g));
2105      return(NULL);
2106    } else if (!strcmp(argv[1], "-r")) {
2107      char *foo;
2108      foo=owl_function_create_negative_filter(owl_view_get_filtname(owl_global_get_current_view(&g)));
2109      owl_function_change_currentview_filter(foo);
2110      g_free(foo);
2111      return(NULL);
2112    }
2113  }
2114
2115  /* Now look for 'view <filter>' */
2116  if (argc==2) {
2117    owl_function_change_currentview_filter(argv[1]);
2118    return(NULL);
2119  }
2120
2121  /* Now get 'view -d <expression>' */
2122  if (argc>=3 && !strcmp(argv[1], "-d")) {
2123    const char **myargv;
2124    int i;
2125
2126    /* Allocate one more than argc for the trailing NULL. */
2127    myargv = g_new0(const char*, argc+1);
2128    myargv[0]="";
2129    myargv[1]="owl-dynamic";
2130    for (i=2; i<argc; i++) {
2131      myargv[i]=argv[i];
2132    }
2133    owl_function_create_filter(argc, myargv);
2134    owl_function_change_currentview_filter("owl-dynamic");
2135    g_free(myargv);
2136    return NULL;
2137  }
2138
2139  /* Finally handle the general case */
2140  if (argc<3) {
2141    owl_function_makemsg("Too few arguments to the view command.");
2142    return(NULL);
2143  }
2144  argc--;
2145  argv++;
2146  if (strcmp(argv[0], "-f") &&
2147      strcmp(argv[0], "-d") &&
2148      strcmp(argv[0], "--home") &&
2149      strcmp(argv[0], "-s") &&
2150      strcmp(argv[0], "-r")) {
2151    if (strcmp(argv[0], "main")) {
2152      owl_function_makemsg("No view named '%s'", argv[0]);
2153      return(NULL);
2154    }
2155    argc--;
2156    argv++;
2157  }
2158  while (argc) {
2159    if (!strcmp(argv[0], "-f")) {
2160      if (argc<2) {
2161        owl_function_makemsg("Too few argments to the view command");
2162        return(NULL);
2163      }
2164      owl_function_change_currentview_filter(argv[1]);
2165      argc-=2;
2166      argv+=2;
2167    } else if (!strcmp(argv[0], "--home")) {
2168      owl_function_change_currentview_filter(owl_global_get_view_home(&g));
2169      argc--;
2170      argv++;
2171    } else if (!strcmp(argv[0], "-s")) {
2172      if (argc<2) {
2173        owl_function_makemsg("Too few argments to the view command");
2174        return(NULL);
2175      }
2176      owl_function_change_style(owl_global_get_current_view(&g), argv[1]);
2177      argc-=2;
2178      argv+=2;
2179    } else {
2180      owl_function_makemsg("Too few argments to the view command");
2181      return(NULL);
2182    }
2183   
2184  }
2185  return(NULL);
2186}
2187
2188char *owl_command_show(int argc, const char *const *argv, const char *buff)
2189{
2190  if (argc<2) {
2191    owl_function_help_for_command("show");
2192    return NULL;
2193  }
2194
2195  if (!strcmp(argv[1], "filter") || !strcmp(argv[1], "filters")) {
2196    if (argc==2) {
2197      owl_function_show_filters();
2198    } else {
2199      owl_function_show_filter(argv[2]);
2200    }
2201  } else if (argc==2 
2202             && (!strcmp(argv[1], "zpunts") || !strcmp(argv[1], "zpunted"))) {
2203    owl_function_show_zpunts();
2204  } else if (!strcmp(argv[1], "command") || !strcmp(argv[1], "commands")) {
2205    if (argc==2) {
2206      owl_function_show_commands();
2207    } else {
2208      owl_function_show_command(argv[2]);
2209    }
2210  } else if (!strcmp(argv[1], "variable") || !strcmp(argv[1], "variables")) {
2211    if (argc==2) {
2212      owl_function_show_variables();
2213    } else {
2214      owl_function_show_variable(argv[2]);
2215    }
2216  } else if (!strcmp(argv[1], "keymap") || !strcmp(argv[1], "keymaps")) {
2217    if (argc==2) {
2218      owl_function_show_keymaps();
2219    } else {
2220      owl_function_show_keymap(argv[2]);
2221    }
2222  } else if (!strcmp(argv[1], "view")) {
2223    if (argc==3) {
2224      owl_function_show_view(argv[2]);
2225    } else {
2226      owl_function_show_view(NULL);
2227    }
2228  } else if (!strcmp(argv[1], "colors")) {
2229    owl_function_show_colors();
2230  } else if (!strcmp(argv[1], "styles")) {
2231    owl_function_show_styles();
2232  } else if (!strcmp(argv[1], "timers")) {
2233    owl_function_show_timers();
2234  } else if (!strcmp(argv[1], "subs") || !strcmp(argv[1], "subscriptions")) {
2235    owl_function_getsubs();
2236  } else if (!strcmp(argv[1], "terminal") || !strcmp(argv[1], "term")) {
2237    owl_function_show_term();
2238  } else if (!strcmp(argv[1], "version")) {
2239    owl_function_about();
2240  } else if (!strcmp(argv[1], "status")) {
2241    owl_function_status();
2242  } else if (!strcmp(argv[1], "license")) {
2243    owl_function_show_license();
2244  } else if (!strcmp(argv[1], "quickstart")) {
2245    owl_function_show_quickstart();
2246  } else if (!strcmp(argv[1], "startup")) {
2247    const char *filename;
2248   
2249    filename=owl_global_get_startupfile(&g);
2250    owl_function_popless_file(filename);
2251  } else if (!strcmp(argv[1], "errors")) {
2252    owl_function_showerrs();
2253  } else {
2254    owl_function_makemsg("Unknown subcommand for 'show' command (see 'help show' for allowed args)");
2255    return NULL;
2256  }
2257  return NULL;
2258}
2259
2260char *owl_command_viewclass(int argc, const char *const *argv, const char *buff)
2261{
2262  char *filtname;
2263  if (argc!=2) {
2264    owl_function_makemsg("Wrong number of arguments to viewclass command");
2265    return NULL;
2266  }
2267  filtname = owl_function_classinstfilt(argv[1], NULL, owl_global_is_narrow_related(&g));
2268  if (filtname) {
2269    owl_function_change_currentview_filter(filtname);
2270    g_free(filtname);
2271  }
2272  return NULL;
2273}
2274
2275char *owl_command_viewuser(int argc, const char *const *argv, const char *buff)
2276{
2277  char *filtname;
2278  char *longuser;
2279  if (argc!=2) {
2280    owl_function_makemsg("Wrong number of arguments to viewuser command");
2281    return NULL;
2282  }
2283  longuser = long_zuser(argv[1]);
2284  filtname = owl_function_zuserfilt(longuser);
2285  g_free(longuser);
2286  if (filtname) {
2287    owl_function_change_currentview_filter(filtname);
2288    g_free(filtname);
2289  }
2290  return NULL;
2291}
2292
2293
2294void owl_command_pop_message(void)
2295{
2296  owl_function_curmsg_to_popwin();
2297}
2298
2299char *owl_command_delete(int argc, const char *const *argv, const char *buff)
2300{
2301  int move_after = 1;
2302
2303  if (argc>1 && !strcmp(argv[1], "--no-move")) {
2304    move_after = 0;
2305    argc--; 
2306    argv++;
2307  }
2308
2309  if (argc==1) {
2310    owl_function_deletecur(move_after);
2311    return NULL;
2312  }
2313
2314  if (argc==2 && !strcmp(argv[1], "view")) {
2315    owl_function_delete_curview_msgs(1);
2316    return NULL;
2317  }
2318
2319  if (argc==2 && !strcmp(argv[1], "trash")) {
2320    owl_function_delete_automsgs();
2321    return NULL;
2322  }
2323
2324  if (argc==3 && (!strcmp(argv[1], "-id") || !strcmp(argv[1], "--id"))) {
2325    owl_function_delete_by_id(atoi(argv[2]), 1);
2326    return NULL;
2327  }
2328
2329  owl_function_makemsg("Unknown arguments to delete command");
2330  return NULL;
2331}
2332
2333char *owl_command_undelete(int argc, const char *const *argv, const char *buff)
2334{
2335  int move_after = 1;
2336
2337  if (argc>1 && !strcmp(argv[1], "--no-move")) {
2338    move_after = 0;
2339    argc--; 
2340    argv++;
2341  }
2342
2343  if (argc==1) {
2344    owl_function_undeletecur(move_after);
2345    return NULL;
2346  }
2347
2348  if (argc==2 && !strcmp(argv[1], "view")) {
2349    owl_function_delete_curview_msgs(0);
2350    return NULL;
2351  }
2352
2353  if (argc==3 && (!strcmp(argv[1], "-id") || !strcmp(argv[1], "--id"))) {
2354    owl_function_delete_by_id(atoi(argv[2]), 0);
2355    return NULL;
2356  }
2357
2358  owl_function_makemsg("Unknown arguments to delete command");
2359  return NULL;
2360}
2361
2362void owl_command_beep(void)
2363{
2364  owl_function_beep();
2365}
2366
2367char *owl_command_colorview(int argc, const char *const *argv, const char *buff)
2368{
2369  if (argc < 2 || argc > 3) {
2370    owl_function_makemsg("Wrong number of arguments to colorview command");
2371    return NULL;
2372  }
2373  owl_function_color_current_filter(argv[1], (argc == 3 ? argv[2] : NULL));
2374  return NULL;
2375}
2376
2377char *owl_command_colorclass(int argc, const char *const *argv, const char *buff)
2378{
2379  char *filtname;
2380 
2381  if (argc < 3 || argc > 4) {
2382    owl_function_makemsg("Wrong number of arguments to colorclass command");
2383    return NULL;
2384  }
2385
2386  filtname=owl_function_classinstfilt(argv[1], NULL, owl_global_is_narrow_related(&g));
2387  if (filtname) {
2388    (void) owl_function_color_filter(filtname, argv[2], (argc == 4 ? argv[3] : NULL));
2389    g_free(filtname);
2390  }
2391  return NULL;
2392}
2393
2394char *owl_command_zpunt(int argc, const char *const *argv, const char *buff)
2395{
2396  owl_command_zpunt_and_zunpunt(argc, argv, 0);
2397  return NULL;
2398}
2399
2400char *owl_command_zunpunt(int argc, const char *const *argv, const char *buff)
2401{
2402  owl_command_zpunt_and_zunpunt(argc, argv, 1);
2403  return NULL;
2404}
2405
2406void owl_command_zpunt_and_zunpunt(int argc, const char *const *argv, int type)
2407{
2408  /* if type==0 then zpunt
2409   * if type==1 then zunpunt
2410   */
2411  const char *class, *inst, *recip;
2412
2413  class="message";
2414  inst="";
2415  recip="*";
2416
2417  if (argc==1) {
2418    /* show current punt filters */
2419    owl_function_show_zpunts();
2420    return;
2421  } else if (argc==2) {
2422    inst=argv[1];
2423  } else if (argc==3) {
2424    class=argv[1];
2425    inst=argv[2];
2426  } else if (argc==4) {
2427    class=argv[1];
2428    inst=argv[2];
2429    recip=argv[3];
2430  } else {
2431    owl_function_makemsg("Wrong number of arguments to the zpunt command");
2432    return;
2433  }
2434
2435  owl_function_zpunt(class, inst, recip, type);
2436  if (type==0) {
2437    owl_function_makemsg("<%s, %s, %s> added to punt list.", class, inst, recip);
2438  } else if (type==1) {
2439    owl_function_makemsg("<%s, %s, %s> removed from punt list.", class, inst, recip);
2440  }
2441}
2442
2443char *owl_command_smartzpunt(int argc, const char *const *argv, const char *buff)
2444{
2445  if (argc == 1) {
2446    owl_function_smartzpunt(0);
2447  } else if (argc == 2 && (!strcmp(argv[1], "-i") || !strcmp(argv[1], "--instance"))) {
2448    owl_function_smartzpunt(1);
2449  } else {
2450    owl_function_makemsg("Wrong number of arguments for %s", argv[0]);   
2451  }
2452  return NULL;
2453}
2454
2455char *owl_command_punt(int argc, const char *const *argv, const char *buff)
2456{
2457  owl_command_punt_unpunt(argc, argv, buff, 0);
2458  return NULL;
2459}
2460
2461char *owl_command_unpunt(int argc, const char *const *argv, const char *buff)
2462{
2463  owl_command_punt_unpunt(argc, argv, buff, 1);
2464  return NULL;
2465}
2466
2467void owl_command_punt_unpunt(int argc, const char *const * argv, const char *buff, int unpunt)
2468{
2469  owl_list * fl;
2470  owl_filter * f;
2471  int i;
2472
2473  fl = owl_global_get_puntlist(&g);
2474  if(argc == 1) {
2475    owl_function_show_zpunts();
2476  } else if(argc == 2) {
2477    /* Handle :unpunt <number> */
2478    if(unpunt && (i=atoi(argv[1])) !=0) {
2479      i--;      /* Accept 1-based indexing */
2480      if(i < owl_list_get_size(fl)) {
2481        f = owl_list_get_element(fl, i);
2482        owl_list_remove_element(fl, i);
2483        owl_filter_delete(f);
2484        return;
2485      } else {
2486        owl_function_makemsg("No such filter number: %d.", i+1);
2487      }
2488    }
2489    const char *filter[] = {"filter", argv[1]};
2490    owl_function_punt(2, filter, unpunt);
2491  } else {
2492    /* Pass in argv[1]..argv[argc-1]. */
2493    owl_function_punt(argc - 1, argv + 1, unpunt);
2494  }
2495}
2496
2497
2498char *owl_command_getview(int argc, const char *const *argv, const char *buff)
2499{
2500  const char *filtname;
2501  if (argc != 1) {
2502    owl_function_makemsg("Wrong number of arguments for %s", argv[0]);
2503    return NULL;
2504  }
2505  filtname = owl_view_get_filtname(owl_global_get_current_view(&g));
2506  if (filtname) return g_strdup(filtname);
2507  return NULL;
2508}
2509
2510char *owl_command_getvar(int argc, const char *const *argv, const char *buff)
2511{
2512  if (argc != 2) {
2513    owl_function_makemsg("Wrong number of arguments for %s", argv[0]);
2514    return NULL;
2515  }
2516  return owl_variable_get_tostring(owl_global_get_vardict(&g), argv[1]);
2517}
2518
2519char *owl_command_getfilter(int argc, const char *const *argv, const char *buf)
2520{
2521  const owl_filter *f;
2522  if (argc != 2) {
2523    owl_function_makemsg("Wrong number of arguments for %s", argv[0]);
2524    return NULL;
2525  }
2526  f = owl_global_get_filter(&g, argv[1]);
2527  if (!f) {
2528    return NULL;
2529  }
2530  return owl_filter_print(f);
2531}
2532
2533char *owl_command_search(int argc, const char *const *argv, const char *buff)
2534{
2535  int direction;
2536  const char *buffstart;
2537
2538  direction=OWL_DIRECTION_DOWNWARDS;
2539  buffstart=skiptokens(buff, 1);
2540  if (argc>1 && !strcmp(argv[1], "-r")) {
2541    direction=OWL_DIRECTION_UPWARDS;
2542    buffstart=skiptokens(buff, 2);
2543  }
2544   
2545  if (argc==1 || (argc==2 && !strcmp(argv[1], "-r"))) {
2546    /* When continuing a search, don't consider the current message. */
2547    owl_function_search_helper(false, direction);
2548  } else {
2549    owl_function_set_search(buffstart);
2550    owl_function_search_helper(true, direction);
2551  }
2552 
2553  return(NULL);
2554}
2555
2556char *owl_command_setsearch(int argc, const char *const *argv, const char *buff)
2557{
2558  const char *buffstart;
2559
2560  buffstart=skiptokens(buff, 1);
2561  owl_function_set_search(*buffstart ? buffstart : NULL);
2562 
2563  return(NULL);
2564}
2565
2566char *owl_command_aimlogin(int argc, const char *const *argv, const char *buff)
2567{
2568  if ((argc<2) || (argc>3)) {
2569    owl_function_makemsg("Wrong number of arguments to aimlogin command");
2570    return(NULL);
2571  }
2572
2573  /* if we get two arguments, ask for the password */
2574  if (argc==2) {
2575    owl_editwin *e = owl_function_start_password("AIM Password: ");
2576    owl_editwin_set_cbdata(e, g_strdup(argv[1]), g_free);
2577    owl_editwin_set_callback(e, owl_callback_aimlogin);
2578    return(NULL);
2579  } else {
2580    owl_function_aimlogin(argv[1], argv[2]);
2581  }
2582
2583  /* this is a test */
2584  return(NULL);
2585}
2586
2587char *owl_command_aimlogout(int argc, const char *const *argv, const char *buff)
2588{
2589  /* clear the buddylist */
2590  owl_buddylist_clear(owl_global_get_buddylist(&g));
2591
2592  owl_aim_logout();
2593  return(NULL);
2594}
2595
2596char *owl_command_getstyle(int argc, const char *const *argv, const char *buff)
2597{
2598  const char *stylename;
2599  if (argc != 1) {
2600    owl_function_makemsg("Wrong number of arguments for %s", argv[0]);
2601    return NULL;
2602  }
2603  stylename = owl_view_get_style_name(owl_global_get_current_view(&g));
2604  if (stylename) return g_strdup(stylename);
2605  return NULL;
2606}
2607
2608char *owl_command_error(int argc, const char *const *argv, const char *buff)
2609{
2610    buff = skiptokens(buff, 1);
2611    owl_function_error("%s", buff);
2612    return NULL;
2613}
2614
2615char *owl_command_message(int argc, const char *const *argv, const char *buff)
2616{
2617    buff = skiptokens(buff, 1);
2618    owl_function_makemsg("%s", buff);
2619    return NULL;
2620}
2621
2622char *owl_command_add_cmd_history(int argc, const char *const *argv, const char *buff)
2623{
2624  owl_history *hist;
2625  const char *ptr;
2626
2627  if (argc < 2) {
2628    owl_function_makemsg("usage: %s <commands> ...", argv[0]);
2629    return NULL;
2630  }
2631
2632  ptr = skiptokens(buff, 1);
2633  hist = owl_global_get_cmd_history(&g);
2634  owl_history_store(hist, ptr);
2635  owl_history_reset(hist);
2636  /* owl_function_makemsg("History '%s' stored successfully", ptr+1); */
2637  return NULL;
2638}
2639
2640char *owl_command_with_history(int argc, const char *const *argv, const char *buff)
2641{
2642  owl_history *hist;
2643  const char *ptr;
2644
2645  if (argc < 2) {
2646    owl_function_makemsg("usage: %s <commands> ...", argv[0]);
2647    return NULL;
2648  }
2649
2650  ptr = skiptokens(buff, 1);
2651  if (!ptr) {
2652    owl_function_makemsg("Parse error finding command");
2653    return NULL;
2654  }
2655
2656  hist = owl_global_get_cmd_history(&g);
2657  owl_history_store(hist, ptr);
2658  owl_history_reset(hist);
2659  return owl_function_command(ptr);
2660}
2661
2662void owl_command_yes(void)
2663{
2664  owl_message *m;
2665  const owl_view *v;
2666  const char *cmd;
2667
2668  v = owl_global_get_current_view(&g);
2669
2670  /* bail if there's no current message */
2671  if (owl_view_get_size(v) < 1) {
2672    owl_function_error("No current message.");
2673    return;
2674  }
2675
2676  m = owl_view_get_element(v, owl_global_get_curmsg(&g));
2677  if(!owl_message_is_question(m)) {
2678    owl_function_error("That message isn't a question.");
2679    return;
2680  }
2681  if(owl_message_is_answered(m)) {
2682    owl_function_error("You already answered that question.");
2683    return;
2684  }
2685  cmd = owl_message_get_attribute_value(m, "yescommand");
2686  if(!cmd) {
2687    owl_function_error("No 'yes' command!");
2688    return;
2689  }
2690
2691  owl_function_command_norv(cmd);
2692  owl_message_set_isanswered(m);
2693  return;
2694}
2695
2696void owl_command_no(void)
2697{
2698  owl_message *m;
2699  const owl_view *v;
2700  const char *cmd;
2701
2702  v = owl_global_get_current_view(&g);
2703
2704  /* bail if there's no current message */
2705  if (owl_view_get_size(v) < 1) {
2706    owl_function_error("No current message.");
2707    return;
2708  }
2709
2710  m = owl_view_get_element(v, owl_global_get_curmsg(&g));
2711  if(!owl_message_is_question(m)) {
2712    owl_function_error("That message isn't a question.");
2713    return;
2714  }
2715  if(owl_message_is_answered(m)) {
2716    owl_function_error("You already answered that question.");
2717    return;
2718  }
2719  cmd = owl_message_get_attribute_value(m, "nocommand");
2720  if(!cmd) {
2721    owl_function_error("No 'no' command!");
2722    return;
2723  }
2724
2725  owl_function_command_norv(cmd);
2726  owl_message_set_isanswered(m);
2727  return;
2728}
2729
2730/*********************************************************************/
2731/************************** EDIT SPECIFIC ****************************/
2732/*********************************************************************/
2733
2734void owl_command_edit_cancel(owl_editwin *e)
2735{
2736  owl_history *hist;
2737
2738  owl_function_makemsg("Command cancelled.");
2739
2740  hist = owl_editwin_get_history(e);
2741  if (hist) {
2742    owl_history_store(hist, owl_editwin_get_text(e));
2743    owl_history_reset(hist);
2744  }
2745
2746  owl_global_pop_context(&g);
2747}
2748
2749void owl_command_edit_history_prev(owl_editwin *e)
2750{
2751  owl_history *hist;
2752  const char *ptr;
2753
2754  hist=owl_editwin_get_history(e);
2755  if (!hist)
2756    return;
2757  if (!owl_history_is_touched(hist)) {
2758    owl_history_store(hist, owl_editwin_get_text(e));
2759    owl_history_set_partial(hist);
2760  }
2761  ptr=owl_history_get_prev(hist);
2762  if (ptr) {
2763    owl_editwin_clear(e);
2764    owl_editwin_insert_string(e, ptr);
2765  } else {
2766    owl_function_beep();
2767  }
2768}
2769
2770void owl_command_edit_history_next(owl_editwin *e)
2771{
2772  owl_history *hist;
2773  const char *ptr;
2774
2775  hist=owl_editwin_get_history(e);
2776  if (!hist)
2777    return;
2778  ptr=owl_history_get_next(hist);
2779  if (ptr) {
2780    owl_editwin_clear(e);
2781    owl_editwin_insert_string(e, ptr);
2782  } else {
2783    owl_function_beep();
2784  }
2785}
2786
2787char *owl_command_edit_insert_text(owl_editwin *e, int argc, const char *const *argv, const char *buff)
2788{
2789  buff = skiptokens(buff, 1);
2790  owl_editwin_insert_string(e, buff);
2791  return NULL;
2792}
2793
2794void owl_command_edit_done(owl_editwin *e)
2795{
2796  owl_history *hist=owl_editwin_get_history(e);
2797
2798  if (hist) {
2799    owl_history_store(hist, owl_editwin_get_text(e));
2800    owl_history_reset(hist);
2801  }
2802
2803  /* Take a reference to the editwin, so that it survives the pop
2804   * context. TODO: We should perhaps refcount or otherwise protect
2805   * the context so that, even if a command pops a context, the
2806   * context itself will last until the command returns. */
2807  owl_editwin_ref(e);
2808  owl_global_pop_context(&g);
2809
2810  owl_editwin_do_callback(e);
2811  owl_editwin_unref(e);
2812}
2813
2814void owl_command_edit_done_or_delete(owl_editwin *e)
2815{
2816  if (owl_editwin_is_at_end(e)) {
2817    owl_command_edit_done(e);
2818  } else {
2819    owl_editwin_delete_char(e);
2820  }
2821}
2822
2823
2824/*********************************************************************/
2825/*********************** POPLESS SPECIFIC ****************************/
2826/*********************************************************************/
2827
2828void owl_command_popless_quit(owl_viewwin *vw)
2829{
2830  owl_popwin *pw;
2831  pw = owl_global_get_popwin(&g);
2832  owl_global_set_popwin(&g, NULL);
2833  /* Kind of a hack, but you can only have one active viewwin right
2834   * now anyway. */
2835  if (vw == owl_global_get_viewwin(&g))
2836    owl_global_set_viewwin(&g, NULL);
2837  owl_viewwin_delete(vw);
2838  owl_popwin_delete(pw);
2839  owl_global_pop_context(&g);
2840}
Note: See TracBrowser for help on using the repository browser.