Files
neovim/src/nvim/vterm/mouse.h
dundargoc d8bc08db7f refactor: adopt vterm
We have changed too much to consider it a mere bundled dependency (such
as unicode handling in e3bfcf2fd4), and
can consider it our own at this point.
2025-01-07 12:35:24 +01:00

11 lines
198 B
C

#pragma once
#include <stddef.h>
#include "nvim/vterm/vterm_defs.h"
#include "nvim/vterm/vterm_keycodes_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "vterm/mouse.h.generated.h"
#endif