Files
tf_code/packages/opencode
Sebastian Herrlinger 53b7cb62c4 upgrade opentui to 0.1.41:
- enables modifyOtherKeys to get CSI u sequences in terminals that support it
- uses Private Mode 2026 for synced rendering to fix cursor flickering in terminals like iTerm2
- lazy highlighting for code renderables (perf)
- linear scroll acceleration by default
- align textarea default bindings more with readline
- fix vertical cursor movement in textarea
- introduce stdin buffer to handle chunked sequences
- improve capability detection (async)
- renderer emits focus/blur events when app is focused/blurred (if supported by terminal)
2025-11-11 23:00:31 +01:00
..
ci
2025-11-11 02:15:33 -05:00
2025-07-03 21:36:09 -04:00
2025-08-05 12:01:48 -04:00
2025-10-31 15:07:36 -04:00
2025-11-11 23:00:31 +01:00
2025-05-30 20:48:36 -04:00
2025-11-11 18:38:23 +00:00
2025-10-14 18:30:32 -04:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.