work copy

This commit is contained in:
2025-09-11 14:16:38 +03:00
parent b62640e39b
commit 414907a929
8 changed files with 88146 additions and 664 deletions

View File

@@ -22,6 +22,9 @@ def border_bottom(sh, cell):
def border_top(sh, cell):
return border(sh, cell).top_line_style
def has_no_bottom_border(sh, coord):
return border_bottom(sh, coord) == 0 and border_top(sh, coord.shift(down=1)) == 0
def parse_all_dirt(sh, min_pos, right, down):
RET = set()