mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
feat(tui): run TUI as external process
This commit is contained in:
@@ -850,6 +850,14 @@ EXTERN linenr_T printer_page_num;
|
||||
EXTERN bool typebuf_was_filled INIT(= false); // received text from client
|
||||
// or from feedkeys()
|
||||
|
||||
EXTERN bool is_remote_client INIT(= false); // Initially the TUI is not
|
||||
// a remote client
|
||||
|
||||
EXTERN bool TUI_process INIT(= false); // This is the TUI process
|
||||
|
||||
|
||||
EXTERN long server_process_exit_status INIT(= false); // Used by TUI process
|
||||
|
||||
#ifdef BACKSLASH_IN_FILENAME
|
||||
EXTERN char psepc INIT(= '\\'); // normal path separator character
|
||||
EXTERN char psepcN INIT(= '/'); // abnormal path separator character
|
||||
|
Reference in New Issue
Block a user