Add support for tab-completion when selecting by rule
[alpine.git] / alpine / setup.h
blob5f15ab3b2a34a38d7f7d8e5fbe49f6a29cdad349
1 /*
2 * $Id: setup.h 812 2007-11-10 01:00:15Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006-2007 University of Washington
6 * Copyright 2013-2022 Eduardo Chappa
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
17 #ifndef PINE_SETUP_INCLUDED
18 #define PINE_SETUP_INCLUDED
21 #include "confscroll.h"
22 #include "../pith/state.h"
25 /* exported prototypes */
26 void option_screen(struct pine *, int);
27 int litsig_text_tool(struct pine *, int, CONF_S **, unsigned);
28 char *pretty_var_name(char *);
29 char *pretty_feature_name(char *, int);
32 #endif /* PINE_SETUP_INCLUDED */