modify mouse pointer and system message panel update timing.
@@ -1048,9 +1048,6 @@ | ||
1048 | 1048 | case SBJTRETRIEVER_REQUEST_ALLRELOAD: |
1049 | 1049 | /* should asynchronous layout? */ |
1050 | 1050 | |
1051 | - pdsp_msg(NULL); | |
1052 | - bchanl_hmistate_updateptrstyle(&bchanl->hmistate, PS_SELECT); | |
1053 | - | |
1054 | 1051 | subjectoptionwindow_setfiltertext(bchanl->subjectoptionwindow, NULL, 0); |
1055 | 1052 | err = subjectoptionwindow_setordervalue(bchanl->subjectoptionwindow, SUBJECTOPTIONWINDOW_ORDERVALUE_ASCENDING); |
1056 | 1053 | subjectoptionwindow_setorderbyvalue(bchanl->subjectoptionwindow, SUBJECTOPTIONWINDOW_ORDERBYVALUE_NUMBER); |
@@ -1073,6 +1070,9 @@ | ||
1073 | 1070 | bchanl_subject_gettitle(bchanl->currentsubject, &title, &title_len); |
1074 | 1071 | subjectwindow_settitle(bchanl->subjectwindow, title); |
1075 | 1072 | |
1073 | + pdsp_msg(NULL); | |
1074 | + bchanl_hmistate_updateptrstyle(&bchanl->hmistate, PS_SELECT); | |
1075 | + | |
1076 | 1076 | break; |
1077 | 1077 | case SBJTRETRIEVER_REQUEST_WAITNEXT: |
1078 | 1078 | break; |
@@ -1180,6 +1180,7 @@ | ||
1180 | 1180 | lastrequest = etime; |
1181 | 1181 | |
1182 | 1182 | bchanl_hmistate_updateptrstyle(&bchanl->hmistate, PS_BUSY); |
1183 | + pdsp_msg(bchanl->hmistate.msg_retr_bbsmenu); | |
1183 | 1184 | |
1184 | 1185 | err = bbsmnretriever_sendrequest(bchanl->bbsmenu.retriever, bchanl->bbsmenu.cache); |
1185 | 1186 | if (err < 0) { |
@@ -1189,9 +1190,6 @@ | ||
1189 | 1190 | } |
1190 | 1191 | set_flg(bchanl->flgid, BCHANL_NETWORK_FLAG_WAITHTTPEVENT); |
1191 | 1192 | |
1192 | - bchanl_hmistate_updateptrstyle(&bchanl->hmistate, PS_BUSY); | |
1193 | - pdsp_msg(bchanl->hmistate.msg_retr_bbsmenu); | |
1194 | - | |
1195 | 1193 | return 0; |
1196 | 1194 | } |
1197 | 1195 |