termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
31.27k stars 3.32k forks source link

[Bug]: the arrow buttons look strange #3878

Closed Fe1raVed closed 2 months ago

Fe1raVed commented 2 months ago

Problem description

Screenshot_20240307-204258

Steps to reproduce the behavior.

I've tried changing the default Android font but it still doesn't work

What is the expected behavior?

No response

System information

sylirre commented 2 months ago

Edit ~/.termux/termux.properties and change setting extra-keys-style to none.

Termux use system font to render text on the buttons. Unfortunately not all devices have font with all necessary characters and users see weird symbols instead.

Fe1raVed commented 2 months ago

This work,thanks 👍