-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Allow thickness of the bar cursor to be configured? #7168
Comments
@varmanishant is it something you'd like to take care of? |
@vince-fugnitto , Thanks for the response. I am trying to go through it - will let you know on my progress. As, I am new, I need to figure out a few things. |
No problem :) Don't hesitate to ask if you have any questions! |
Related #7121 |
Thanks for adding this PR @vince-fugnitto. Basically it is the same as what I did - however I commented out a block which fails during |
Can someone let me know the exact way to develop a package say @theia/terminal? I am doing |
You can use the following approach to make changes, and update the application. Build Approach
Watch Approach
|
Ah that explains it, thanks @vince-fugnitto. I was missing the |
Refer: #7284 |
There is one more feature that needs to be added:- terminal themes are not reflecting even though there is a code to do that. Should we create a new ticket for that? In terminal-theme-service.ts we are taking the substring from the 13th position; but that doesn't just work because the |
I believe the following issue tracks the theming not working correctly for terminals: |
Closed by #7284 |
Latest
xterm.js
supports configuring the thickness of bar cursor via xtermjs/xterm.js#2590. Is there a task existing already to upgradexterm.js
? If not we could create a new one and add this feature after it is resolved?The text was updated successfully, but these errors were encountered: