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

committed by
Thiago de Arruda

parent
096eadbcbb
commit
a848fad656
@@ -182,16 +182,6 @@ void mch_init()
|
||||
event_init();
|
||||
}
|
||||
|
||||
/*
|
||||
* Check_win checks whether we have an interactive stdout.
|
||||
*/
|
||||
int mch_check_win(int argc, char **argv)
|
||||
{
|
||||
if (isatty(1))
|
||||
return OK;
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
/*
|
||||
* Return TRUE if the input comes from a terminal, FALSE otherwise.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user