esc
Externally Scriptable Editor
git clone git://mccd.space/esc
| Log | Files | Refs | README |
commit d25eaacabce71e577e9c80c3673ab138cb746b45 parent d1ac9b1910dfccde157768ea3003e83507189ffe Author: Marc Coquand <marc@coquand.email> Date: Thu, 26 Feb 2026 19:56:24 +0100 Add instructions for new feature Diffstat:
| M | esc-ipc.5 | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/esc-ipc.5 b/esc-ipc.5 @@ -25,14 +25,14 @@ the current column and row of the selection and cursor. .IP \fI/cwd\fR 25 Symlink to the current working directory. -.IP /buffer/\fIn\fR/body 25 -The body of the \fIn\fRth buffer. Writable. +.IP /buffer/\fIn\fR/body.n 25 +The body of the \fIn\fRth buffer. Writable. Multiple files can be stacked, which will make them show as one after one another. -.IP /buffer/\fIn\fR/path 25 -Currently opened filename, relative to \fI/cwd\fR. +.IP /buffer/\fIn\fR/path.n 25 +Currently opened filename, relative to \fI/cwd\fR. Can optionally contain a range which is the space which is operateable for the file. .IP /buffer/\fIn\fR/ranges 25 -The highlighting ranges of the currently open file. +The highlighting ranges of the currently open buffer. .IP /buffer/\fIn\fR/history/\fIdate\fR 25 A snapshot of the state of the buffer at moment \fIdate\fR.