Re: [dev] [edit] Introducing edit, a simple text editor

2023-09-27 Thread Arthur Jacquin
Hi Arthur, I tried to build your project, but it failed for me: termbox2.h:2209:22: error: storage size of 'sa' isn't known termbox2.h:2345:46: error: 'struct sigaction' has no member named 'sa_handler' termbox2.h:2345:44: error: invalid use of undefined type 'struct sigaction' All the best,

[dev] [edit] Introducing edit, a simple text editor

2023-09-27 Thread Arthur Jacquin
Hello suckless developers, This is my first time here, I hope I'm doing everything correctly :) There is a bit of a story leading to this post. About a year ago, I discovered the kakoune text editor. At that time I was a pretty happy vim user, but kakoune arguments for its reversed grammar[0]

Re: [dev] [edit] Introducing edit, a simple text editor

2023-09-27 Thread Arthur Jacquin
On 27/09/2023 17:10, Страхиња Радић wrote: On 23/09/27 03:50PM, Arthur Jacquin wrote: termbox2.h is not C99 compliant, yet the -std=c99 compilation flag is set in the default configuration. On the compilers I tried, it has not been a problem as the non-C99 parts were ignored, but I shouldn't

Re: [dev] [edit] Introducing edit, a simple text editor

2023-10-22 Thread Arthur Jacquin
This looks pretty nice, I also like the fact that bindings are easily configurables. I have a few patches that I'll propose later after more usage. Thanks for your nice reply! Can't wait to see your patches ;) One thing that I miss there though, as a luser, is editing history. To me, undo-ing