Yunling Zhu

Results 6 comments of Yunling Zhu

It may take a few days, I'm busy with other things recently... PR is welcome!

Maybe you prefer another background color for `DiffChange`? Like aqua instead of orange, which is set by [DiffChange Group](https://github.com/chuling/equinusocio-material.vim/blob/dd1b4e47577a7015ae05910c1ad8fe8c28299ffe/colors/equinusocio_material.vim#L76) currently.

Edit `./c/version.h` 1. replace all `#define LIBX11 "libX11.so"` with `/* #define LIBX11 "libX11.so" */` 2. replace all `#define LIBX11 "/usr/X11R6/lib/libX11.dylib"` with `/* #define LIBX11 "/usr/X11R6/lib/libX11.dylib" */` Now you can build...

Update: New PR #331 , add an option `--disable-x11` to configure, which allows you to build Chez Scheme with X11 disabled

It would be very useful to have POSIX signal events like SIGCONT, SIGINT, SIGTSTP.... How about a new event type `Event::Signal(libc::c_int)` ? Without signal events, it's very very difficult and...

For now, I can only implement `ctrl-z` like this, and suspending does work. But restoring by `fg` is not possible, since it relies on `SIGCONT` signal. Similar feature request has...