Just some potential quality-of-life improvements. #69
Replies: 4 comments 7 replies
-
That is strange. You should be able to just move the keyboard (not mouse) cursor, with the keyboard, over the character, and then use alt-y or esc-y to pick up the color. It works in any mouse tool mode, including Move. It does not, however, work when the animation is playing. |
Beta Was this translation helpful? Give feedback.
-
:) That is awesome to hear. Thank you.
I agree. I have some ideas for how to fix this. It's just going to take some programming. |
Beta Was this translation helpful? Give feedback.
-
Interesting. I've seen this. I think it's one of those things that happens in some terminals, and not others (like my daily driver). I didn't know it happens when a character has been cleared. Cleared like with backspace? Or the space bar? I'm not seeing it in Gnome-Terminal or xfce4-terminal (ubuntu) over here. Is this reproducable? Edit: I think the cursor turns blue for me instead of disappearing. |
Beta Was this translation helpful? Give feedback.
-
For A) Yes, I want to do this. I haven't decided on a format, but will probably just go with JSON. Custom character sets will also let us make a set containing only Code Page 437 compatible characters, so people can ensure compatibility when editing classic ANSI art. This can be done for other sets/code pages/vintage platforms, as well, as long as they can map nicely to a Unicode point. B) Better searching and Favorite Sets are what I had in mind. Hotkeys for sets are a really interesting idea. C) I also want to be able to edit sets through the TUI with the mouse and/or keyboard. I think it would be cool to go into a mode where you can just click on the F1# you want to change, and have a "blob" of characters from a given set for selecting the character. Some GUI ANSI editors can do this. The challenge, as you mentioned, is navigating the enormous amount of Unicode groups and characters, on top of this. This will also require some significant work writing TUI ncurses code. Which s fine, but, you know. Time. :) |
Beta Was this translation helpful? Give feedback.
-
I really like Durdraw. More than the other text art editors I have tried, even. Once I understood all the different settings and got used to the keybindings, I found it very intuitive, and I never even reach for the mouse or have to menu dive (with a couple of exceptions that I will get to). But! The following ideas have crossed my mind:
I've been having a lot of fun with this software! These are just some idle backseat dev musings.
Beta Was this translation helpful? Give feedback.
All reactions