rofi 1.7.9
|
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
#include <errno.h>
#include <limits.h>
#include <signal.h>
#include <string.h>
#include <strings.h>
#include <sys/types.h>
#include <unistd.h>
#include "helper.h"
#include "modes/help-keys.h"
#include "rofi.h"
#include "settings.h"
#include "widgets/textbox.h"
#include "xrmoptions.h"
#include "mode-private.h"
Go to the source code of this file.
Data Structures | |
struct | KeysHelpModePrivateData |
Functions | |
static void | get_apps (KeysHelpModePrivateData *pd) |
static int | help_keys_mode_init (Mode *sw) |
static ModeMode | help_keys_mode_result (G_GNUC_UNUSED Mode *sw, int mretv, G_GNUC_UNUSED char **input, G_GNUC_UNUSED unsigned int selected_line) |
static void | help_keys_mode_destroy (Mode *sw) |
static char * | _get_display_value (const Mode *sw, unsigned int selected_line, int *state, G_GNUC_UNUSED GList **list, int get_entry) |
static int | help_keys_token_match (const Mode *data, rofi_int_matcher **tokens, unsigned int index) |
static unsigned int | help_keys_mode_get_num_entries (const Mode *sw) |
Variables | |
Mode | help_keys_mode |
|
static |
Definition at line 88 of file help-keys.c.
References MARKUP, KeysHelpModePrivateData::messages, and mode_get_private_data().
|
static |
Definition at line 55 of file help-keys.c.
References config_parser_return_display_help(), KeysHelpModePrivateData::messages, and KeysHelpModePrivateData::messages_length.
Referenced by help_keys_mode_init().
|
static |
Definition at line 78 of file help-keys.c.
References KeysHelpModePrivateData::messages, mode_get_private_data(), and mode_set_private_data().
|
static |
Definition at line 106 of file help-keys.c.
References KeysHelpModePrivateData::messages_length, and mode_get_private_data().
|
static |
Definition at line 59 of file help-keys.c.
References get_apps(), mode_get_private_data(), and mode_set_private_data().
|
static |
Definition at line 69 of file help-keys.c.
References MENU_CUSTOM_COMMAND, MENU_LOWER_MASK, and MODE_EXIT.
|
static |
Definition at line 99 of file help-keys.c.
References helper_token_match(), KeysHelpModePrivateData::messages, and mode_get_private_data().