|
From: <enl...@li...> - 2005-09-27 22:53:18
|
Enlightenment CVS committal
Author : sebastid
Project : e17
Module : apps/e
Dir : e17/apps/e/data/other
Modified Files:
enlightenment_remote
Log Message:
More completion.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/other/enlightenment_remote,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- enlightenment_remote 27 Sep 2005 22:31:29 -0000 1.6
+++ enlightenment_remote 27 Sep 2005 22:53:03 -0000 1.7
@@ -1,4 +1,4 @@
-# $Id: enlightenment_remote,v 1.6 2005/09/27 22:31:29 sebastid Exp $
+# $Id: enlightenment_remote,v 1.7 2005/09/27 22:53:03 sebastid Exp $
# bash-completion script for enlightenment_remote
# By Justin Rocha (Xenith)
# Additions by Sebastian Dransfeld
@@ -33,6 +33,7 @@
COMPREPLY=($(compgen -W "${opts/-h -help --help}" -- "${cur}"))
return 0
;;
+ -always-click-to-focus-set| \
-always-click-to-raise-set| \
-border-shade-animate-set| \
-edge-flip-set| \
|