about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-06-01 15:40:04 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-06-01 15:40:04 +0200
commit0e312a08a405fb7e51b78cdadfd08ffd915f3a26 (patch)
tree194981f5aae82675437b18dc58e602cb4317c85c
parent7cd8655e0205aa63e85eacf0611262d733de964a (diff)
README.md: Update FAQ to mention implemented buffer search
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 615320f..2c4a4cf 100644
--- a/README.md
+++ b/README.md
@@ -117,8 +117,8 @@ tunneled over SSH connections (e.g.  [Emacs Tramp Mode][emacs tramp mode]).
 implemented in the terminal emulator itself. For this reason, `saneterm`
 offers a scrollback buffer in which autoscrolling can be configured
 using the Gtk context menu. Furthermore, word wrapping can also be
-disabled using the same mechanism. Additional pager-like features (e.g.
-searching for a string in the buffer) are planned.
+disabled using the same mechanism. A search feature is also implemented
+and can be activated using ctrl+f.
 
 **Q:** Why is this written in Python and not X?