Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Added $RANGER_LEVEL environment variable (see man page) | hut | 2012-03-05 | 1 | -0/+13 | |
| | ||||||
* | Removed unnecessary spaces | hut | 2012-03-05 | 1 | -1/+1 | |
| | ||||||
* | ranger.1: fix vim script "RangerChooser" when no file is opened | hut | 2012-02-21 | 1 | -1/+1 | |
| | | | | https://savannah.nongnu.org/bugs/?35556 | |||||
* | ranger.1: Added entry for --list-tagged-files | hut | 2012-02-12 | 1 | -0/+5 | |
| | ||||||
* | core.main: Allow multiple --cmd's, add man page entry for --cmd | hut | 2012-02-12 | 1 | -0/+5 | |
| | ||||||
* | new :relink command | M Rawash | 2012-01-27 | 1 | -0/+4 | |
| | ||||||
* | Added doc for TERMCMD and integrated it in commands.py | hut | 2012-01-18 | 1 | -0/+7 | |
| | ||||||
* | Added documentation for new flags | M Rawash | 2011-12-11 | 1 | -0/+5 | |
| | ||||||
* | core.main: added --selectfile option | David Pugnasse | 2011-10-24 | 1 | -0/+4 | |
| | ||||||
* | core.actions: added --choosefiles option + doc | hut | 2011-10-21 | 1 | -1/+7 | |
| | ||||||
* | fixed some documentation | hut | 2011-10-10 | 1 | -3/+4 | |
| | ||||||
* | Revert "ranger.1: added doc for --dont-copy-config" | hut | 2011-10-09 | 1 | -3/+4 | |
| | | | | This reverts commit b62f5fbe203414521461e30e70af243dc257c49c. | |||||
* | ranger.__init__, ranger.1: updated rangers description | hut | 2011-10-08 | 1 | -3/+3 | |
| | ||||||
* | Updated man page | hut | 2011-10-08 | 1 | -12/+6 | |
| | ||||||
* | ranger.1: added doc for --dont-copy-config | hut | 2011-10-08 | 1 | -4/+3 | |
| | ||||||
* | Write "ranger" with a lowercase "r" | hut | 2011-10-08 | 1 | -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 */
| documented and improved DaPangus' changes | hut | 2011-09-25 | 1 | -3/+2 |
| | ||||||
* | extended manpage and fixed {load,save}_copy_buffer commands | hut | 2011-09-25 | 1 | -21/+27 | |
| | ||||||
* | defaults.commands.py: added :bulkrename command from wiki | hut | 2011-09-25 | 1 | -0/+9 | |
| | ||||||
* | doc/ranger.pod: extended the man page | hut | 2011-09-24 | 1 | -58/+461 | |
| | ||||||
* | Overhauled manpage. It's in POD format now. | hut | 2011-09-24 | 1 | -0/+414 | |