Home
last modified time | relevance | path

Searched refs:cursor_string (Results 1 – 11 of 11) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dcli.cpp226 …const auto cursor_string = (m_insert_type == CLI_insert_type::insert ? CLI_INS_CURSOR : CLI_OVR_CU… in draw() local
227 …st auto &&[cursor_width, cursor_height] = gr_get_string_size(*grd_curcanv->cv_font, cursor_string); in draw()
303 …gr_string(*grd_curcanv, *grd_curcanv->cv_font, cx, cy, cursor_string, cursor_width, cursor_height); in draw()
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dgadgets.c125 char cursor_string[3]; in DrawGadget() local
152 cursor_string[0] = '~'; in DrawGadget()
153 cursor_string[1] = (cursor_letter != '\0' ? cursor_letter : ' '); in DrawGadget()
154 cursor_string[2] = '\0'; in DrawGadget()
159 gi->y + border, cursor_string, FS_SMALL, font_type); in DrawGadget()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dgadgets.c266 char cursor_string[2]; in DrawGadget() local
299 cursor_string[0] = (cursor_letter != '\0' ? cursor_letter : ' '); in DrawGadget()
300 cursor_string[1] = '\0'; in DrawGadget()
307 gi->y + border_y, cursor_string, in DrawGadget()
316 char cursor_string[2]; in DrawGadget() local
396 cursor_string[0] = (cursor_letter != '\0' ? cursor_letter : ' '); in DrawGadget()
397 cursor_string[1] = '\0'; in DrawGadget()
404 cursor_string, in DrawGadget()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dgadgets.c266 char cursor_string[2]; in DrawGadget() local
299 cursor_string[0] = (cursor_letter != '\0' ? cursor_letter : ' '); in DrawGadget()
300 cursor_string[1] = '\0'; in DrawGadget()
307 gi->y + border_y, cursor_string, in DrawGadget()
316 char cursor_string[2]; in DrawGadget() local
396 cursor_string[0] = (cursor_letter != '\0' ? cursor_letter : ' '); in DrawGadget()
397 cursor_string[1] = '\0'; in DrawGadget()
404 cursor_string, in DrawGadget()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dgadgets.c266 char cursor_string[2]; in DrawGadget() local
299 cursor_string[0] = (cursor_letter != '\0' ? cursor_letter : ' '); in DrawGadget()
300 cursor_string[1] = '\0'; in DrawGadget()
307 gi->y + border_y, cursor_string, in DrawGadget()
316 char cursor_string[2]; in DrawGadget() local
396 cursor_string[0] = (cursor_letter != '\0' ? cursor_letter : ' '); in DrawGadget()
397 cursor_string[1] = '\0'; in DrawGadget()
404 cursor_string, in DrawGadget()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dgadgets.c266 char cursor_string[2]; in DrawGadget() local
299 cursor_string[0] = (cursor_letter != '\0' ? cursor_letter : ' '); in DrawGadget()
300 cursor_string[1] = '\0'; in DrawGadget()
307 gi->y + border_y, cursor_string, in DrawGadget()
316 char cursor_string[2]; in DrawGadget() local
396 cursor_string[0] = (cursor_letter != '\0' ? cursor_letter : ' '); in DrawGadget()
397 cursor_string[1] = '\0'; in DrawGadget()
404 cursor_string, in DrawGadget()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhtdialog.cc1025 if (d.cursor_string) { in history_dialog()
1032 e.textlen = strlen(d.cursor_string); in history_dialog()
1033 e.text = (byte*)d.cursor_string; in history_dialog()
2645 return ht_strlcpy(text, d.cursor_string, maxlen); in gettext()
H A Dhtdialog.h467 DDECL_PTR(char, cursor_string);
H A Dhtsearch.cc1366 d.cursor_string = NULL; in select_search_mode_bymodeidx()
1479 d.cursor_string = NULL; in select_replace_mode_bymodeidx()
/dports/x11/sakura/sakura-3.8.4/src/
H A Dsakura.c1693 char *cursor_string = (char *)data; in sakura_set_cursor_cb() local
1698 if (strcmp(cursor_string, "block")==0) { in sakura_set_cursor_cb()
1700 } else if (strcmp(cursor_string, "underline")==0) { in sakura_set_cursor_cb()
1702 } else if (strcmp(cursor_string, "ibeam")==0) { in sakura_set_cursor_cb()
/dports/x11/sakura/sakura-3.8.4/sakura-SAKURA_3_8_4/src/
H A Dsakura.c1693 char *cursor_string = (char *)data; in sakura_set_cursor_cb() local
1698 if (strcmp(cursor_string, "block")==0) { in sakura_set_cursor_cb()
1700 } else if (strcmp(cursor_string, "underline")==0) { in sakura_set_cursor_cb()
1702 } else if (strcmp(cursor_string, "ibeam")==0) { in sakura_set_cursor_cb()