mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 05:41:54 +03:00
1cdf570955
Regarding "Initial document is zero wide to avoid an extraneous character at (0,0)", this is not necessary anymore since I (recently) changed it to set, rather than append, values. Regarding "...but needs one row to avoid IndexError", this commit removes that constraint. It could now be initialized with size (1, 1) or (0, 0) or even (1, 0) I suppose, although that's not really a contender. |
||
---|---|---|
.. | ||
localization | ||
__init__.py | ||
edit_colors.py | ||
enhanced_directory_tree.py | ||
file_dialogs.py | ||
generate_font_template.py | ||
generate_gradient_test.py | ||
menus.py | ||
paint.css | ||
paint.py | ||
terminal-wallpaper.sh | ||
wallpaper.py | ||
windows.py |