|
rofi 1.7.8
|
#include "keyb.h"#include "mode.h"#include "rofi-types.h"#include "view.h"#include <glib.h>#include <stdlib.h>#include <string.h>#include <xcb/xcb.h>#include <xkbcommon/xkbcommon.h>

Go to the source code of this file.
Macros | |
| #define | color_reset "\033[0m" |
| #define | color_bold "\033[1m" |
| #define | color_italic "\033[2m" |
| #define | color_green "\033[0;32m" |
| #define | color_red "\033[0;31m" |
| #define | ERROR_MSG(a) |
| #define | ERROR_MSG_MARKUP TRUE |
Functions | |
| unsigned int | rofi_get_num_enabled_modes (void) |
| const Mode * | rofi_get_mode (unsigned int index) |
| void | rofi_add_error_message (GString *str) |
| void | rofi_clear_error_messages (void) |
| void | rofi_add_warning_message (GString *str) |
| void | rofi_clear_warning_messages (void) |
| void | rofi_set_return_code (int code) |
| void | rofi_quit_main_loop (void) |
| Mode * | rofi_collect_modes_search (const char *name) |
| const Mode * | rofi_get_completer (void) |
Variables | |
| const char * | cache_dir |