]> gitweb.factorcode.org Git - factor.git/commitdiff
< Press Enter to see the Survival Guide >
authorJoe Groff <arcata@gmail.com>
Sat, 24 Oct 2009 20:34:32 +0000 (15:34 -0500)
committerJoe Groff <arcata@gmail.com>
Sat, 24 Oct 2009 20:34:32 +0000 (15:34 -0500)
basis/ui/tools/listener/listener.factor

index 990bafec901a10e515f4091e50f09456c765ca96..2a948fddc01342b2ce006e44ef7f67dfdb846dbc 100644 (file)
@@ -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