aboutsummaryrefslogtreecommitdiff
path: root/messageWind.c
diff options
context:
space:
mode:
Diffstat (limited to 'messageWind.c')
-rw-r--r--messageWind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/messageWind.c b/messageWind.c
index ca9d3a1..73d1182 100644
--- a/messageWind.c
+++ b/messageWind.c
@@ -89,6 +89,7 @@ int show1SMS(sms* S, int y_base, int* hasFinish) {
move(y+y_base, x_base);
printw("%s", line);
}
+ S->state = SMS_READ;
move(y+y_base+1, x_base);
attrset( COLOR_PAIR( 0 ) | A_NORMAL);