maaslalani / draw

Draw in your terminal
MIT License
466 stars 18 forks source link

Alt+0-9 Doesn't Insert the Number #14

Closed HelionSmoker closed 1 year ago

HelionSmoker commented 1 year ago

Describe the bug As per the documentation, Alt+[0-9] is supposed to allow us to draw with the selected number. However, when applying that combination, it seems to draw a literal Alt+[0-9] on the canvas. This also applies to insert mode.

To Reproduce Steps to reproduce the behavior:

  1. Open a blank canvas
  2. Press Alt+[0-9]
  3. Try to draw something
  4. See error

Expected behavior When pressing Alt+[0-9], I expect it to allow me to draw with the number. The same thing applies to insert mode. Right now, I can't insert a number!

Screenshots image

Desktop (please complete the following information):

Additional context N/A

HelionSmoker commented 1 year ago

Turns out, the release is outdated and doesn't feature the newest changes. After compiling from source code, I got it to work!

maaslalani commented 1 year ago

Hey @HelionSmoker, thanks for using draw and creating this issue! Glad you were able to resolve it ❤️

HelionSmoker commented 1 year ago

Hey @HelionSmoker, thanks for using draw and creating this issue! Glad you were able to resolve it heart

I'd love to see an update on the Release page soon, so that new users don't have to deal with this, but maybe you're waiting on some other features before making a new release?