about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-07-13 21:52:51 +0200
committerbptato <nincsnevem662@gmail.com>2022-07-13 22:56:28 +0200
commite780de79f0193a67a74b834c9bfbf2e0ef8e3c03 (patch)
tree727ef914f75fff8dc5cf49be05cc14bf26bb806e /src/config
parent2f0ea08df1e6884da51ea510cc352395e853cfc0 (diff)
downloadchawan-e780de79f0193a67a74b834c9bfbf2e0ef8e3c03.tar.gz
Initial QuickJS integration
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/config.nim b/src/config/config.nim
index 543236cf..5d04f5e5 100644
--- a/src/config/config.nim
+++ b/src/config/config.nim
@@ -27,6 +27,7 @@ type
     ACTION_CURSOR_TOP, ACTION_CURSOR_MIDDLE, ACTION_CURSOR_BOTTOM,
     ACTION_CURSOR_RIGHT_EDGE, ACTION_CURSOR_VERT_MIDDLE, ACTION_CURSOR_LEFT_EDGE,
     ACTION_CENTER_LINE, ACTION_LINE_INFO,
+    ACTION_COMMAND,
     ACTION_LINED_SUBMIT, ACTION_LINED_CANCEL,
     ACTION_LINED_BACKSPACE, ACTION_LINED_DELETE,
     ACTION_LINED_CLEAR, ACTION_LINED_KILL, ACTION_LINED_KILL_WORD,