daemoness
daemoness
Closes #279. This changeset currently implements partial support for EditorConfig. Here's what it includes: * Full support for EditorConfig's globbing style. * The `indent_size`, `indent_style`, `tab_width`, `charset`, and `end_of_line` properties....
My intuition is that paths with trailing slashes should be treated the same as paths without them. I've written [my EditorConfig core in Rust](https://github.com/TheDaemoness/ec4rs) (which, at the time of writing,...
It's unclear to me if this is intentional, but ChanServ's `VERBOSE` setting does not emit notices on use of `TEMPLATE`. For instance, running `/cs TEMPLATE #example autoop +AOeio` while `VERBOSE`...
`/in` allows running focus-sensitive commands in a different focus than the current one. Also lays some of the groundwork for potential future meta-commands and adjusts how subfocuses are indicated in...
`/mentions` shows a view with all messages containing highlights across all your channels. `/grep` changes this view to allow you to search through all your windows for messages matching some...
### What new feature should Elvish have? There doesn't appear to be an option in `edit` for the elvish editor to automatically emit [OSC 133 codes](https://gitlab.freedesktop.org/Per_Bothner/specifications/blob/master/proposals/semantic-prompts.md). These codes allow REPLs/shells...
### 🌧 Describe the problem girc's rate limit is checked before _pushing_ a message onto the send queue `tx`. This means if the connection stalls for long enough for `tx`...
Fairly minimal implementation that bypasses vty and sends escape codes directly to standard output. Uses OSC 9 for iTerm 2, OSC 99 for kitty, and OSC 777 notify for everything...