summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/shared/multiline-editor.tsx
AgeCommit message (Expand)Author
2025-05-20Merge InputPrompt and multiline-editor and move autocomplete logic directly i...Jacob Richman
2025-05-20Implement additional readline-like keybindings, including alt-left arrow and ...DeWitt Clinton
2025-05-16Support auto wrapping of in the multiline editor. (#383)Jacob Richman
2025-05-14Add readline-like keybindings to the input prompts. (#354)DeWitt Clinton
2025-05-13Refactor TextBuffer to be a React hook (#340)Jacob Richman
2025-05-13Multiline editor (#302)Jacob Richman