comparison src/evalfunc.c @ 11882:69e7379f46db v8.0.0821

patch 8.0.0821: cannot get the title and status of a terminal window commit https://github.com/vim/vim/commit/b000e328efcf859d14454ffd241d44f6d14f300b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 19:38:21 2017 +0200 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().
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 19:45:03 +0200
parents 3704ca24c9a2
children d033653d3df8
comparison
equal deleted inserted replaced
11881:660b536de628 11882:69e7379f46db
834 {"term_getattr", 2, 2, f_term_getattr}, 834 {"term_getattr", 2, 2, f_term_getattr},
835 {"term_getcursor", 1, 1, f_term_getcursor}, 835 {"term_getcursor", 1, 1, f_term_getcursor},
836 {"term_getjob", 1, 1, f_term_getjob}, 836 {"term_getjob", 1, 1, f_term_getjob},
837 {"term_getline", 1, 2, f_term_getline}, 837 {"term_getline", 1, 2, f_term_getline},
838 {"term_getsize", 1, 1, f_term_getsize}, 838 {"term_getsize", 1, 1, f_term_getsize},
839 {"term_getstatus", 1, 1, f_term_getstatus},
840 {"term_gettitle", 1, 1, f_term_gettitle},
839 {"term_list", 0, 0, f_term_list}, 841 {"term_list", 0, 0, f_term_list},
840 {"term_scrape", 1, 2, f_term_scrape}, 842 {"term_scrape", 1, 2, f_term_scrape},
841 {"term_sendkeys", 2, 2, f_term_sendkeys}, 843 {"term_sendkeys", 2, 2, f_term_sendkeys},
842 {"term_start", 1, 2, f_term_start}, 844 {"term_start", 1, 2, f_term_start},
843 {"term_wait", 1, 1, f_term_wait}, 845 {"term_wait", 1, 1, f_term_wait},