From 7c6e67b5eceeca11b9742576d168f98edaebd09b Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 24 Oct 2009 15:34:32 -0500 Subject: [PATCH] < Press Enter to see the Survival Guide > --- basis/ui/tools/listener/listener.factor | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/basis/ui/tools/listener/listener.factor b/basis/ui/tools/listener/listener.factor index 990bafec90..2a948fddc0 100644 --- a/basis/ui/tools/listener/listener.factor +++ b/basis/ui/tools/listener/listener.factor @@ -379,12 +379,16 @@ interactor "completion" f { { T{ key-down f { C+ } "r" } history-completion-popup } } define-command-map +: introduction. ( -- ) + tip-of-the-day. nl + { $strong "Press " { $snippet "F1" } " at any time for help." } print-content nl nl ; + : listener-thread ( listener -- ) dup listener-streams [ [ com-browse ] help-hook set '[ [ _ input>> ] 2dip debugger-popup ] error-hook set error-summary? off - tip-of-the-day. nl + introduction. listener nl "The listener has exited. To start it again, click “Restart Listener”." print