v0.1.0 - Mouse Support Demo
Pre-release
Pre-release
Mouse Support Demo
This is the first version of ASCII-mate. While I'm striving for this to become a fully fledged TUI editor for drawing and animating ASCII art in the terminal, this is the very first iteration of what I would describe as a tech demo for mouse support in the terminal.
An X
character will follow your mouse as you hover it across the terminal. Clicking places O
s into the terminal, which acts as a canvas.
Limitations and known bugs
- Canvas loses content when resizing the terminal #5
What's Changed
- Add PR validation as GitHub Action workflow by @InDieTasten in #7
- Remove unnecessary diagnostic markers by @InDieTasten in #8
- Remove planned features list from README.md by @InDieTasten in #28
- Extract stty calls into separate module by @InDieTasten in #30
New Contributors
- @InDieTasten made their first contribution in #7
Full Changelog: https://github.com/InDieTasten/ASCII-mate/commits/v0.1.0