Searched refs:anchorColumn (Results 1 – 1 of 1) sorted by relevance
421 val anchorColumn = depth * 4 in append() constant423 while (i >= 0 && lines[i].getOrNull(anchorColumn) == nbsp) lines[i--][anchorColumn] = '│' in append()424 if (i >= 0 && lines[i].getOrNull(anchorColumn) == '└') lines[i][anchorColumn] = '├' in append()