Home
last modified time | relevance | path

Searched refs:JCURSOR_COLOR (Results 1 – 10 of 10) sorted by relevance

/dports/editors/jed/jed-0.99-19/src/
H A Dcolors.h14 #define JCURSOR_COLOR 1 macro
H A Dcolors.c37 {"cursor", JCURSOR_COLOR, NULL, NULL},
H A Dwterm.c283 {"CursorFG", MSW_COLOR_TYPE, "0,255,0", &JColors[JCURSOR_COLOR].fg},
284 {"CursorBG", MSW_COLOR_TYPE, "255,0,0", &JColors[JCURSOR_COLOR].bg},
1049 color = JCURSOR_COLOR; in show_cursor()
H A Dxterm.c280 {"fgCursor", "cfg", STRING_TYPE, NULL, &Default_GC_Info[JCURSOR_COLOR].fg_name},
281 {"bgCursor", "cbg", STRING_TYPE, NULL, &Default_GC_Info[JCURSOR_COLOR].bg_name},
739 color = JCURSOR_COLOR; in show_cursor()
H A Dgtkterm.c560 {"fgCursor", "cfg", STRING_TYPE, NULL, &DefaultGtkGCInfo[JCURSOR_COLOR].fgName},
561 {"bgCursor", "cbg", STRING_TYPE, NULL, &DefaultGtkGCInfo[JCURSOR_COLOR].bgName},
4196 color = JCURSOR_COLOR; in show_cursor()
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dscreen.h14 #define JCURSOR_COLOR 1 macro
H A Dxterm.c258 {"fgCursor", "cfg", STRING_TYPE, NULL, &Default_GC_Info[JCURSOR_COLOR].fg_name},
259 {"bgCursor", "cbg", STRING_TYPE, NULL, &Default_GC_Info[JCURSOR_COLOR].bg_name},
305 {"Cursor_fg", "cfg", STRING_TYPE, NULL, &Default_GC_Info[JCURSOR_COLOR].fg_name},
306 {"Cursor_bg", "cbg", STRING_TYPE, NULL, &Default_GC_Info[JCURSOR_COLOR].bg_name},
701 gc_info = &(XWin->text_gc[JCURSOR_COLOR]); in show_cursor()
767 gc = XWin->text_gc[JCURSOR_COLOR].gc[2]; in show_cursor()
775 gc = XWin->text_gc[JCURSOR_COLOR].gc[0]; in show_cursor()
804 gc = XWin->text_gc[JCURSOR_COLOR].gc[1]; in show_cursor()
813 gc = XWin->text_gc[JCURSOR_COLOR].gc[1]; in show_cursor()
820 gc = XWin->text_gc[JCURSOR_COLOR].gc[2]; in show_cursor()
[all …]
H A Dwterm.c229 {"CursorFG", MSW_COLOR_TYPE, "0,255,0", &JColors[JCURSOR_COLOR].fg},
230 {"CursorBG", MSW_COLOR_TYPE, "255,0,0", &JColors[JCURSOR_COLOR].bg},
751 curs_color = &JColors[JCURSOR_COLOR]; in show_cursor()
H A Dmswin.c258 {"CursorFG", MSW_COLOR_TYPE, "0,255,0", &JColors[JCURSOR_COLOR].fg},
259 {"CursorBG", MSW_COLOR_TYPE, "255,0,0", &JColors[JCURSOR_COLOR].bg},
807 curs_color = &JColors[JCURSOR_COLOR]; in show_cursor()
H A Dintrin.c248 {"cursor", JCURSOR_COLOR},