All pastes #968417 Raw Edit

Etwas

public c v1 · immutable
#968417 ·published 2008-04-03 00:45 UTC
rendered paste body
if(list->show_selection_marker && global_settings.cursor_style &&           i >= list->selected_item &&           i <  list->selected_item + list->selected_size)        {/* The selected item must be displayed scrolling */            if (global_settings.cursor_style == 1 #ifdef HAVE_REMOTE_LCD                 || (display->depth < 16 && global_settings.cursor_style)#endif               )            {                /* Display inverted-line-style */                list_text[display->screen_type].drawmode |= STYLE_INVERT;            }