On Sun, Jul 13, 2014 at 03:29:15AM +0300, Dimitris Zervas wrote: > I think that the patch is ready.
Hi Dimitris, I am not being able to build it (on ad325a): sandy.c: In function ‘i_termwininit’: sandy.c:1397:5: error: ‘USE_TERM_STATUS’ undeclared (first use in this function) if(USE_TERM_STATUS && tigetflag("hs") > 0) { ^ sandy.c:1397:5: note: each undeclared identifier is reported only once for each function it appears in sandy.c:1403:26: error: ‘BOTTOM_TITLE’ undeclared (first use in this function) titlewin=newwin(1,cols,BOTTOM_TITLE?lines-1:0,0);