{only with the +quickfix feature}
quickfix 1 if quickfix or location list window
{only with the +quickfix feature}
+ terminal 1 if a terminal window
+ {only with the +terminal feature}
tabnr tab page number
variables a reference to the dictionary with
window-local variables
dict_add_nr_str(dict, "width", wp->w_width, NULL);
dict_add_nr_str(dict, "bufnr", wp->w_buffer->b_fnum, NULL);
+#ifdef FEAT_TERMINAL
+ dict_add_nr_str(dict, "terminal", bt_terminal(wp->w_buffer), NULL);
+#endif
#ifdef FEAT_QUICKFIX
dict_add_nr_str(dict, "quickfix", bt_quickfix(wp->w_buffer), NULL);
dict_add_nr_str(dict, "loclist",