mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00
Merge #12155 ':ls filter by terminal, lastused'
This commit is contained in:
@@ -650,6 +650,11 @@ Buffer terminal_buf(const Terminal *term)
|
||||
return term->buf_handle;
|
||||
}
|
||||
|
||||
bool terminal_running(const Terminal *term)
|
||||
{
|
||||
return !term->closed;
|
||||
}
|
||||
|
||||
// }}}
|
||||
// libvterm callbacks {{{
|
||||
|
||||
|
Reference in New Issue
Block a user