Searched defs:block_def (Results 1 – 1 of 1) sorted by relevance
4334 struct block_def struct4336 int startspaces; // 'extra' cols before first char4337 int endspaces; // 'extra' cols after last char4338 int textlen; // chars in block4340 colnr_T textcol; // index of chars (partially) in block4342 colnr_T end_vcol; // start col of 1st char wholly after block4343 int is_short; // TRUE if line is too short to fit in block4344 int is_MAX; // TRUE if curswant==MAXCOL when starting4345 int is_oneChar; // TRUE if block within one character4346 int pre_whitesp; // screen cols of ws before block[all …]