Pager functions. More...
#include <stdbool.h>
Include dependency graph for functions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | PagerFunctionData |
| Data passed to Pager worker functions. More... | |
| struct | PagerFunction |
| A NeoMutt function. More... | |
Macros | |
| #define | MdPager (pager_get_menu_definition()) |
Typedefs | |
| typedef int(* | pager_function_t) (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
Functions | |
| int | pager_function_dispatcher (struct MuttWindow *win, const struct KeyEvent *event) |
| Perform a Pager function - Implements function_dispatcher_t -. | |
| bool | jump_to_bottom (struct PagerPrivateData *priv, struct PagerView *pview) |
| Make sure the bottom line is displayed. | |
| struct MenuDefinition * | pager_get_menu_definition (void) |
| Get the Pager Menu Definition. | |
Pager 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.
| #define MdPager (pager_get_menu_definition()) |
Definition at line 73 of file functions.h.
| typedef int(* pager_function_t) (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
Definition at line 57 of file functions.h.
| bool jump_to_bottom | ( | struct PagerPrivateData * | priv, |
| struct PagerView * | pview ) |
Make sure the bottom line is displayed.
| priv | Private Pager data |
| pview | PagerView |
| true | Something changed |
| false | Bottom was already displayed |
Definition at line 379 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| struct MenuDefinition * pager_get_menu_definition | ( | void | ) |
Get the Pager Menu Definition.
| ptr | Pager Menu Definition |
Definition at line 1195 of file functions.c.
Here is the call graph for this function: