Skip to content

feat(tui): add clear command#6

Merged
SickleFire merged 1 commit into
SickleFire:masterfrom
aqilaziz:codex/4-tui-clear-command
May 15, 2026
Merged

feat(tui): add clear command#6
SickleFire merged 1 commit into
SickleFire:masterfrom
aqilaziz:codex/4-tui-clear-command

Conversation

@aqilaziz

@aqilaziz aqilaziz commented May 15, 2026

Copy link
Copy Markdown
Contributor

Description

Adds a clear command to the TUI so users can clear previous command output and reset the output scroll position.

Fixes #4

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Chore / Refactor

Related issues

How Has This Been Tested

  • Unit tests: cargo test
  • Integration tests: covered by cargo test
  • Manual steps: cargo fmt --check; cargo build --release
  • Platform tested on: Windows

Checklist

  • I have read the CONTRIBUTING.md and followed the repo guidelines.
  • Code builds locally (cargo build --release)
  • All tests pass (cargo test)
  • New and existing tests cover my changes
  • I added/updated documentation where applicable
  • I updated CHANGELOG or release notes if needed

CI and Performance Notes

  • CI status: expected to pass.
  • Performance impact: none expected.

Screenshots or Logs

N/A

Release Notes

  • Release type: minor
  • Notes for release manager: TUI now supports a clear command to clear command output.

@SickleFire SickleFire self-requested a review May 15, 2026 06:28

@SickleFire SickleFire left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @aqilaziz thank you for contributing to this project, Welcome to mvis

@SickleFire SickleFire merged commit 0c864b4 into SickleFire:master May 15, 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.

Add clear command in TUI

2 participants