Originally posted by **Timoyoungster** August 15, 2024
> I am missing the :red_heart: emoji when trying to send it from nchat, but if I send it from my phone it gets shown without problems.
This issue is to track the implementation of adding an option providing an unrestricted list of emojis in the emoji list dialog. By default nchat will still behave as before (providing a restricted list of emojis which are known to render well in most terminal emulators), but users will be able to set a flag emoji_list_all in app.conf to see all emojis listed. This may be useful if using textized emoji mode (ctrl-y), i.e. :red_heart: etc, or if perhaps using a system which happen to render all emojis well.
Discussed in https://github.com/d99kris/nchat/discussions/279
This issue is to track the implementation of adding an option providing an unrestricted list of emojis in the emoji list dialog. By default nchat will still behave as before (providing a restricted list of emojis which are known to render well in most terminal emulators), but users will be able to set a flag
emoji_list_all
inapp.conf
to see all emojis listed. This may be useful if using textized emoji mode (ctrl-y
), i.e.:red_heart:
etc, or if perhaps using a system which happen to render all emojis well.