summaryrefslogtreecommitdiff
path: root/share/man/man1/nerve.1
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man1/nerve.1')
-rw-r--r--share/man/man1/nerve.118
1 files changed, 17 insertions, 1 deletions
diff --git a/share/man/man1/nerve.1 b/share/man/man1/nerve.1
index e15a9fd..8f2d19e 100644
--- a/share/man/man1/nerve.1
+++ b/share/man/man1/nerve.1
@@ -34,7 +34,9 @@ nerve <verb> [ .. payload for pokes ..]
verb 'poke': Poke a nerve
-nerve ending 'consattr': Console attributes <x, y>
+verb 'peek': Peek at a nerve
+
+nerve ending 'consattr': Console attributes
nerve ending 'consfeat': Console features
@@ -53,5 +55,19 @@ nerve poke consattr 0 0
verb nerve [x] [y]
.Ed
+A nerve may also be peeked at by using the 'peek' verb. Here is an example of the usage
+of this verb:
+
+.Bd -literal
+nerve peek consfeat
+ / /
+ verb nerve
+
+output:
+ ansi_esc=1
+ show_curs=0
+ ...
+.Ed
+
.Sh AUTHORS
.An Ian Moffett Aq Mt ian@osmora.org