aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/main.c b/main.c
index c3b90df..791c6b2 100644
--- a/main.c
+++ b/main.c
@@ -292,6 +292,17 @@ int main(int argc, char* argv[]){
}
curs_set(0);
showContactListW();
+ } else {
+ move(LINES-1,0);
+ readline_n("/ ", "");
+ int res = searchSMS(msg_win_str);
+
+ if( res >= 0 ) {
+ canAugment = 1;
+ firstSMSIndex = res;
+ clearWind();
+ showMessageWind();
+ }
}
break;
case 'n':
@@ -436,5 +447,3 @@ end:
return 0;
}
-
-