[1001] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r986 - trunk/owl

daemon@ATHENA.MIT.EDU (geofft@MIT.EDU)
Thu Oct 29 18:12:00 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
Date: Thu, 13 Mar 2008 15:56:21 -0400
To: dirty-owl-hackers@MIT.EDU
From: geofft@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU

Author: geofft
Date: 2008-03-13 15:56:20 -0400 (Thu, 13 Mar 2008)
New Revision: 986

Modified:
   trunk/owl/commands.c
   trunk/owl/keys.c
Log:
Added :webzephyr command with keybinding W.

Modified: trunk/owl/commands.c
===================================================================
--- trunk/owl/commands.c	2008-03-11 16:38:20 UTC (rev 985)
+++ trunk/owl/commands.c	2008-03-13 19:56:20 UTC (rev 986)
@@ -962,6 +962,8 @@
 		  "exits the popless window",
 		  "", ""),
 
+  OWLCMD_ALIAS("webzephyr", "zwrite daemon.webzephyr -c webzephyr -i"),
+
   /* This line MUST be last! */
   { NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
 

Modified: trunk/owl/keys.c
===================================================================
--- trunk/owl/keys.c	2008-03-11 16:38:20 UTC (rev 985)
+++ trunk/owl/keys.c	2008-03-13 19:56:20 UTC (rev 986)
@@ -280,6 +280,8 @@
 		  
   BIND_CMD("w",   "openurl",          "open a URL using a webbrowser");
 
+  BIND_CMD("W",   "start-command webzephyr ", "start a webzephyr command");
+
   BIND_CMD("C-c",  "",                "no effect in this mode");
   BIND_CMD("C-g",  "",                "no effect in this mode");
 


home help back first fref pref prev next nref lref last post