There is a bug in attachbelow patch.
Change one line inside attachBelow() function.
- if(c->mon->sel == NULL || c->mon->sel->isfloating) {
+ if (c->mon->sel == NULL || c->mon->sel == c || c->mon->sel->isfloating) {
Br,
Jakub Leszczak
On Thu, Jun 4, 2020 a
Looks like commits related with IME introduced regression. Sounds
reasonable, it might be connected to spanish input.
I personally know nothing about IME so I cannot help much.
All those commits were made by one person. Maybe you could contact with him?
or less middle of `git log
--oneline`, then `git checkout COMMIT`, compile and test.
If COMMIT works it means bug is in later commit, and if it doesn't
work it means that bug is in this or some previous commit.
Repeat couple times and voila. This could be very helpful.
Br,
Jakub Leszczak