Re: [dev] [st] vim mouse not working

2015-07-27 Thread Otto Modinos
You need to set ttymouse. vim doesn't know about st, so it doesn't detect the correct ttymouse value (xterm seems to work fine for st). neovim changed the TUI (and mouse) code quite a lot so I'm guessing that's the reason It Just Works™.

Re: [dev] scc vs 8cc

2015-07-27 Thread Roberto E. Vargas Caballero
On Sun, Jul 26, 2015 at 11:58:20PM +0200, Teodoro Santoni wrote: > > > > so why scc? > > > > Once upon a time 8cc was a linux x86 64bit C compiler and scc a unix Z80 C > compiler. Why what? Yes, it is true. When I began scc (at that moment kcc), the problem I had was that compilers for z80 was

Re: [dev] [st] Updated scrollback patch

2015-07-27 Thread spaceman
Hi, Updated the scrollback patch for 0.6, it appears to work. Regards, spaceman diff --git a/config.def.h b/config.def.h index 64e75b8..c45666f 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,7 @@ */ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";

Re: [dev] [st] vim mouse not working

2015-07-27 Thread Pickfire
On Mon, Jul 27, 2015 at 09:50:18AM +0200, Martti Kühne wrote: Generally, mouse interaction is fully implemented and produce the correct sequences. As I don't use vim, however, I'm not sure what vim does right or wrong in this case. A quick google reveals that there are several different mouse-re

Re: [dev] [st] vim mouse not working

2015-07-27 Thread Martti Kühne
Generally, mouse interaction is fully implemented and produce the correct sequences. As I don't use vim, however, I'm not sure what vim does right or wrong in this case. A quick google reveals that there are several different mouse-related options, one of which is ttymouse. What's that set to in yo