All pastes #968388 Raw Edit

Etwas

public c v1 · immutable
#968388 ·published 2008-04-03 00:20 UTC
rendered paste body
in 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 */