Searched refs:font (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dxwindowp.h59 XFontStruct *font; member in struct:__anon730
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dxwindowp.h59 XFontStruct *font; member in struct:__anon52
/seL4-refos-master/libs/libvterm/src/
H A Dpen.c140 state->pen.font = 0; setpenattr_int( state, VTERM_ATTR_FONT, 0);
161 setpenattr_int( state, VTERM_ATTR_FONT, state->pen.font);
230 case 15: case 16: case 17: case 18: case 19: // Select font
231 state->pen.font = CSI_ARG(args[argi]) - 10;
232 setpenattr_int(state, VTERM_ATTR_FONT, state->pen.font);
361 val->number = state->pen.font;
H A Dvterm_internal.h27 unsigned int font:4; /* To store 0-9 */ member in struct:VTermPen
H A Dscreen.c24 unsigned int font : 4; /* 0 to 9 */ member in struct:__anon669
432 screen->pen.font = val->number;
677 cell->attrs.font = intcell->pen.font;
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dpen.c140 state->pen.font = 0; setpenattr_int( state, VTERM_ATTR_FONT, 0);
161 setpenattr_int( state, VTERM_ATTR_FONT, state->pen.font);
230 case 15: case 16: case 17: case 18: case 19: // Select font
231 state->pen.font = CSI_ARG(args[argi]) - 10;
232 setpenattr_int(state, VTERM_ATTR_FONT, state->pen.font);
361 val->number = state->pen.font;
H A Dvterm_internal.h27 unsigned int font:4; /* To store 0-9 */ member in struct:VTermPen
H A Dscreen.c24 unsigned int font : 4; /* 0 to 9 */ member in struct:__anon771
432 screen->pen.font = val->number;
677 cell->attrs.font = intcell->pen.font;
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h219 unsigned int font : 4; /* 0 to 9 */ member in struct:__anon662::__anon663
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h219 unsigned int font : 4; /* 0 to 9 */ member in struct:__anon764::__anon765
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex706 % (Only specified here to parallel Guidebook.mn; use of \tt font implicity
2083 in the current font to be used in displaying each entry.
2682 \item[\ib{font\_map}]
2683 NetHack should use a font by the chosen name for the map window.
2685 \item[\ib{font\_menu}]
2686 NetHack should use a font by the chosen name for menu windows.
2688 \item[\ib{font\_message}]
2689 NetHack should use a font by the chosen name for the message window.
2691 \item[\ib{font\_status}]
2692 NetHack should use a font b
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex706 % (Only specified here to parallel Guidebook.mn; use of \tt font implicity
2083 in the current font to be used in displaying each entry.
2682 \item[\ib{font\_map}]
2683 NetHack should use a font by the chosen name for the map window.
2685 \item[\ib{font\_menu}]
2686 NetHack should use a font by the chosen name for menu windows.
2688 \item[\ib{font\_message}]
2689 NetHack should use a font by the chosen name for the message window.
2691 \item[\ib{font\_status}]
2692 NetHack should use a font b
[all...]

Completed in 69 milliseconds