lib/widget/input_complete.c: minor refactoring and optimization.
[midnight-commander.git] / src / history.h
blob7a8d73fa2acf0cf7057006654726a87b7a0c343f
1 /** \file src/history.h
2 * \brief Header: defines history section names
3 */
5 #ifndef MC__HISTORY_H
6 #define MC__HISTORY_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /* history section names */
12 #define MC_HISTORY_EDIT_SAVE_AS "mc.edit.save-as"
13 #define MC_HISTORY_EDIT_LOAD "mc.edit.load"
14 #define MC_HISTORY_EDIT_SAVE_BLOCK "mc.edit.save-block"
15 #define MC_HISTORY_EDIT_INSERT_FILE "mc.edit.insert-file"
16 #define MC_HISTORY_EDIT_GOTO_LINE "mc.edit.goto-line"
17 #define MC_HISTORY_EDIT_SORT "mc.edit.sort"
18 #define MC_HISTORY_EDIT_PASTE_EXTCMD "mc.edit.paste-extcmd"
19 #define MC_HISTORY_EDIT_REPEAT "mc.edit.repeat-action"
21 #define MC_HISTORY_FM_VIEW_FILE "mc.fm.view-file"
22 #define MC_HISTORY_FM_MKDIR "mc.fm.mkdir"
23 #define MC_HISTORY_FM_LINK "mc.fm.link"
24 #define MC_HISTORY_FM_EDIT_LINK "mc.fm.edit-link"
25 #define MC_HISTORY_FM_TREE_COPY "mc.fm.tree-copy"
26 #define MC_HISTORY_FM_TREE_MOVE "mc.fm.tree-move"
27 #define MC_HISTORY_FM_PANELIZE_ADD "mc.fm.panelize.add"
28 #define MC_HISTORY_FM_FILTERED_VIEW "mc.fm.filtered-view"
29 #define MC_HISTORY_FM_PANEL_FILTER "mc.fm.panel-filter"
30 #define MC_HISTORY_FM_MENU_EXEC_PARAM "mc.fm.menu.exec.parameter"
32 #define MC_HISTORY_ESC_TIMEOUT "mc.esc.timeout"
34 #define MC_HISTORY_VIEW_GOTO "mc.view.goto"
35 #define MC_HISTORY_VIEW_GOTO_LINE "mc.view.goto-line"
36 #define MC_HISTORY_VIEW_GOTO_ADDR "mc.view.goto-addr"
37 #define MC_HISTORY_VIEW_SEARCH_REGEX "mc.view.search.regex"
39 #define MC_HISTORY_FTPFS_ACCOUNT "mc.vfs.ftp.account"
41 #define MC_HISTORY_EXT_PARAMETER "mc.ext.parameter"
43 #define MC_HISTORY_HOTLIST_ADD "mc.hotlist.add"
45 #define MC_HISTORY_SHARED_SEARCH "mc.shared.search"
47 #define MC_HISTORY_YDIFF_GOTO_LINE "mc.ydiff.goto-line"
49 /*** enums ***************************************************************************************/
51 /*** structures declarations (and typedefs of structures)*****************************************/
53 /*** global variables defined in .c file *********************************************************/
55 /*** declarations of public functions ************************************************************/
57 /*** inline functions ****************************************************************************/
59 #endif /* MC__HISTORY_H */