From 4e9450f955e763a4d301645ab11201834d8a0ccc Mon Sep 17 00:00:00 2001
From: hut
Date: Thu, 14 Jan 2010 02:59:14 +0100
Subject: 1.0.2!
---
doc/pydoc/ranger.defaults.keys.html | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
(limited to 'doc/pydoc/ranger.defaults.keys.html')
diff --git a/doc/pydoc/ranger.defaults.keys.html b/doc/pydoc/ranger.defaults.keys.html
index 3109c175..eec9f782 100644
--- a/doc/pydoc/ranger.defaults.keys.html
+++ b/doc/pydoc/ranger.defaults.keys.html
@@ -19,11 +19,11 @@ keys are one or more key-combinations which a
fnc is a function which is called with the CommandArgument object.
The CommandArgument object has these methods:
-cmdarg.fm: the file manager instance
-cmdarg.wdg: the widget or ui instance
-cmdarg.n: the number typed before the key combination (if allowed)
-cmdarg.keys: the string representation of the used key combination
-cmdarg.keybuffer: the keybuffer instance
+arg.fm: the file manager instance
+arg.wdg: the widget or ui instance
+arg.n: the number typed before the key combination (if allowed)
+arg.keys: the string representation of the used key combination
+arg.keybuffer: the keybuffer instance
Check ranger.keyapi for more information
@@ -104,7 +104,6 @@ Check ranger.keyapi for more information
- savetty(...)
- setsyx(...)
- setupterm(...)
- - system_functions(command_list)
- Each commandlist should have those.
- termattrs(...)
- termname(...)
- tigetflag(...)
@@ -373,7 +372,7 @@ Check ranger.keyapi for more information
US = 31
VT = 11
controlnames = ['NUL', 'SOH', 'STX', 'ETX', 'EOT', 'ENQ', 'ACK', 'BEL', 'BS', 'HT', 'LF', 'VT', 'FF', 'CR', 'SO', 'SI', 'DLE', 'DC1', 'DC2', 'DC3', ...]
-fm = <ranger.keyapi.Wrapper object at 0x1884110>
+fm = <ranger.keyapi.Wrapper object at 0x20084d0>
version = b'2.2'
-wdg = <ranger.keyapi.Wrapper object at 0x1884150>
+wdg = <ranger.keyapi.Wrapper object at 0x2008510>