Skip to content

fix(tui): remove the shift+enter newline hint from the setup footer - #968

Merged
0xallam merged 1 commit into
mainfrom
devin/1785812577-remove-shift-enter-hint
Aug 4, 2026
Merged

fix(tui): remove the shift+enter newline hint from the setup footer#968
0xallam merged 1 commit into
mainfrom
devin/1785812577-remove-shift-enter-hint

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Drops the shift+enter newline hint from the TUI setup footer (setupHintsView) — most terminals don't send a distinguishable shift+enter sequence, so the hint advertised a keybinding that rarely works. The footer now shows just enter launch scan ctrl+c quit. The bindings themselves (shift+enter/alt+enter/ctrl+j) are untouched for terminals that do support them.

Link to Devin session: https://app.devin.ai/sessions/9669bdcfeb374158972c1b27eacb9e42
Requested by: @0xallam

@0xallam 0xallam self-assigned this Aug 4, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@greptile-apps

greptile-apps Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Removes the misleading shift+enter newline hint from the TUI setup footer while preserving the existing keybindings.

  • The footer now displays only enter launch scan and ctrl+c quit.
  • The narrow-width fallback remains unchanged.

Confidence Score: 5/5

The PR appears safe to merge.

The change only removes a misleading footer hint and leaves keyboard handling and width fallback logic intact.

Important Files Changed

Filename Overview
strix/interface/tui/internal/app/setup.go Removes one unsupported keyboard hint from the setup footer without changing input handling or layout fallback behavior.

Reviews (1): Last reviewed commit: "fix(tui): drop the shift+enter newline h..." | Re-trigger Greptile

@0xallam
0xallam merged commit 6f70b6f into main Aug 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant