Lines Matching refs:chars
1343 chars = text.get("insert linestart", "insert")
1344 if chars == '':
1351 if chars[-1] not in " \t":
1358 have = len(chars.expandtabs(tabwidth))
1364 chars = chars[:-1]
1366 have = len(chars.expandtabs(tabwidth))
1367 if have <= want or chars[-1] not in " \t":
1448 text.delete("insert - %d chars" % i, "insert")
1602 """Return a line's indentation as (# chars, effective # of spaces).