Changeset 8e5935d for commands.c
- Timestamp:
- Dec 12, 2008, 1:27:39 AM (16 years ago)
- Branches:
- master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 4f15e8e
- Parents:
- 80a465c
- git-author:
- Anders Kaseorg <andersk@mit.edu> (12/06/08 23:37:40)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (12/12/08 01:27:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r2b237308 r8e5935d 453 453 OWLCMD_VOID("pop-message", owl_command_pop_message, OWL_CTX_RECWIN, 454 454 "pops up a message in a window", "", ""), 455 456 OWLCMD_VOID("openurl", owl_command_openurl, OWL_CTX_INTERACTIVE,457 "opens up a URL from the current message",458 "",459 "Uses the 'webbrowser' variable to determine\n"460 "which browser to use. Currently, 'netscape'\n"461 "and 'galeon' are supported.\n"),462 455 463 456 OWLCMD_ARGS("zaway", owl_command_zaway, OWL_CTX_INTERACTIVE, … … 2253 2246 } 2254 2247 2255 void owl_command_openurl(void)2256 {2257 owl_function_openurl();2258 }2259 2260 2248 char *owl_command_delete(int argc, char **argv, char *buff) 2261 2249 {
Note: See TracChangeset
for help on using the changeset viewer.