neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

os_win_console.h (149B)


      1 #pragma once
      2 
      3 #include "os/os_win_console.h.generated.h"
      4 
      5 #ifndef ENABLE_VIRTUAL_TERMINAL_INPUT
      6 # define ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200
      7 #endif