From 9c09256afc15f6c1139e7df980b2950dcf97e8fe Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 10 Feb 2014 20:12:41 -0500 Subject: [PATCH] Print a message to stdout at startup, for people that think the app froze up. --- 1pass.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1pass.lua b/1pass.lua index 2a4d07c..df58ab2 100644 --- a/1pass.lua +++ b/1pass.lua @@ -360,7 +360,7 @@ end -- !!! FIXME: message box, exit if basedir is wack. -- !!! FIXME: this can probably happen in C now (the Lua mainline is basically gone now). ---print("Now waiting for keyhook.") +print("Now waiting for the magic key combo (probably Alt-Meta-\\) ...") giveControlToGui() -- end of 1pass.lua ...