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

The width of scrollbar #64

Closed
linwaytin opened this issue Mar 6, 2023 · 2 comments
Closed

The width of scrollbar #64

linwaytin opened this issue Mar 6, 2023 · 2 comments

Comments

@linwaytin
Copy link

First I really want to thank the developers for this package. It's fast, lightweight, and supports CJK.

One problem I have is about the width of the scrollbar. Maybe because I have a HiDPI screen, the scrollbar is quite narrow. Is there a way to change the width?

Thank you.

@arakiken
Copy link
Owner

Thanks.
I added --sdpr option to determine the width of "simple" (default) scrollbar.
Starting mlterm with --sdpr 2 option doubles the width of "simple" scrollbar.
There is no way to widen scrollbars except "simple" for now.

c3a2045

@linwaytin
Copy link
Author

Thank you. I just tried it and that's indeed what I want. It would be nice to make it work for other scrollbars, since the HiDPI screens are more common and many users like me have a high-resolution setting.

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Apr 4, 2023
pkgsrc changes:
* make mlconfig.po installed properly (#66)
* remove local patches integrated into upstream

Upstream changes (noted in doc/en/ReleaseNote):

ver 3.9.3
* mlterm-wl supports xdg-decoration.
* Add --disable-compact-truecolor option to ./configure script.
* Add vte 0.68 API symbols to libvte compatible library.
* Add libvterm 0.2 API symbols to libvterm compatible library.
* Add --sdpr / simple_scrollbar_dpr option.
  (arakiken/mlterm#64)
* Set "COLORTERM=truecolor" environmental variable.
  (arakiken/mlterm#36)
* Update unicode property table (generated from UnicodeData.txt and
  EastAsianWidth.txt) to version 15.0.0.
* Support mosh-1.4.0.
* Merge patches:
  arakiken/mlterm#45.
  arakiken/mlterm#46.
  arakiken/mlterm#48.
  arakiken/mlterm#49.
  arakiken/mlterm#55. (Add --role / wm_role option)
  arakiken/mlterm#57.
  arakiken/mlterm#61.
  arakiken/mlterm#62.
  arakiken/mlterm#63.
* Bug fixes:
  Fix arakiken/mlterm#34.
  Fix arakiken/mlterm#35.
  Fix arakiken/mlterm#39.
  Fix arakiken/mlterm#44.
  Fix arakiken/mlterm#50.
  Fix arakiken/mlterm#51.
  Fix arakiken/mlterm#53.
  Fix https://twitter.com/isaki68k/status/1555895011991883783.
  Fix segfault in starting mlterm with --dyncomb and --otl.
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this issue Jun 23, 2023
https://build.opensuse.org/request/show/1094862
by user pgajdos + dimstar_suse
- version update to 3.9.3
  * mlterm-wl supports xdg-decoration.
  * Add --disable-compact-truecolor option to ./configure script.
  * Add vte 0.68 API symbols to libvte compatible library.
  * Add libvterm 0.2 API symbols to libvterm compatible library.
  * Add --sdpr / simple_scrollbar_dpr option.
    (arakiken/mlterm#64)
  * Set "COLORTERM=truecolor" environmental variable.
    (arakiken/mlterm#36)
  * Update unicode property table (generated from UnicodeData.txt and
    EastAsianWidth.txt) to version 15.0.0.
  * Support mosh-1.4.0.
- deleted patches
  - CVE-2022-24130-c_sixel.c-Fix-segmentation-fault-when-the-repeat-cou.patch (upstreamed)
  - mlfc-Fix-crash-with-more-than-1024-font-faces-installed.patch (upstreamed)
  - mlterm-Fix-buff
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

No branches or pull requests

2 participants