Home
last modified time | relevance | path

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

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvteinternal.hh1057 void set_color_cursor_background(vte::color::rgb const& color);
H A Dvtegtk.cc2380 impl->set_color_cursor_background(vte::color::rgb(cursor_background)); in vte_terminal_set_color_cursor()
H A Dvte.cc1789 void VteTerminalPrivate::set_color_cursor_background(vte::color::rgb const& color) in set_color_cursor_background() function in VteTerminalPrivate
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvteinternal.hh1057 void set_color_cursor_background(vte::color::rgb const& color);
H A Dvtegtk.cc2380 impl->set_color_cursor_background(vte::color::rgb(cursor_background)); in vte_terminal_set_color_cursor()
H A Dvte.cc1788 void VteTerminalPrivate::set_color_cursor_background(vte::color::rgb const& color) in set_color_cursor_background() function in VteTerminalPrivate
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvteinternal.hh1199 void set_color_cursor_background(vte::color::rgb const& color);
H A Dvtegtk.cc4279 impl->set_color_cursor_background(vte::color::rgb(cursor_background)); in vte_terminal_set_color_cursor()
H A Dvte.cc2609 Terminal::set_color_cursor_background(vte::color::rgb const& color) in set_color_cursor_background() function in vte::terminal::Terminal