diff options
| author | ache <ache@ache.one> | 2019-09-13 01:01:53 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2019-09-13 01:01:53 +0200 |
| commit | 473f3e959d62e5fc56169e8ac33d0ae6ffe8b523 (patch) | |
| tree | 39050d11152c4600cbed51aa17fdf32d11a53af1 | |
| parent | Use default color background (diff) | |
Fix search empty bug0.9.0
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -302,6 +302,7 @@ int main(int argc, char* argv[]){ } else { move(LINES-1,0); readline_n("/ ", ""); + if(!*msg_win_str) break; int res = searchSMS(msg_win_str); if( res >= 0 ) { |