genode/repos/os/include/util
Emery Hemingway 22327b43ae Refactor terminal for intrinsic Unicode support
Refactor the graphical terminal server to internally represent
characters as 16-bit codepoints and handle the duplex terminal stream as
UTF-8.

- Make the Codepoint class printable to the Output interface
- Decode data received at the Terminal session from UTF-8 to a 16-bit
  character
- Pass 16-bit characters through terminal decoder and char-cell arrays
- Send Unicode through terminal session in a burst of UTF-8 bytes

Fix #3148
2019-02-19 11:08:17 +01:00
..
bezier.h Move gems/bezier.h to util/bezier.h (in repos/os) 2017-11-09 12:18:43 +01:00
color.h os: add Color::print, enhance ascii_to<Color> 2017-11-30 11:23:14 +01:00
dirty_rect.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dither_matrix.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
endian.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
geometry.h os: support non-int coordinates in 'Point<>' 2018-03-27 13:43:09 +02:00
utf8.h Refactor terminal for intrinsic Unicode support 2019-02-19 11:08:17 +01:00