Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes "Serial console interferes with scroll bar" #989 #1396

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

benjaminleonard
Copy link
Contributor

Combination of updating xterm to include this PR and removing the padding on the terminal div.

CleanShot 2023-03-13 at 09 57 45

Fixes #989

@vercel
Copy link

vercel bot commented Mar 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
console-ui-storybook ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 13, 2023 at 10:01AM (UTC)

@@ -14,7 +14,6 @@ interface TerminalProps {
const options: ITerminalOptions = {
allowTransparency: false,
screenReaderMode: true,
rendererType: 'dom',
Copy link
Collaborator

Choose a reason for hiding this comment

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

dom renderer is now default and canvas option is an addon

xtermjs/xterm.js#3271

@david-crespo david-crespo merged commit ddd8a45 into main Mar 13, 2023
@david-crespo david-crespo deleted the fix-xterm-scroll branch March 13, 2023 15:46
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.

Serial console interferes with scroll bar
2 participants