juliusHuelsmann / st

Repatch repository of developed 'Vim Browse' and 'Alpha Focus Highlight' patches for simple terminal (st).
https://st.suckless.org/patches/alpha_focus_highlight/
MIT License
28 stars 11 forks source link

alphaFocusHighlight patches appear to be broken against st master #24

Closed cmpunches closed 4 years ago

cmpunches commented 4 years ago
[ bagira @ forge.silogroup.lan ] << ~/development/external/st >>

[- git apply patch/02_focus_alpha/st-alphaFocusHighlight-20200212-2b8333f.diff
patch/02_focus_alpha/st-alphaFocusHighlight-20200212-2b8333f.diff:269: trailing whitespace.
        for (i = 0; i < dc.collen; i++)
error: patch failed: x.c:1663
error: x.c: patch does not apply
error: patch failed: x.c:757
error: x.c: patch does not apply
error: patch failed: x.c:763
error: x.c: patch does not apply
cmpunches commented 4 years ago

also the links in the suckless docs for this get a bunch of 404's. a little cleanup is needed here.

cmpunches commented 4 years ago

update: x.c:1663 i was able to adjust to get an approximation of the changes. the patch itself will need changed to reflect xw's ime object providing xic.

cmpunches commented 4 years ago

same for x.c:757

cmpunches commented 4 years ago

git diff after changes ticket.txt

juliusHuelsmann commented 4 years ago

Thanks for the notification! I think this is due to the changes performed on the master brach since commit 895e5b5 and I will create and upload a patch that can be applied to the current head of master. As for the links: I updated the files from which the webpage are generated to reflect the new location of the patches a few days ago, but updates to the page take some time as have to be approved.

juliusHuelsmann commented 4 years ago

This patch can be applied against the current commit on the master branch, and will become available on the st wiki.

cmpunches commented 4 years ago

teamwork