mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Removed mch_input_isatty
This commit is contained in:

committed by
Thiago de Arruda

parent
a848fad656
commit
aea2e2cb12
@@ -182,16 +182,6 @@ void mch_init()
|
||||
event_init();
|
||||
}
|
||||
|
||||
/*
|
||||
* Return TRUE if the input comes from a terminal, FALSE otherwise.
|
||||
*/
|
||||
int mch_input_isatty()
|
||||
{
|
||||
if (isatty(read_cmd_fd))
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static int get_x11_title(int test_only)
|
||||
{
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user