mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-07 07:19:56 +03:00
Add more unicode alternatives
This commit is contained in:
parent
79cbeb9e30
commit
004700ad57
@ -241,8 +241,8 @@ Unfortunately, I haven't run into any significant roadblocks, so I'm apparently
|
|||||||
|
|
||||||
These are the symbols I've found so far:
|
These are the symbols I've found so far:
|
||||||
|
|
||||||
- Free-Form Select: ✂️📐🆓🕸✨⚝🫥🇫/🇸◌⁛⁘ ⢼⠮
|
- Free-Form Select: ✂️📐🆓🕸✨⚝⛤⛥⛦⛧🫥🇫/🇸◌⁛⁘ ⢼⠮
|
||||||
- Select: ⬚▧🔲 ⣏⣹
|
- Select: ⬚▧🔲 ⣏⣹ ⛶
|
||||||
- Eraser/Color Eraser: 🧼🧽🧹🚫👋🗑️▰▱
|
- Eraser/Color Eraser: 🧼🧽🧹🚫👋🗑️▰▱
|
||||||
- Fill With Color: 🌊💦💧🌈🎉🎊🪣🫗
|
- Fill With Color: 🌊💦💧🌈🎉🎊🪣🫗
|
||||||
- Pick Color: 🎨💉💅💧📌📍⤤𝀃🝯🍶
|
- Pick Color: 🎨💉💅💧📌📍⤤𝀃🝯🍶
|
||||||
@ -262,7 +262,7 @@ The default symbols used may not be the best on your particular system, so I may
|
|||||||
|
|
||||||
### Cursor
|
### Cursor
|
||||||
|
|
||||||
A crosshair cursor could use one of `+✜✛✚╋╬`, but whilst that imitates the look, it might be better to show the pixel under the cursor, i.e. character cell, surrounded by dashes, like this:
|
A crosshair cursor could use one of `+✜✛✚╋╬⁘⁛⌖⯐`, but whilst that imitates the look, it might be better to show the pixel under the cursor, i.e. character cell, surrounded by dashes, like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
╻
|
╻
|
||||||
|
@ -305,8 +305,8 @@ class Tool(Enum):
|
|||||||
def get_icon(self) -> str:
|
def get_icon(self) -> str:
|
||||||
"""Get the icon for this tool."""
|
"""Get the icon for this tool."""
|
||||||
# Alternatives considered:
|
# Alternatives considered:
|
||||||
# - Free-Form Select: ✂️📐🆓🕸✨⚝🫥🇫/🇸◌⁛⁘ ⢼⠮
|
# - Free-Form Select: ✂️📐🆓🕸✨⚝⛤⛥⛦⛧🫥🇫/🇸◌⁛⁘ ⢼⠮
|
||||||
# - Select: ⬚▧🔲 ⣏⣹
|
# - Select: ⬚▧🔲 ⣏⣹ ⛶
|
||||||
# - Eraser/Color Eraser: 🧼🧽🧹🚫👋🗑️▰▱
|
# - Eraser/Color Eraser: 🧼🧽🧹🚫👋🗑️▰▱
|
||||||
# - Fill With Color: 🌊💦💧🌈🎉🎊🪣🫗
|
# - Fill With Color: 🌊💦💧🌈🎉🎊🪣🫗
|
||||||
# - Pick Color: 🎨💉💅💧📌📍⤤𝀃🝯🍶
|
# - Pick Color: 🎨💉💅💧📌📍⤤𝀃🝯🍶
|
||||||
|
Loading…
Reference in New Issue
Block a user