about summary refs log tree commit diff stats
path: root/100trace_browser.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-09 23:47:48 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-03-09 23:47:48 -0800
commita819afb0ae2bfe0e646dbbfedb60b7ce3d0ff5ac (patch)
tree2359f0bde616eb4a990c5544d84bf115d10157b0 /100trace_browser.cc
parentfcffe1d7df95ad75f54a630dd6efd9dd4b7597ad (diff)
downloadmu-a819afb0ae2bfe0e646dbbfedb60b7ce3d0ff5ac.tar.gz
3780
Diffstat (limited to '100trace_browser.cc')
-rw-r--r--100trace_browser.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/100trace_browser.cc b/100trace_browser.cc
index 78eee4a2..024411b6 100644
--- a/100trace_browser.cc
+++ b/100trace_browser.cc
@@ -51,14 +51,14 @@
 //:
 //:   After hitting `/`, a small editor on the bottom-most line supports the
 //:   following hotkeys:
-//:     ascii characters: add the key to the pattern
-//:     `Enter`: search for the pattern
+//:     ascii characters: add the key to the pattern.
+//:     `Enter`: search for the pattern.
 //:     `Esc` or `ctrl-c`: cancel the current search, setting the screen back
-//:       to its state before the search
-//:     `left-arrow`: move cursor left
-//:     `right-arrow`: move cursor right
-//:     `ctrl-a` or `home`: move cursor to start of search pattern
-//:     `ctrl-e` or `end`: move cursor to end of search pattern
+//:       to its state before the search.
+//:     `left-arrow`: move cursor left.
+//:     `right-arrow`: move cursor right.
+//:     `ctrl-a` or `home`: move cursor to start of search pattern.
+//:     `ctrl-e` or `end`: move cursor to end of search pattern.
 
 :(before "End Primitive Recipe Declarations")
 _BROWSE_TRACE,