summaryrefslogtreecommitdiff
path: root/textscreen
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen')
-rw-r--r--textscreen/txt_fileselect.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/textscreen/txt_fileselect.c b/textscreen/txt_fileselect.c
index 5cc53aad..1e7b9041 100644
--- a/textscreen/txt_fileselect.c
+++ b/textscreen/txt_fileselect.c
@@ -114,7 +114,7 @@ static char *ExecReadOutput(char **argv)
result[result_len] = '\0';
}
- TXT_Sleep(25);
+ usleep(100 * 1000);
TXT_UpdateScreen();
}
@@ -315,8 +315,6 @@ char *TXT_SelectFile(char *window_title, char **extensions)
" copy POSIX path of theFile to stdout\n" \
"end tell\n"
-// "tell app appname\n"
-
static char *EscapedString(char *s)
{
char *result;