So, I need your help to understand the problem here. I'm applying two scrollback's patches on st-0.8.4 but doesn't works when I restart the st's process. Look the following code below:
Code: Select all
$ doas emerge --ask --verbose x11-terms/st
doas (ghost@gentoo) password:
* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-terms/st-0.8.4::gentoo USE="savedconfig" 0 KiB
Total: 1 package (1 reinstall), Size of downloads: 0 KiB
Would you like to merge these packages? [Yes/No]
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) x11-terms/st-0.8.4::gentoo
>>> Installing (1 of 1) x11-terms/st-0.8.4::gentoo
>>> Jobs: 1 of 1 complete Load avg: 0.71, 1.38, 1.42
* Messages for package x11-terms/st-0.8.4:
* Package: x11-terms/st-0.8.4
* Repository: gentoo
* Maintainer: jer@gentoo.org
* USE: abi_x86_64 amd64 elibc_glibc kernel_linux savedconfig userland_GNU
* FEATURES: network-sandbox preserve-libs sandbox selinux sesandbox userpriv usersandbox
* Applying 01-st-scrollback-20200419-72e3f6c.diff ...
* Applying 02-st-scrollback-mouse-20191024-a2c479c.diff ...
* User patches applied.
* Checking existence of "/etc/portage/savedconfig/x11-terms/st-0.8.4" ...
* Found "/etc/portage/savedconfig/x11-terms/st-0.8.4"
* Building using saved configfile "/etc/portage/savedconfig/x11-terms/st-0.8.4"
* Your configuration for x11-terms/st-0.8.4 has been saved in
* "/etc/portage/savedconfig/x11-terms/st-0.8.4" for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Final size of build directory: 472 KiB
* Final size of installed tree: 144 KiB
>>> Auto-cleaning packages...
>>> No outdated packages were found on your system.
* GNU info directory index is up-to-date.
* IMPORTANT: config file '/etc/pulse/default.pa' needs updating.
* See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
* sections of the emerge man page to learn how to update config files.
* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
As you can see, the patches are applied, but when I use it, doesn't works, simply I don't have scroll on st's terminal. Every single time I hit "Shift+PgUp" for example, I write these two characters: 2~
Ah, I used the first method of subtitle named as "Patching" in this following URL:
For more information, you can find these patches in the following Gentoo's Wiki URL:
st-scrollback-20200419-72e3f6c.diff -> https://st.suckless.org/patches/scrollb ... e3f6c.diff
st-scrollback-mouse-20191024-a2c479c.diff -> https://st.suckless.org/patches/scrollb ... c479c.diff
Thanks so much!
Best regards,
Marcus V.




