X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.c;h=d392b4b69d961064f77265d794b9cc161677ab0b;hb=1b490c6d558eb7dca490675e4a603a61e02b51a0;hp=e6ced3fb7bffb61401c2cef6ee2026eb9a924a06;hpb=993bf094e7a8c894bfe3f6937756956ec2eeaa22;p=citadel.git diff --git a/webcit/messages.c b/webcit/messages.c index e6ced3fb7..d392b4b69 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -2552,6 +2552,12 @@ void readloop(char *oper) /** end bbview scroller */ } + if (is_notes) + { + wprintf ("\n"); + } + + for (a = 0; a < nummsgs; ++a) { @@ -2594,7 +2600,6 @@ void readloop(char *oper) } } - /** Output loop */ if (displayed_msgs != NULL) { if (bbs_reverse) { @@ -2717,6 +2722,40 @@ void readloop(char *oper) wprintf("\n"); /** end bbview scroller */ } + + if (is_notes) + { +// wprintf ("\n"); + wprintf ("
Drop notes here to remove them.
\n"); + wprintf ("\n"); + } + + DONE: if (is_tasks) {