ranger.gui.widgets.console_mode
index
/home/hut/ranger/ranger/gui/widgets/console_mode.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.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/>.

 
Functions
       
all_modes(mode)
Returns a generator containing all valid modes.
is_valid_mode(mode)
Returns True or False depending on whether the mode is valid or not.
mode_to_class(mode)
Associates modes with the actual classes
from ranger.gui.widgets.console.

 
Data
        COMMAND = 1
COMMAND_QUICK = 2
DEFAULT = 0
OPEN = 3
OPEN_QUICK = 4
SEARCH = 5