summary refs log tree commit diff stats
path: root/doc/ranger.pod
Commit message (Collapse)AuthorAgeFilesLines
* Added $RANGER_LEVEL environment variable (see man page)hut2012-03-051-0/+13
|
* Removed unnecessary spaceshut2012-03-051-1/+1
|
* ranger.1: fix vim script "RangerChooser" when no file is openedhut2012-02-211-1/+1
| | | | https://savannah.nongnu.org/bugs/?35556
* ranger.1: Added entry for --list-tagged-fileshut2012-02-121-0/+5
|
* core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-121-0/+5
|
* new :relink commandM Rawash2012-01-271-0/+4
|
* Added doc for TERMCMD and integrated it in commands.pyhut2012-01-181-0/+7
|
* Added documentation for new flagsM Rawash2011-12-111-0/+5
|
* core.main: added --selectfile optionDavid Pugnasse2011-10-241-0/+4
|
* core.actions: added --choosefiles option + dochut2011-10-211-1/+7
|
* fixed some documentationhut2011-10-101-3/+4
|
* Revert "ranger.1: added doc for --dont-copy-config"hut2011-10-091-3/+4
| | | | This reverts commit b62f5fbe203414521461e30e70af243dc257c49c.
* ranger.__init__, ranger.1: updated rangers descriptionhut2011-10-081-3/+3
|
* Updated man pagehut2011-10-081-12/+6
|
* ranger.1: added doc for --dont-copy-confighut2011-10-081-4/+3
|
* Write "ranger" with a lowercase "r"hut2011-10-081-2/+2
|
/* $LynxId: LYOptions.h,v 1.30 2012/02/10 18:39:49 tom Exp $ */
#ifndef LYOPTIONS_H
#define LYOPTIONS_H

#include <LYStructs.h>
#include <LYStrings.h>

#ifdef __cplusplus
extern "C" {
#endif
    extern BOOLEAN term_options;	/* for LYgetstr() */

    extern BOOLEAN LYCheckUserAgent(void);
    extern void edit_bookmarks(void);
    extern int popup_choice(int cur_choice,
			    int line,
			    int column,
			    STRING2PTR choices,
			    int length,
			    int disabled,
			    int mouse);

#define LYChoosePopup(cur, line, column, choices, length, disabled, mouse) \
	popup_choice(cur, line, column, (STRING2PTR) choices, length, disabled, mouse)

#ifndef NO_OPTION_FORMS
    extern void LYMenuVisitedLinks(FILE *fp0, int disable_all);
    extern int postoptions(DocInfo *newdoc);
#endif				/* !NO_OPTION_FORMS */

#ifndef NO_OPTION_MENU
    extern void LYoptions(void);
#endif				/* !NO_OPTION_MENU */

#ifdef __cplusplus
}
#endif
#endif				/* LYOPTIONS_H */
ass='commitgraph'>*
documented and improved DaPangus' changeshut2011-09-251-3/+2
|
* extended manpage and fixed {load,save}_copy_buffer commandshut2011-09-251-21/+27
|
* defaults.commands.py: added :bulkrename command from wikihut2011-09-251-0/+9
|
* doc/ranger.pod: extended the man pagehut2011-09-241-58/+461
|
* Overhauled manpage. It's in POD format now.hut2011-09-241-0/+414