[767] in BarnOwl Developers

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

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

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:09:30 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sun, 23 Dec 2007 11:32:03 -0500 (EST)

Author: nelhage
Date: 2007-12-23 11:32:02 -0500 (Sun, 23 Dec 2007)
New Revision: 773

Modified:
   trunk/owl/keys.c
Log:
bind END in popless windows. closes #41


Modified: trunk/owl/keys.c
===================================================================
--- trunk/owl/keys.c	2007-12-11 02:36:25 UTC (rev 772)
+++ trunk/owl/keys.c	2007-12-23 16:32:02 UTC (rev 773)
@@ -179,6 +179,7 @@
   BIND_CMD("<",           "popless:scroll-to-top", "");
   BIND_CMD("M-<",         "popless:scroll-to-top", "");
 
+  BIND_CMD("END",         "popless:scroll-to-bottom", "");
   BIND_CMD(">",           "popless:scroll-to-bottom", "");
   BIND_CMD("M->",         "popless:scroll-to-bottom", "");
 


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