# File raggle, line 3098
        def delete_item
          @items.delete_at(@active_item)
          NcursesInterface::populate_feed_win
        end