popup and diagnose ui
This commit is contained in:
+4
-1
@@ -12,7 +12,9 @@
|
||||
#define ERASE_END_LINE "\x1b[K"
|
||||
#define TAB "\t"
|
||||
#define SPACE "\x20"
|
||||
#define APP_DEBUG
|
||||
|
||||
/* Uncomment to see debug logs on stderr */
|
||||
// #define APP_DEBUG
|
||||
|
||||
#define COMPLETION_MAX_ITEMS 16
|
||||
#define COMPLETION_MAX_WIDTH 40
|
||||
@@ -32,6 +34,7 @@ enum editorKey_e {
|
||||
END_LINE,
|
||||
PAGE_UP,
|
||||
PAGE_DOWN,
|
||||
LSP_WAKE_KEY = 2000
|
||||
};
|
||||
|
||||
#define ABUF_INIT {NULL, 0}
|
||||
|
||||
Reference in New Issue
Block a user