Uh oh!
There was an error while loading. Please reload this page.
feat(tui): add cursor style configuration - #32295
Conversation
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
cedc776 to
1a51a12Comparerekram1-node
commented
Jun 18, 2026
/review |
lgtm |
rekram1-node
commented
Jun 18, 2026
AUTOMATED REVIEW: OpenTUI ignores |
dangooddd
commented
Jun 18, 2026
@rekram1-node I have documented that behaviour. Take a look again please |
@simonklee Hello! Can you please check this PR? I really want it to land in dev |
zatarain
commented
Jul 27, 2026
Hi, may I know please why are there 5 check being blocked? Would they need manual approval to get unblocked? |
dangooddd
commented
Jul 27, 2026
@zatarain Yes, they need manual approval |
11c0960 to
42d7241Comparerekram1-node
commented
Aug 7, 2026
runnin |
Uh oh!
There was an error while loading. Please reload this page.
dangooddd
commented
Aug 7, 2026
Thank you! |
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
zatarain
commented
Aug 11, 2026
Yaaaay!! Thank you so much @dangooddd and @rekram1-node 😊 |
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Issue for this PR
Closes#11738
Probably closes#1905
Also I found so many just closed issues and PRs about that feature:
Type of change
What does this PR do?
This PR adds config options to style cursor in opencode and adds docs about this feature.
opentuiframework already supports this confuguration, so this PR does:cursor, with fieldsstyle(line/block/underline/default), andblinking(boolean)It is really requested feature (many issues and PRs closed related to that, many commentators in open issues as well) so I think it will be nice to have.
How did you verify your code works?
Local test with
bun dev(recordings in the section below). In video I configured opencode with project local config file.opencode/tui.json.In video I show only main prompt, but I also tested:
/export)/themes)ctrl + p)Screenshots / recordings
2026-06-14.13-45-44.mp4
Checklist