--- src/actions.c.orig 2011-02-15 14:17:42.000000000 -0800
+++ src/actions.c 2015-10-12 23:19:11.000000000 -0700
@@ -582,7 +582,7 @@ action_list_move_item()
action_list_move_item_up_level()
@@ -780,7 +780,7 @@ action_list_read_file()
action_list_move_item_up()
@@ -822,7 +822,7 @@ action_list_move_item_down()
// Do nothing if searching
if(search_results != NULL) {
switch(uilist_get_highlighted_type()){
--- src/uilist.c.orig 2015-10-12 23:20:27.000000000 -0700
+++ src/uilist.c 2015-10-12 23:20:48.000000000 -0700
@@ -349,7 +349,7 @@ uilist_page_down()
if(current_pw_sublist->current_item < 1){
@@ -361,7 +361,7 @@ uilist_up()
if(current_pw_sublist->current_item >= (lines-1)){