On Fri, Sep 07, 2018 at 10:10:44AM -0700, Devin Neal wrote: > On Fri, Sep 7, 2018 at 8:15 AM Daniel Tameling <[email protected]> > wrote: > > > > you need to apply the normal scrollback patch before the mouse one. > > Then it works. > > Sorry if it wasn't clear from my previous post, but I applied the > normal scrollback patch before the mouse one when I encountered the > problem. >
Sorry, didn't read your first mail carefully. The thing is that it always worked for me without any problem. But now I managed to reproduce it. Have you built st before applying the patch? That creates a config.h from config.def.h, which is then used during subsequent builds. The patches change only config.def.h, and if there is already an existing config.h, you get the error you described. You either have to transfer the changes to config.h, or if you didn't customize this file yet, you can simply delete it and build st again. -- Best, Daniel
