Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: Looper on November 12, 2019, 07:18:37 AM
-
I need to interpret utf8 in terminal local on corepure 10.1
I use getlocale and doesn't work for me
Please explain for me ; how can use ( configure ) urxvt or aka ,... in tiny core ?
-
Hi, Looper!
Probably you need utf-compatible fixed font. I use Terminus fonts, and like them very much. Install terminus-fonts extension.
-
Tanks for replaying
Just install ? Or need configuration ?
Please explain step by step , sorry I'm low experience
-
Hi Looper
If you go here:
http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod#RESOURCES
It tells you where urxvt looks for configuration information. If you scroll down to where it says font: fontlist , It provides
an explanation.
This shows ho to select fonts when starting urxvt:
http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod#How_does_rxvt_unicode_choose_fonts
-
I can't find config file urxvt
Where is that ?
-
urxvt can read its settings from ~/.Xdefaults
For example, my ~/.Xdefaults is
tc@box:~$ cat ~/.Xdefaults
Aterm*scrollBar: false
Aterm*transparent: false
Aterm*title: Terminal
Aterm*foreground: black
Aterm*background: aquamarine
Aterm*font: Terminus-bold-20
Aterm*cursorColor: green
Aterm*fading: 70
Aterm*shading: 50
Aterm*color12: DodgerBlue1
Aterm*saveLines: 1000
fltk*scheme: gtk+
Xft.dpi: 96.0
urxvt*background: aquamarine
urxvt*foreground: black
urxvt*font: Terminus-bold-20
urxvt*scrollBar: false
Assigning colors you can use ones found in /usr/local/share/X11/rgb.txt
-
Tanks my friend
Now echo -e '\xe2'
return square