Re: [dev] scc vs 8cc

2015-07-26 Thread Teodoro Santoni
On Sun, Jul 26, 2015 at 10:17:50PM +0200, Daniel Cegiełka wrote: > https://github.com/rui314/8cc > > so why scc? > > Daniel Once upon a time 8cc was a linux x86 64bit C compiler and scc a unix Z80 C compiler. Why what? -- Teodoro Santoni Something is wrong. I don't wanna compile 20 KB of Go c

[dev] scc vs 8cc

2015-07-26 Thread Daniel Cegiełka
https://github.com/rui314/8cc so why scc? Daniel

Re: [dev] [st] Bracketed paste

2015-07-26 Thread Pickfire
On Sun, Jul 26, 2015 at 10:59:36AM +0100, Raphaël Proust wrote: On 26 July 2015 at 03:56, Pickfire wrote: Hi, is there any way for st to use bracketed paste? I have the following in my vimrc which works: if &term =~ "st.*" let &t_ti = &t_ti . "\e[?2004h" let &t_te = "\e[?2004l" . &t_te

Re: [dev] [st] Bracketed paste

2015-07-26 Thread Raphaël Proust
On 26 July 2015 at 03:56, Pickfire wrote: > Hi, is there any way for st to use bracketed paste? I have the following in my vimrc which works: if &term =~ "st.*" let &t_ti = &t_ti . "\e[?2004h" let &t_te = "\e[?2004l" . &t_te function XTermPasteBegin(ret) set pastetoggle=[201~