mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 12:50:51 +00:00
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`
19 lines
353 B
Diff
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
|
|
{
|