diff options
author | louie <lshprung@yahoo.com> | 2020-07-26 11:02:34 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-07-26 11:02:34 -0700 |
commit | b1b765067a809fba4c71249ea1f51b10d585e08e (patch) | |
tree | 9a5a2bc6db97e89048e1919c55db9ae16736389f /draw.c | |
parent | 315a106170bfec5815cf7e8e281295b5e30f4d08 (diff) |
Implemented Binary Searching in read_cfg, plus minor qol fixes
Diffstat (limited to 'draw.c')
-rw-r--r-- | draw.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]); |