aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-24 11:09:13 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-24 11:09:13 +0530
commitf1a9d15756fec938e00711c6a10b92bac8f99b2d (patch)
treeb938dcc82a8ae0aa42ce871e2b469a9824ce1291 /README.md
parent25a307f75e8c50031dc78610b4735bbf7e1631b3 (diff)
downloadnnn-f1a9d15756fec938e00711c6a10b92bac8f99b2d.tar.gz
Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d1ccb8..720fb2a 100644
--- a/README.md
+++ b/README.md
@@ -513,7 +513,7 @@ Enable volume management in your DE file manager and set removable drives or med
#### BSD terminal issue
-By default in OpenBSD & FreeBSD, `stty` maps <kbd>^Y</kbd> to `DSUSP`. This means that typing <kbd>^Y</kbd> will suspend `nnn` as if you typed <kbd>^Z</kbd> (you can bring `nnn` back to the foreground by issuing `fg`) instead of entering multi-copy mode. You can check this with `stty -a`. If it includes the text "`dsusp = ^Y`", issuing `stty dsusp undef` will disable this `DSUSP` and let `nnn` receive the <kbd>^Y</kbd> instead.
+By default in OpenBSD & FreeBSD, `stty` maps <kbd>^Y</kbd> to `DSUSP`. This means that typing <kbd>^Y</kbd> will suspend `nnn` as if you typed <kbd>^Z</kbd> (you can bring `nnn` back to the foreground by issuing `fg`) instead of entering multi-copy mode. You can check this with `stty -a`. If it includes the text `dsusp = ^Y`, issuing `stty dsusp undef` will disable this `DSUSP` and let `nnn` receive the <kbd>^Y</kbd> instead.
#### WHY FORK?