Home | History | Annotate | Download | only in jline

Lines Matching defs:TAB_WIDTH

28     final static int TAB_WIDTH = 4;
1335 char cbuf[] = new char[TAB_WIDTH];
1352 len += TAB_WIDTH;
1366 Arrays.fill(cbuf, pos, pos + TAB_WIDTH, ' ');
1367 pos += TAB_WIDTH;
1572 len += TAB_WIDTH;