On Fri, Apr 08, 2016 at 10:26:38PM +0300, Mitt Green wrote:
Draco Metallium wrote:

Did you ever change config.def.h? By hand or maybe with another patch?

I did, by hand, after first clone from git. You know, there was no
config.h, so instead of copying config.def.h, I changed the latter.

If so, just add "#define histsize 2000" to it
(just after "static int borderpx..."), and compile.
Remember to remove config.h, or you will
have to add the line to it as well.

So, I put "#define ..." to both manually and now it's fine.
Thanks.

So, I wonder if cursor shape on inactive terminals could be changed,
'tis always an empty block [1].

[1]: http://imgur.com/IPQSa1O

I guess you could just remove `& WIN_FOCUSED` in st.c:

       if (xw.state & WIN_FOCUSED) {

--
_____________________________________
< Do what you like, like what you do. >
-------------------------------------
       \   ^__^
        \  (oo)\_______
           (__)\       )\/\
               ||----w |
               ||     ||

Reply via email to