1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 07:50:35 +03:00
moar/twin
Johan Walles cc6819efd0 Display Private Use Unicode characters
Before this change, we rendered those as highlighted question marks.

With this change in place, we just send them to the screen for
displaying.

The reason is that Font Awesome uses these for symbols, this one for
example: https://fontawesome.com/v4/icon/battery-empty

More reading: https://en.wikipedia.org/wiki/Private_Use_Areas
2023-02-28 19:28:37 +01:00
..
cell_test.go Bump testing library to latest version 2022-09-25 09:06:46 +02:00
cell.go Display Private Use Unicode characters 2023-02-28 19:28:37 +01:00
colors.go Write tcell replacement 2021-04-17 22:24:40 +02:00
events.go Write tcell replacement 2021-04-17 22:24:40 +02:00
fake-screen.go Fix feature envy 2022-02-18 19:27:10 +01:00
keys.go Write tcell replacement 2021-04-17 22:24:40 +02:00
screen_test.go Additional corner case test 2023-01-11 11:08:38 +01:00
screen-setup-windows.go Add a Windows executable to the release 2021-09-10 06:50:44 +02:00
screen-setup.go Add a Windows executable to the release 2021-09-10 06:50:44 +02:00
screen.go Display Private Use Unicode characters 2023-02-28 19:28:37 +01:00
styles.go Simplify StyleDefault definition 2021-05-11 08:14:15 -05:00