Hello Alex, Alex Yegupov writes: > [...] > 1) st with recent version from git://git.suckless.org/st isn't build > (st 0.5 is built fine but any further doesn't) > > "make" command error see in attachment > > How to make it build? > [...]
>From the compiler errors it seems that a local config.h is used. If that's the case it is probably better to try without it - i.e. with the existing config.def.h - and if that's work adjust the local config.h accordingly. > 2) 'control+tab' keypress seems not wokring (at least emacs -nw > consider it like just 'Tab') > Is there a way to make this keypress work? > [...] I think that maybe this can adjusted by adding a corresponding key in the key[] array.