summaryrefslogtreecommitdiff
path: root/draw.c
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-07-26 11:02:34 -0700
committerlouie <lshprung@yahoo.com>2020-07-26 11:02:34 -0700
commitb1b765067a809fba4c71249ea1f51b10d585e08e (patch)
tree9a5a2bc6db97e89048e1919c55db9ae16736389f /draw.c
parent315a106170bfec5815cf7e8e281295b5e30f4d08 (diff)
Implemented Binary Searching in read_cfg, plus minor qol fixes
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw.c b/draw.c
index b0f829f..87e30e4 100644
--- a/draw.c
+++ b/draw.c
@@ -424,6 +424,7 @@ char *get_launch(){
}
//FIXME issue with flags, some flags simply do not work (yet!)
+//TODO execl() sends an exit signal. An alternative function may be fork or popen...
void win_launch(){
char *program = get_gprog(g[g_hover]);
char *flags = get_gflags(g[g_hover]);