Browser functions. More...
Go to the source code of this file.
Data Structures | |
struct | BrowserFunction |
A NeoMutt function. More... | |
Typedefs | |
typedef int(* | browser_function_t) (struct BrowserPrivateData *priv, int op) |
Functions | |
int | browser_function_dispatcher (struct MuttWindow *win_browser, int op) |
Perform a Browser function. More... | |
Variables | |
struct BrowserFunction | BrowserFunctions [] |
All the NeoMutt functions that the Browser supports. More... | |
Browser functions.
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 functions.h.
typedef int(* browser_function_t) (struct BrowserPrivateData *priv, int op) |
Definition at line 38 of file functions.h.
int browser_function_dispatcher | ( | struct MuttWindow * | win_browser, |
int | op | ||
) |
Perform a Browser function.
win_browser | Window for the Index |
op | Operation to perform, e.g. OP_GOTO_PARENT |
num | FunctionRetval, e.g. FR_SUCCESS |
Definition at line 1142 of file functions.c.
|
extern |
All the NeoMutt functions that the Browser supports.
Definition at line 1086 of file functions.c.