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

# Copyright (C) 2009, 2010, 2011  Roman Zimbelmann <romanz@lavabit.com>
# Copyright (C) 2010 David Barnett <davidbarnett2@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

 
Modules
       
_curses
curses

 
Classes
       
ranger.core.shared.SettingsAware(ranger.core.shared.Awareness)
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
ranger.core.shared.Awareness
__builtin__.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)

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