Searched defs:vi_data (Results 1 – 1 of 1) sorted by relevance
1015 struct vi_data { struct1016 int cur_col;1017 int cur_row;1018 int scr_row;1019 int drawn_row;1020 int drawn_col;1021 unsigned screen_height;1022 unsigned screen_width;1023 int vi_mode;1024 int count0;[all …]