mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
build(deps): vendor libvterm at v0.3.3
Problem: Adding support for modern Nvim features (reflow, OSC 8, full utf8/emoji support) requires coupling libvterm to Nvim internals (e.g., utf8proc). Solution: Vendor libvterm at v0.3.3.
This commit is contained in:
@@ -40,8 +40,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <vterm.h>
|
||||
#include <vterm_keycodes.h>
|
||||
|
||||
#include "klib/kvec.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
@@ -94,6 +92,8 @@
|
||||
#include "nvim/ui.h"
|
||||
#include "nvim/vim_defs.h"
|
||||
#include "nvim/window.h"
|
||||
#include "vterm/vterm.h"
|
||||
#include "vterm/vterm_keycodes.h"
|
||||
|
||||
typedef struct {
|
||||
VimState state;
|
||||
|
Reference in New Issue
Block a user