mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
Some time ago I tried adding Unicode rendering to the teken demo application, but I didn't get it working. It seems I forgot to call setlocale(). Polish this code and make sure it doesn't get lost. Also a small fix for my previous commit: all Unicode characters in teken_boxdrawing are below 0x10000, so store them as 16-bit values. |
||
|---|---|---|
| .. | ||
| gensequences | ||
| Makefile | ||
| sequences | ||
| teken.c | ||
| teken.h | ||
| teken_demo.c | ||
| teken_scs.h | ||
| teken_stress.c | ||
| teken_subr.h | ||
| teken_subr_compat.h | ||
| teken_wcwidth.h | ||