Etwas
public c v1 · immutablein apps/gui/bitmap/list.c/* works not*/ if(list->show_selection_marker && global_settings.cursor_style && i >= list->selected_item && i < list->selected_item + list->selected_size)/* this works */ if(i >= list->selected_item && i < list->selected_item + list->selected_size)/* the old list code had pointer selector excluded there too, that's what makes me wonder if my solution is correct */