git: 9front

Download patch

ref: e4ff89d6959c3bfdb5693b9d979d545102e9643f
parent: e98d6e245d17866e8e8408aec8eb01e4cd8c5d7f
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jun 6 21:39:05 EDT 2021

acme(4): document rdsel, wrsel (thanks foura)

--- a/sys/man/4/acme
+++ b/sys/man/4/acme
@@ -472,6 +472,15 @@
 .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
--