mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.0.0821: cannot get the title and status of a terminal window
Problem: Cannot get the title and status of a terminal window. Solution: Implement term_gettitle() and term_getstatus().
This commit is contained in:
@@ -836,6 +836,8 @@ static struct fst
|
||||
{"term_getjob", 1, 1, f_term_getjob},
|
||||
{"term_getline", 1, 2, f_term_getline},
|
||||
{"term_getsize", 1, 1, f_term_getsize},
|
||||
{"term_getstatus", 1, 1, f_term_getstatus},
|
||||
{"term_gettitle", 1, 1, f_term_gettitle},
|
||||
{"term_list", 0, 0, f_term_list},
|
||||
{"term_scrape", 1, 2, f_term_scrape},
|
||||
{"term_sendkeys", 2, 2, f_term_sendkeys},
|
||||
|
Reference in New Issue
Block a user