Files
termux-packages/packages/kakoune/key-struct.patch
termux-pacman-bot 05ed427979 alternatives(editor): standardize weights
New weight groupings are:
- 50: `nano` (default)
- 40: `vim`/`vim-gtk`, `neovim`, `emacs`/`emacs-x`
- 35: `kakoune`, `micro`, (`helix` pending #25366)
- 25: `mg`, `ne`, `orbiton`
- 10: `kibi`, `joe`, `jupp`, busybox `vi`
2025-08-31 22:37:08 +00:00

19 lines
353 B
Diff

--- a/src/user_interface.hh
+++ b/src/user_interface.hh
@@ -3,6 +3,7 @@
#include "array_view.hh"
#include "hash_map.hh"
+#include "keys.hh"
#include <functional>
@@ -15,7 +16,6 @@ class DisplayLine;
using DisplayLineList = Vector<DisplayLine, MemoryDomain::Display>;
struct DisplayCoord;
struct Face;
-struct Key;
enum class MenuStyle
{