Skip to content

fix(frontend): Scroll Buffer#588

Open
DenuxPlays wants to merge 10 commits into
mainfrom
frontend/fix/terminal-scroll-buffer
Open

fix(frontend): Scroll Buffer#588
DenuxPlays wants to merge 10 commits into
mainfrom
frontend/fix/terminal-scroll-buffer

Conversation

@DenuxPlays

@DenuxPlays DenuxPlays commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

closes: #514

TODOs:

Maybe:

- fix index() function
- do not clear on resize
- fix cursor shift on window resize
- increased `maxScrollbackLines` to 10_000
- remove manual resizes
- added base rows & columns
@github-actions github-actions Bot added frontend Frontend related changes cliq_term Issues regarding cliq's terminal emulator labels Jul 4, 2026
@DenuxPlays DenuxPlays requested a review from jasonlessenich July 4, 2026 17:04
@DenuxPlays DenuxPlays self-assigned this Jul 4, 2026
@DenuxPlays DenuxPlays changed the title Frontend/fix/terminal scroll buffer @DenuxPlays fix(frontend): Scroll Buffer Jul 4, 2026
@DenuxPlays DenuxPlays changed the title @DenuxPlays fix(frontend): Scroll Buffer fix(frontend): Scroll Buffer Jul 4, 2026
@DenuxPlays DenuxPlays removed the request for review from jasonlessenich July 4, 2026 17:14
- fix test logic
- preserve visible area when resizing
- ran dart format
@DenuxPlays DenuxPlays marked this pull request as draft July 4, 2026 17:53
@DenuxPlays DenuxPlays marked this pull request as ready for review July 4, 2026 18:54
@DenuxPlays DenuxPlays requested review from jasonlessenich and removed request for jasonlessenich July 4, 2026 18:54
@DenuxPlays DenuxPlays marked this pull request as draft July 4, 2026 19:21
- made history size configurable
- changed default size from 10_000 to 2_000
- fix selection and scrolling by calculating absolut rows not visible ones
- automatically go to the bottom when typing or pasting
@DenuxPlays DenuxPlays marked this pull request as ready for review July 4, 2026 21:38
@DenuxPlays DenuxPlays requested a review from jasonlessenich July 4, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cliq_term Issues regarding cliq's terminal emulator frontend Frontend related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature(frontend): Scrollable Terminal/Preserve History

1 participant