random lockscreen message, remove rand dep for audio player, add version to about window, add o/O to malvim, add circles to draw, bug fixes, minor byte savings for font .alpha format
This commit is contained in:
stjet
2025-08-18 17:27:16 +00:00
parent 2c4455f623
commit 08c2358bdc
20 changed files with 135 additions and 70 deletions

View File

@@ -6,9 +6,10 @@ Arrow keys or hjkl. `i` to enter input mode. Use the enter key to finish a line
## Input Commands
- `line`: Start line with current point as start. Move and hit enter to determine line endpoint
- `rect`: Start rect with current point as a corner. Move and hit enter to determine the opposite corner
- `color/c/colour [lowercase 6 char hex string]`: Set current colour
- `line/l`: Start line with current point as start. Move and hit enter to determine line endpoint
- `rect/r`: Start rect with current point as a corner. Move and hit enter to determine the opposite corner
- `circle/c`: Start circle with current point as centre. Move and hit enter to determine radius
- `color/co/colour [lowercase 6 char hex string]`: Set current colour
- `linewidth/lw [int]`: Set current line width
- `undo`: Undo last draw
- `clear`: Clear all drawings