From 94e1145c4e63d2077e820a2f093c02be0554691f Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Sun, 9 Jul 2023 20:53:59 +0000 Subject: [PATCH] deploy: 157984e16c9b1350a424298b90b0528620f6ab5e --- versions/pager/docs/api/hilbish/hilbish.editor/index.html | 4 +++- versions/pager/docs/api/hilbish/index.html | 3 ++- versions/pager/docs/api/hilbish/index.xml | 1 + versions/pager/index.xml | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/versions/pager/docs/api/hilbish/hilbish.editor/index.html b/versions/pager/docs/api/hilbish/hilbish.editor/index.html index 6c7b28c..d687559 100644 --- a/versions/pager/docs/api/hilbish/hilbish.editor/index.html +++ b/versions/pager/docs/api/hilbish/hilbish.editor/index.html @@ -7,5 +7,7 @@ directly interact with the line editor in use.

getLine() -> string

Returns the current input line.

getVimRegister(register) -> string

Returns the text that is at the register.

insert(text) -

Inserts text into the line.

setVimRegister(register, text) +

Inserts text into the line.

getChar() -> string +

Reads a keystroke from the user. This is in a format +of something like Ctrl-L.

setVimRegister(register, text)

Sets the vim register at register to hold the passed text.

\ No newline at end of file diff --git a/versions/pager/docs/api/hilbish/index.html b/versions/pager/docs/api/hilbish/index.html index 4a09cf4..685e6ed 100644 --- a/versions/pager/docs/api/hilbish/index.html +++ b/versions/pager/docs/api/hilbish/index.html @@ -63,6 +63,7 @@ a desination.

Methods

Sets/toggles the option of automatically flushing output. A call with no argument will toggle the value.

flush()

Flush writes all buffered input to the sink.

read() -> string -

Reads input from the sink.

write(str) +

Reads a liine of input from the sink.

readAll() -> string +

Reads all input from the sink.

write(str)

Writes data to a sink.

writeln(str)

Writes data to a sink with a newline at the end.

\ No newline at end of file diff --git a/versions/pager/docs/api/hilbish/index.xml b/versions/pager/docs/api/hilbish/index.xml index 66a9af7..a05a111 100644 --- a/versions/pager/docs/api/hilbish/index.xml +++ b/versions/pager/docs/api/hilbish/index.xml @@ -8,6 +8,7 @@ handler(line, pos) The handler function is the callback for tab completion in Hi Functions getLine() -> string Returns the current input line. getVimRegister(register) -> string Returns the text that is at the register. insert(text) Inserts text into the line. +getChar() -> string Reads a keystroke from the user. This is in a format of something like Ctrl-L. setVimRegister(register, text) Sets the vim register at register to hold the passed text.Interface hilbish.historyhttps://rosettea.github.io/Hilbish/versions/pager/docs/api/hilbish/hilbish.history/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/versions/pager/docs/api/hilbish/hilbish.history/Introduction The history interface deals with command history. This includes the ability to override functions to change the main method of saving history. Functions add(cmd) Adds a command to the history. all() -> table Retrieves all history. diff --git a/versions/pager/index.xml b/versions/pager/index.xml index cd82188..73f5016 100644 --- a/versions/pager/index.xml +++ b/versions/pager/index.xml @@ -24,6 +24,7 @@ handler(line, pos) The handler function is the callback for tab completion in Hi Functions getLine() -> string Returns the current input line. getVimRegister(register) -> string Returns the text that is at the register. insert(text) Inserts text into the line. +getChar() -> string Reads a keystroke from the user. This is in a format of something like Ctrl-L. setVimRegister(register, text) Sets the vim register at register to hold the passed text.Interface hilbish.historyhttps://rosettea.github.io/Hilbish/versions/pager/docs/api/hilbish/hilbish.history/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/versions/pager/docs/api/hilbish/hilbish.history/Introduction The history interface deals with command history. This includes the ability to override functions to change the main method of saving history. Functions add(cmd) Adds a command to the history. all() -> table Retrieves all history.