diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-06-07 01:39:05 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-06-07 01:39:05 +0000 |
commit | 5e3b99f280971d1e477c7df850cebbc940d5ab90 (patch) | |
tree | afbd84f63661c09d1fe88d7ded0f59ad966ff8d0 | |
parent | 8aa69e55b6a441ab7b0d243d548ac202bcd31324 (diff) | |
download | plan9front-5e3b99f280971d1e477c7df850cebbc940d5ab90.tar.xz |
acme(4): document rdsel, wrsel (thanks foura)
-rw-r--r-- | sys/man/4/acme | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/man/4/acme b/sys/man/4/acme index 9d121ce22..80aa18c46 100644 --- a/sys/man/4/acme +++ b/sys/man/4/acme @@ -472,6 +472,15 @@ Text written to .B tag is always appended; the file offset is ignored. .TP +.B rdsel +holds the contents of the current selection. It may be read at any byte offset. +.TP +.B wrsel +writing to the +.B wrsel +file modifies the text in the selection. Text written always +replaces the text selected; the file offset is ignored. +.TP .B xdata The .B xdata |