ncmpc
0.31
|
#include "config.h"
#include "Command.hxx"
#include "util/Compiler.h"
#include <array>
#include <algorithm>
#include <stddef.h>
#include <stdio.h>
Go to the source code of this file.
Data Structures | |
struct | KeyBinding |
struct | KeyBindings |
Macros | |
#define | MAX_COMMAND_KEYS 3 |
#define | KEYDEF_WRITE_HEADER 0x01 |
#define | KEYDEF_WRITE_ALL 0x02 |
#define | KEYDEF_COMMENT_ALL 0x04 |
#define MAX_COMMAND_KEYS 3 |
#define KEYDEF_WRITE_HEADER 0x01 |
#define KEYDEF_WRITE_ALL 0x02 |
#define KEYDEF_COMMENT_ALL 0x04 |