about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-08-18 19:42:08 +0200
committerbptato <nincsnevem662@gmail.com>2022-08-18 19:42:43 +0200
commit18273ea45d45558641a1020932b141ed0d165e12 (patch)
treeaac7216cd18430a7539f216c545630a9e2d4ae49 /src/config
parenta78c26198e747d4de887e1f582d29f14fb59391b (diff)
downloadchawan-18273ea45d45558641a1020932b141ed0d165e12.tar.gz
Clean up client request methods, add DUPE_BUFFER
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.nim b/src/config/config.nim
index b35b03f5..9151628f 100644
--- a/src/config/config.nim
+++ b/src/config/config.nim
@@ -21,7 +21,7 @@ type
     ACTION_HALF_PAGE_DOWN, ACTION_HALF_PAGE_UP,
     ACTION_SCROLL_DOWN, ACTION_SCROLL_UP, ACTION_SCROLL_LEFT, ACTION_SCROLL_RIGHT,
     ACTION_CLICK,
-    ACTION_CHANGE_LOCATION,
+    ACTION_CHANGE_LOCATION, ACTION_DUPE_BUFFER,
     ACTION_PREV_BUFFER, ACTION_NEXT_BUFFER, ACTION_DISCARD_BUFFER,
     ACTION_RELOAD, ACTION_RESHAPE, ACTION_REDRAW, ACTION_TOGGLE_SOURCE,
     ACTION_CURSOR_FIRST_LINE, ACTION_CURSOR_LAST_LINE,