summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-08-22 21:05:29 +0200
committerpgen <p.gen.progs@gmail.com>2020-08-27 00:19:18 +0200
commitb4215ab8fe2157db5ddf2b9034e1e685c3a9270a (patch)
tree96ec79d13ab7758d3e4fd91e13132a7f27ac63a5 /smenu.h
parentb09d3f45c707dd68612c58b9ca551c2291d6f306 (diff)
Set a default 10s search timer
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smenu.h b/smenu.h
index 2728d21..44d3a17 100644
--- a/smenu.h
+++ b/smenu.h
@@ -202,6 +202,7 @@ struct itimerval periodic_itv; /* refresh rate for the timeout counter */
int help_timer = -1;
int winch_timer = -1;
int daccess_timer = -1;
+int search_timer = -1;
/* Structure containing the attributes components */
/* """""""""""""""""""""""""""""""""""""""""""""" */