On 2019-04-02, [email protected] <[email protected]> wrote: > Hello > > Coming from Linux I do like OpenBSD's minimalism, but there are a few small > UX things I do miss: > > Will the console ever be supporting UTF8 ? > US-ASCII makes math symbols a lot more cryptic ! Also causes some chaos when > copying and pasting, with tmux, any text with undisplayable chars, into an > editor. > > Also noticed that colors stop working when a CLI/TUI program that uses colors > is run within tmux - any good fix ?
I have this in .tmux.conf set -g default-terminal tmux-256color but I think you can use any colour variant of tmux/screen. > Was originally also trying to change the font & font size, but after a few > hours > messing with wsloadfont all I could get was a Missingno-style (Pokemon > reference) font. Grown to accept Spleen, though it makes OpenBSD less unique > alongside Terminus on FreeBSD and Linux, compared to Gallant. But a few > different sizes built into the kernel wouldn't go a miss - my computer shows > only 12x24 available. > Any tested-and-working recommendations ? You can load other fonts at runtime, but for the usual x86 video adapters they currently need to be the same size as the one chosen by rasops. See the pkg-readme for terminus-font in -current for more details. > Admittedly I am not interested in any GUI answers, sorry. Depending on what you consider a GUI, you could run X11 with just a maximised terminal (no window manager) and then remove the .Xauthority file if you want to prevent running other X applications.

