bestline keybindings and redbean definitions (#678)

* Add ctrl-left/right keys to bestline
* Update redbean API definitions
This commit is contained in:
Danny Robinson 2022-11-06 07:28:08 +00:00 committed by GitHub
parent 3f0bcdc3ef
commit 543c93f623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 0 deletions

View file

@ -108,6 +108,8 @@ KEYBOARD
ALT-> END OF HISTORY
ALT-F FORWARD WORD
ALT-B BACKWARD WORD
CTRL-RIGHT FORWARD WORD
CTRL-LEFT BACKWARD WORD
CTRL-K KILL LINE FORWARDS
CTRL-U KILL LINE BACKWARDS
ALT-H KILL WORD BACKWARDS
@ -7116,6 +7118,12 @@ kLogError = nil
---Logging anything at this level will result in a backtrace and process exit.
kLogFatal = nil
---@type integer turn `+` into space. See `ParseUrl`.
kUrlPlus = nil
---@type integer to transcode ISO-8859-1 input into UTF-8. See `ParseUrl`.
kUrlLatin1 = nil
--[[
LEGAL