mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-26 11:43:33 +00:00
Added unicode emoji support global
This commit is contained in:
@ -4,6 +4,8 @@ import (
|
||||
"strconv"
|
||||
)
|
||||
|
||||
var UNICODE_EMOJI_SUPPORT bool = false
|
||||
|
||||
type emojiData struct {
|
||||
Name string
|
||||
Description string
|
||||
|
||||
Reference in New Issue
Block a user