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
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
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
>
>> 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