Skip to content

Conversation

@ariane-emory
Copy link
Contributor

@ariane-emory ariane-emory commented Jan 19, 2026

Set the noWrap property in this file so as not to wrap unnecessarily and introduce an unneeded empty line.

Resolves #9489

Before

dev

After

no-wrap

@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

Based on my search, I found a potentially related PR:

Related PR:

This PR is related to your current PR (#9488) because it also addresses session name/title line wrapping behavior in the TUI. Your PR appears to be a fix that prevents unnecessary line wrapping and empty lines that may have been introduced by or related to that feature. They're addressing opposite concerns with the same component (session title display), so there may be coordination needed between them.

@ariane-emory ariane-emory changed the title fix: Don't unnecessarily wrap lines and introduce an unneeded empty l… fix: Don't unnecessarily wrap lines and introduce an unneeded empty line (resolves #9489) Jan 19, 2026
@ariane-emory ariane-emory marked this pull request as ready for review January 19, 2026 19:51
@rekram1-node rekram1-node merged commit c476995 into anomalyco:dev Jan 19, 2026
8 checks passed
@ariane-emory ariane-emory deleted the fix/session-dialog-no-wrap branch January 19, 2026 22:21
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.

In session_list, long session titles can cause an unnecessary empty line to be inserted

2 participants