textual-paint/src/textual_paint
Isaiah Odhner 1cdf570955 Handle minimum height at end so it no longer needs one row initially
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.
2023-05-09 23:56:26 -04:00
..
localization Move package files to folder src/textual_paint/ 2023-04-29 12:59:16 -04:00
__init__.py Add metadata 2023-04-30 21:37:39 -04:00
edit_colors.py Move package files to folder src/textual_paint/ 2023-04-29 12:59:16 -04:00
enhanced_directory_tree.py Hide dotfiles, dotfolders, and backup files in file dialogs 2023-05-07 21:56:50 -04:00
file_dialogs.py DRY handle_button code between Open / Save As 2023-05-07 13:37:27 -04:00
generate_font_template.py Generate font template for a meta-character font 2023-05-09 16:39:42 -04:00
generate_gradient_test.py Add type annotations for this silly test script 2023-05-09 02:04:53 -04:00
menus.py Maybe don't repaint 2023-05-04 16:17:34 -04:00
paint.css Fix scrolling in editing area, broken when updating Textual 2023-05-09 19:35:30 -04:00
paint.py Handle minimum height at end so it no longer needs one row initially 2023-05-09 23:56:26 -04:00
terminal-wallpaper.sh Add synonyms for wallpaper modes 2023-04-30 15:54:22 -04:00
wallpaper.py Add ignore comment for error Pylance gives even though pyright doesn't 2023-05-01 17:13:05 -04:00
windows.py Rename parameter that does not have to be a widget 2023-05-07 13:09:34 -04:00