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