Home
last modified time | relevance | path

Searched refs:pix_colors_focused (Results 1 – 9 of 9) sorted by relevance

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Dscrollbar-xterm.C52 gcvalue.foreground = term->pix_colors_focused[Color_scroll]; in show_xterm()
53 gcvalue.background = term->pix_colors_focused[Color_bg]; in show_xterm()
58 gcvalue.foreground = term->pix_colors_focused[Color_border]; in show_xterm()
H A Dscrollbar-next.C157 gcvalue.foreground = term->pix_colors_focused[Color_Black]; in init_next()
161 gcvalue.foreground = term->pix_colors_focused[Color_White]; in init_next()
165 light = term->pix_colors_focused[Color_scroll]; in init_next()
175 dark = term->pix_colors_focused[Color_Grey25]; in init_next()
H A Dscrollbar-plain.C41 gcvalue.foreground = term->pix_colors_focused[Color_scroll]; in show_plain()
H A Dinit.C572 pix_colors = pix_colors_focused; in init_vars()
1119 pix_colors = pix_colors_focused; in get_colors()
1381 attributes.background_pixel = pix_colors_focused [Color_border]; in create_windows()
1382 attributes.border_pixel = pix_colors_focused [Color_border]; in create_windows()
1479 pix_colors_focused[Color_fg], in create_windows()
1480 pix_colors_focused[Color_bg]); in create_windows()
H A Dmain.C254 pix_colors_focused [i].free (this); in ~rxvt_term()
973 pix_colors_focused[idx].free (this); in set_window_color()
974 set_color (pix_colors_focused[idx], color); in set_window_color()
991 ? pix_colors_focused[Color_pointer_fg] in recolor_cursor()
992 : pix_colors_focused[Color_fg]).get (fg); in recolor_cursor()
995 ? pix_colors_focused[Color_pointer_bg] in recolor_cursor()
996 : pix_colors_focused[Color_bg]).get (bg); in recolor_cursor()
H A Dcommand.C1782 pix_colors = pix_colors_focused; in focus_in()
1851 pix_colors_focused [idx].free (this); in update_fade_color()
1855 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c); in update_fade_color()
3424 pix_colors_focused [idx].free (this); in map_rgb24_color()
3425 pix_colors_focused [idx].set (this, rgba (r * 0x0101, g * 0x0101, b * 0x0101, a * 0x0101)); in map_rgb24_color()
3440 pix_colors_focused[color].get (c); in process_color_seq()
H A Drxvt.h1080 rxvt_color pix_colors_focused[TOTAL_COLORS]; member
H A Drxvtperl.xs2221 term->pix_colors_focused[Color_border],
2222 term->pix_colors_focused[Color_border]
H A Dscreen.C1722 ::swap (pix_colors_focused[Color_fg], pix_colors_focused[Color_bg]); in scr_rvideo_mode()