Searched refs:utf8 (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libvterm/src/
H A Dvterm_internal.h117 int utf8:1; member in struct:VTerm::__anon676
H A Dparser.c302 if(c == 0x07 || (c == 0x9c && !vt->mode.utf8)) {
309 if(c >= 0x80 && c < 0xa0 && !vt->mode.utf8) {
H A Dstate.c8 #include "utf8.h"
162 state->vt->mode.utf8 ? &state->encoding_utf8 :
389 char utf8[18]; size_t len = 0; local
394 len += fill_utf8((code | modifiers) + 0x20, utf8 + len);
395 len += fill_utf8(col + 0x21, utf8 + len);
396 len += fill_utf8(row + 0x21, utf8 + len);
398 vterm_push_output_sprintf_ctrl(state->vt, C1_CSI, "M%s", utf8);
1475 VTermEncoding *default_enc = state->vt->mode.utf8 ?
H A Dvterm.c108 vt->mode.utf8 = is_utf8;
H A Dscreen.c7 #include "utf8.h"
598 static size_t _get_chars(VTermScreen *screen, const int utf8, void *buffer, size_t len, const VTermRect rect) argument
604 if(utf8) { \
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dvterm_internal.h117 int utf8:1; member in struct:VTerm::__anon778
H A Dparser.c302 if(c == 0x07 || (c == 0x9c && !vt->mode.utf8)) {
309 if(c >= 0x80 && c < 0xa0 && !vt->mode.utf8) {
H A Dstate.c8 #include "utf8.h"
162 state->vt->mode.utf8 ? &state->encoding_utf8 :
389 char utf8[18]; size_t len = 0; local
394 len += fill_utf8((code | modifiers) + 0x20, utf8 + len);
395 len += fill_utf8(col + 0x21, utf8 + len);
396 len += fill_utf8(row + 0x21, utf8 + len);
398 vterm_push_output_sprintf_ctrl(state->vt, C1_CSI, "M%s", utf8);
1475 VTermEncoding *default_enc = state->vt->mode.utf8 ?
H A Dvterm.c108 vt->mode.utf8 = is_utf8;
H A Dscreen.c7 #include "utf8.h"
598 static size_t _get_chars(VTermScreen *screen, const int utf8, void *buffer, size_t len, const VTermRect rect) argument
604 if(utf8) { \

Completed in 108 milliseconds