aboutsummaryrefslogtreecommitdiff
path: root/app.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-23 05:01:14 -0400
committerhistoria <[not public]>2026-06-23 05:01:14 -0400
commit5426dbbba8383eb973c61209bfc5504e06d34577 (patch)
tree5cb8460814ada6a9dbfaf110e85759320cebf413 /app.go
parent2930f2e37ba94909ea8b72252252d25c8de88597 (diff)
downloadtui-ascii-mapper-5426dbbba8383eb973c61209bfc5504e06d34577.tar.gz
feat: better default characters
Diffstat (limited to 'app.go')
-rw-r--r--app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.go b/app.go
index f5a6343..174f8a2 100644
--- a/app.go
+++ b/app.go
@@ -1480,7 +1480,7 @@ func (m *AppModel) handleSidebarClick(x, y int) {
func (m *AppModel) addSymbol() {
p := m.curPalette()
- if len(p) >= 10 {
+ if len(p) >= 100 {
return
}
m.dirty = true