Config used by libpager. More...
#include "config.h"
#include <stdbool.h>
#include <stddef.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "expando/lib.h"
Go to the source code of this file.
Functions | |
const char * | pager_get_pager (struct ConfigSubset *sub) |
Get the value of $pager. | |
bool | config_init_pager (struct ConfigSet *cs) |
Register pager config variables - Implements module_init_config_t -. | |
Variables | |
const struct ExpandoDefinition | IndexFormatDef [] |
Expando definitions. | |
static struct ConfigDef | PagerVars [] |
Config definitions for the Pager. | |
Config used by libpager.
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/.
Definition in file config.c.
const char * pager_get_pager | ( | struct ConfigSubset * | sub | ) |
Get the value of $pager.
sub | Config Subset |
str | External command to use |
NULL | The internal pager will be used |
Definition at line 108 of file config.c.
|
extern |
Expando definitions.
Config:
Definition at line 301 of file mutt_config.c.