X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=abook.c;h=b79fcae0b2fad72537bcb29bd681f7f0dd9bdfdd;hb=7cae3af85f57515c6b6cce8ac45a986223e30736;hp=9c42c08d802c87043eeea74922bafe436568672a;hpb=733d10d283b596a5adac07f42f15c73431b85a41;p=pkg%2Fabook.git diff --git a/abook.c b/abook.c index 9c42c08..b79fcae 100644 --- a/abook.c +++ b/abook.c @@ -322,6 +322,11 @@ launch_mutt(int item) #endif system(cmd); free(cmd); + + /* + * we need to make sure that curses settings are correct + */ + ui_init_curses(); } void @@ -343,6 +348,11 @@ launch_wwwbrowser(int item) system(cmd); free(cmd); + + /* + * we need to make sure that curses settings are correct + */ + ui_init_curses(); } void *