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