[dev] [sbase][PATCH] Add tsort(1)

2016-02-16 Thread Mattias Andrée
Signed-off-by: Mattias Andrée --- Makefile | 1 + README | 1 + tsort.1 | 72 + tsort.c | 218 +++ 4 files changed, 292 insertions(+) create mode 100644 tsort.1 create mode 100644 tsort.c diff --git a/Make

Re: [dev] [PATCH] [st] copyurl patch with corrected clipboard behaviour

2016-02-16 Thread Christoph Lohmann
Greetings. On Tue, 16 Feb 2016 18:16:50 +0100 David Phillips wrote: > I am aware this patch will not be merged. If there is no opposition, I will > replace the old one on the wiki in the next few days. Sounds good. Thanks for proposing the change. Sincerely, Christoph Lohmann 💻 http://r-36.n

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-02-16 Thread Maxime Coste
Hello On Mon, Feb 15, 2016 at 05:34:58PM +0100, Marc André Tanner wrote: > In general what kind of data structure do you use to keep track of cursors > when the buffer changes? That is when something is inserted/deleted at a > cursor location, do you need to update the location of all subsequent >

Re: [dev] [vis] text_line_end() in insert mode

2016-02-16 Thread k0ga
>> Idea: modify `st` so it can change `cursorahape` dynamically, modify >> `vis` to change the cursor on mode change. > Maybe I'm crazy, but doesn't st already do this? Neovim is able to change the > cursor when running in it. There is a sequence to chnge the cursor shape, and I guess neovim is us