mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
bestline keybindings and redbean definitions (#678)
* Add ctrl-left/right keys to bestline * Update redbean API definitions
This commit is contained in:
parent
3f0bcdc3ef
commit
543c93f623
3 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue