neovim

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

pty_proc.h (111B)


      1 #pragma once
      2 
      3 #ifdef MSWIN
      4 # include "nvim/os/pty_proc_win.h"
      5 #else
      6 # include "nvim/os/pty_proc_unix.h"
      7 #endif