Re: [dev] [patch] sandy

2014-07-13 Thread Dimitris Papastamos
On Sun, Jul 13, 2014 at 06:22:23PM +0200, Rafa Garcia Gallego wrote: > As stated before, I don't have access to the git repo at suckless.org > anymore, but in the meantime you can find the changes at > https://bitbucket.org/rafaelgg/sandy I can apply the patches if you want. Just let me know.

[dev] [dvtm] [PATCH] Replace interpret_esc_xterm with interpret_osc.

2014-07-13 Thread Mark Edgar
The patch below fixes a bug where title changes are not recognized, e.g.: printf '\033];title\007' The missing parameter (before the semicolon) should be interpreted as 0. -Mark From 81dd1a32e065e797d2c13fbb5d6eb78b1ae4bd40 Mon Sep 17 00:00:00 2001 From: Mark Edgar Date: Sat, 4 Jan 2014 21

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-13 Thread Dimitris Zervas
On July 13, 2014 10:44:45 PM EEST, Dimitris Zervas wrote: >On July 13, 2014 9:56:12 PM EEST, Amadeus Folego > wrote: >>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

[dev] [sandy] IRC channel

2014-07-13 Thread Dimitris Zervas
Hey guys, I see that there is some interest in sandy, so I created a channel to discuss. #sandy on irc.oftc.net

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-13 Thread Dimitris Zervas
On July 13, 2014 9:56:12 PM EEST, Amadeus Folego wrote: >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_

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-13 Thread Amadeus Folego
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_TER

Re: [dev] [patch] sandy

2014-07-13 Thread Rafa Garcia Gallego
On Mon, Jun 30, 2014 at 6:42 AM, wrote: > Subject: [PATCH 1/5] call endwin on suspend > Subject: [PATCH 2/5] better regcomp failure messages > Subject: [PATCH 3/5] simplify c file regex > Subject: [PATCH 4/5] optionalize to use term status feature > Subject: [PATCH 5/5] possibilize title bar at b

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-13 Thread Dimitris Zervas
On July 13, 2014 5:50:44 PM EEST, Rafa Garcia Gallego wrote: >On Sun, Jul 13, 2014 at 2:40 PM, Dimitris Zervas >wrote: >>>Great work! I found a couple of bugs, but they should be easy to fix. >> Add a comment to be able to track them > >'m', 'n' and 'N' were not working in command mode (the Arg

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-13 Thread Rafa Garcia Gallego
On Sun, Jul 13, 2014 at 2:40 PM, Dimitris Zervas wrote: >>Great work! I found a couple of bugs, but they should be easy to fix. > Add a comment to be able to track them 'm', 'n' and 'N' were not working in command mode (the Arg was 0 so it was starting a sequence). I fixed it by creating a stub m

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-13 Thread Dimitris Zervas
>Great work! I found a couple of bugs, but they should be easy to fix. Add a comment to be able to track them >I think we could aim for maximum expectability while keeping the >amount of code at a minimum: anyone using basic vi commands should >feel mostly at home when using sandy. > >As a persona

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-13 Thread Rafa Garcia Gallego
On Sun, Jul 13, 2014 at 2:29 AM, Dimitris Zervas wrote: > I think that the patch is ready. > It has some little bugs and some beautiful vim keys were not implemented > (such as r), but I'll work on them... > I'm not into creating a dozen more functions, so it will take me some time to > think a