Pager functions. More...
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | PagerFunction |
A NeoMutt function. More... | |
Typedefs | |
typedef int(* | pager_function_t) (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Functions | |
int | pager_function_dispatcher (struct MuttWindow *win, int op) |
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. | |
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.
typedef int(* pager_function_t) (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Definition at line 44 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 376 of file functions.c.