You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
86457: cli: replace libedit with bubbline r=ZhouXing19 a=knz
First commit from #88574.
Benefits from (but is not dependent on) #87606 server-side.
Fixes#21826Fixes#71207Fixes#71209Fixes#57885
NB: this will benefit from upstream library releases based off the still-unmerged PRs listed in knz/bubbline#2.
Release justification: n/a will not merge before stability ends
Release note (cli change): The engine used as line editor in the
interactive shell (`cockroach sql`, `demo`) has been updated. It
includes numerous bug fixes and new features.
The previous engine can still be accessed via the env
var COCKROACH_SQL_FORCE_LIBEDIT. This support will be removed
in a later version.
92335: kvserver,logstore: introduce log StateLoader r=tbg a=pavelkalinnikov
Previously the `StateLoader` accessed both log and state machine state. This commit moves most of the log-specific accesstors to the `logstore` package.
Part of #91979
Release note: None
Co-authored-by: Raphael 'kena' Poss <[email protected]>
Co-authored-by: Pavel Kalinnikov <[email protected]>
Unresolved bugs:
Bug fixes:
Features:
Matches
charmbracelet/bubbles#261Bracketed paste:
Already merged:
bubbletea: insert key Support the insert key charmbracelet/bubbletea#418bubbles: textinput key bindings feat: support key bindings in textinput like textarea charmbracelet/bubbles#270bubbletea home/end key bindings: fix: key bindings for urxvt, add home/end combinations charmbracelet/bubbletea#396bubbletea insert key fix(key): recover the insert key charmbracelet/bubbletea#496bubbletea: Clear command feat: support a Clear command charmbracelet/bubbletea#421termenv/bubbletea file descriptors: Tea and termenv do not honor WithOutput properly charmbracelet/bubbletea#420bubbletea: incorrect cursor position on alt screen: Fix 1-indexing when entering alt screen charmbracelet/bubbletea#422bubbletea linux console f1-f5: Support linux console F1-F5 charmbracelet/bubbletea#423bubbles: incorrect cursor style: fix(cursor): apply TextStyle inline charmbracelet/bubbles#230bubbletea alt key: keys: properly support the alt modifier charmbracelet/bubbletea#428viewport: proper truncation to size fix(viewport): properly truncate to size charmbracelet/bubbles#228bubbles: textarea secondary prompts: textarea: support dynamic prompts charmbracelet/bubbles#211bubbles: go to begin/end: textarea: new bindings for "go to begin" / "go to end" charmbracelet/bubbles#226termenv: tmux: Properly support tmux in termStatusReport muesli/termenv#85bubbles: textarea memory: textarea: amortize heap allocs in Value charmbracelet/bubbles#212bubbles: textarea memory: textarea: fix the pre-allocation of value charmbracelet/bubbles#213bubbles: textarea upper/lower/cap/transpose: textarea: misc improvements charmbracelet/bubbles#210termenv: Bracketed paste sequences muesli/termenv#84The text was updated successfully, but these errors were encountered: