ranger.gui.curses_shortcuts
index
../../ranger/gui/curses_shortcuts.py

# Copyright (C) 2009-2013  Roman Zimbelmann <hut@lavabit.com>
# Copyright (C) 2010 David Barnett <davidbarnett2@gmail.com>
# This software is distributed under the terms of the GNU GPL version 3.

 
Modules
       
_curses
curses

 
Classes
       
ranger.core.shared.SettingsAware(builtins.object)
CursesShortcuts

 
class CursesShortcuts(ranger.core.shared.SettingsAware)
    This class defines shortcuts to faciliate operations with curses.
 
color(*keys) -- sets the color associated with the keys from
    the current colorscheme.
color_at(y, x, wid, *keys) -- sets the color at the given position
color_reset() -- resets the color to the default
addstr(*args) -- failsafe version of self.win.addstr(*args)
 
 
Method resolution order:
CursesShortcuts
ranger.core.shared.SettingsAware
builtins.object

Methods defined here:
addch(self, *args)
addnstr(self, *args)
addstr(self, *args)
color(self, *keys)
Change the colors from now on.
color_at(self, y, x, wid, *keys)
Change the colors at the specified position
color_reset(self)
Change the colors to the default colors
set_fg_bg_attr(self, fg, bg, attr)

Data descriptors inherited from ranger.core.shared.SettingsAware:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)