Configurable settings with blisp
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include "define.h"
|
||||
#include "output.h"
|
||||
#include "terminal.h"
|
||||
#include "builtins.h"
|
||||
#include "../blisp/include/config_tools.h"
|
||||
#include <unistd.h>
|
||||
|
||||
// KEYS keycode
|
||||
@@ -19,6 +21,12 @@
|
||||
// END \x1b[4~ || <esc>[8~ || <esc>[F || <esc>OF
|
||||
// DELETE \x1b[3~
|
||||
|
||||
char *key_to_string(int key);
|
||||
|
||||
int execute_key_binding(config_t *config, const char *key_combo, void *context);
|
||||
|
||||
int handle_key_sequence(struct editorConfig *E, int key);
|
||||
|
||||
char *editorPrompt(struct editorConfig *E, char *prompt);
|
||||
|
||||
void editorMoveCursor(struct editorConfig *E, int key);
|
||||
|
||||
Reference in New Issue
Block a user