ui.tools.listener-docs: wrap a hotkey in the $snippet tag

char-rename
Alexander Iljin 2017-05-14 19:57:18 +03:00 committed by John Benediktsson
parent c1d6477c22
commit 72e6699279
1 changed files with 1 additions and 1 deletions

View File

@ -97,6 +97,6 @@ TIP: "Scroll the listener from the keyboard by pressing " { $command listener-ga
TIP: "Press " { $command tool "common" refresh-all } " or run " { $link refresh-all } " to reload changed source files from disk." ;
TIP: "On Windows: use C+Break to interrupt tight loops in your code started in the listener, such as" { $code "[ t ] [ ] while" } "Caution: this may crash the Factor runtime if the code uses cooperative multitasking or asynchronous I/O." ;
TIP: "On Windows: use " { $snippet "C+Break" } " to interrupt tight loops in your code started in the listener, such as" { $code "[ t ] [ ] while" } "Caution: this may crash the Factor runtime if the code uses cooperative multitasking or asynchronous I/O." ;
ABOUT: "ui-listener"