Home | History | Annotate | Download | only in gui

Lines Matching refs:col

69         col = self.col
72 col = self.col
73 if col == 0:
75 col = self.indent_col
78 if col + len(word) >= maxcol:
80 col = self.indent_col
83 col = col + 1
85 col = col + len(word)
87 self.col = col