@@ -446,6 +446,11 @@ int termkey_stop(TermKey *tk)
return1;
}
inttermkey_is_started(TermKey*tk)
{
returntk->is_started;
}
inttermkey_get_fd(TermKey*tk)
{
returntk->fd;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.