diff options
| author | historia <[not public]> | 2026-06-23 05:01:14 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-23 05:01:14 -0400 |
| commit | 5426dbbba8383eb973c61209bfc5504e06d34577 (patch) | |
| tree | 5cb8460814ada6a9dbfaf110e85759320cebf413 /app.go | |
| parent | 2930f2e37ba94909ea8b72252252d25c8de88597 (diff) | |
| download | tui-ascii-mapper-5426dbbba8383eb973c61209bfc5504e06d34577.tar.gz | |
feat: better default characters
Diffstat (limited to 'app.go')
| -rw-r--r-- | app.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
