X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fcurs_main.c;h=dc19bf56abefe173bfd0f2b26205b943cb7187ff;hp=d83f1bffdca3e6b675aef478fd82fc957f22a9d3;hb=c50162101b316e88b95dc4259d45a259b38a972e;hpb=74188c72520968a68bfedbbb7f8e51d251a03f72 diff --git a/lib-ui/curs_main.c b/lib-ui/curs_main.c index d83f1bf..dc19bf5 100644 --- a/lib-ui/curs_main.c +++ b/lib-ui/curs_main.c @@ -98,9 +98,6 @@ void index_make_entry (char *s, ssize_t l, struct menu_t * menu, int num) HEADER *h = Context->hdrs[Context->v2r[num]]; THREAD *tmp; - if (option(OPTARROWCURSOR)) - flag |= M_FORMAT_ARROWCURSOR; - if ((Sort & SORT_MASK) == SORT_THREADS && h->tree) { flag |= M_FORMAT_TREE; /* display the thread tree */ if (h->display_subject) @@ -560,9 +557,7 @@ int mutt_index_menu (void) else menu->oldcurrent = -1; - if (option (OPTARROWCURSOR)) - move (menu->current - menu->top + menu->offset, 2); - else if (option (OPTBRAILLEFRIENDLY)) + if (option (OPTBRAILLEFRIENDLY)) move (menu->current - menu->top + menu->offset, 0); else move (menu->current - menu->top + menu->offset, COLS - 1);