alpha
Login
or
Join now
callie.on-her.computer
/
tau
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
more up to date at codeberg https://codeberg.org/cowie/tau.git
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
1
Pipelines
tau
/
packages
/
tui
/
src
/
at
main
1 folder
15 files
xu0o0
fix(tui): align input word segmentation with editor (#5068)
2mo ago
701801de
components
fix(tui): align input word segmentation with editor (#5068)
2 months ago
autocomplete.ts
fix(tui): align input word segmentation with editor (#5068)
2 months ago
editor-component.ts
chore(ts): use source import extensions
3 months ago
fuzzy.ts
fix(tui): prioritize exact fuzzy matches
3 months ago
index.ts
fix(ui): preserve user ordered-list markers (closes #5013)
2 months ago
keybindings.ts
chore(ts): use source import extensions
3 months ago
keys.ts
fix(tui): restore shifted xterm input closes #3436
4 months ago
kill-ring.ts
Add the kill ring and undo features to the Input component (#1373) * feat(tui): extract KillRing and UndoStack, add to Input Extract kill ring and undo logic from Editor into reusable classes: - KillRing: ring buffer with accumulation for consecutive kills - UndoStack<S>: generic stack with clone-on-push semantics Refactor Editor to use both classes. Add kill ring (kill/yank/ yank-pop), undo with coalescing, and deleteWordForward to Input. * feat(tui): extract handleBackspace() and handleForwardDelete()
6 months ago
native-modifiers.ts
fix(tui): remove native modifier escape hatch
3 months ago
stdin-buffer.ts
Address edge-case with kitty protocol in wezterm packages/tui/src/stdin-buffer.ts — in extractCompleteSequences, after finding \x1b\x1b as "complete" (legacy meta-key), check if the next character in the buffer would start a new escape sequence ([, ], O, P, _). If so, emit only the first \x1b and let the second ESC begin a new parse iteration. packages/tui/test/stdin-buffer.test.ts — three new cases in the Kitty section: - \x1b\x1b[27;129:3u (num_lock) splits into ["\x1b", "\x1b[27;129:3u"] - \x1b\x1b[27;1:3u (no num_lock) splits into ["\x1b", "\x1b[27;1:3u"] - \x1b\x1b alone (no following CSI) still emits as ["\x1b\x1b"] — preserves ctrl+alt+[
3 months ago
terminal-image.ts
fix(tui): provide the JetBrains terminal capabilities (#5037)
2 months ago
terminal.ts
fix(tui): detect Apple Terminal Shift+Enter
3 months ago
tui.ts
chore(ts): use source import extensions
3 months ago
undo-stack.ts
Add the kill ring and undo features to the Input component (#1373) * feat(tui): extract KillRing and UndoStack, add to Input Extract kill ring and undo logic from Editor into reusable classes: - KillRing: ring buffer with accumulation for consecutive kills - UndoStack<S>: generic stack with clone-on-push semantics Refactor Editor to use both classes. Add kill ring (kill/yank/ yank-pop), undo with coalescing, and deleteWordForward to Input. * feat(tui): extract handleBackspace() and handleForwardDelete()
6 months ago
utils.ts
fix(tui): preserve ASCII punctuation word boundaries with Intl.Segmenter (#5067)
2 months ago
word-navigation.ts
fix(tui): align input word segmentation with editor (#5068)
2 months ago