Nathan Lilienthal
Nathan Lilienthal
6ded9a55dc61504802f119bb0e24fe5755af922f starts some progress on this by adding Unicode support to the lexer.
**Must read** [Unicode Security Mechanisms - Identifier Characters](https://www.unicode.org/reports/tr39/#Identifier_Characters), and a Rust crate implementation at https://github.com/unicode-rs/unicode-xid.
FWIW, a popup would be less than ideal in my opinion. This seems like another use case for a status line buffer or something like that. I can't remember what...
@kumarharsh just to confirm, does the `window.dimensions` configuration have any effect on your system?
I'm trying to understand how it's possible that spawning on `eDP-1` and moving to `DP-2` doesn't cause a DPR update, but the reverse from `DP-2` to `eDP-1` does. Am I...
You say this is happening on **both** X11 and Wayland? I find it somewhat surprising the exact same behavior would be present for both of them.
I'm conflicted on this... I'd love to have people tweaking this terminal to meet their custom WM needs, but at the same time this is pretty specific to that use...
I'm looking into picking back up launchbadge/sqlx#166 for a personal project of mine, however I require 3D points, otherwise there's no _point_ in my doing any of this. This seems...
The following is how I escape a backtick inside an _inline code-block:_ ``` `` \``` ``` It does seem to break this package's syntax highlighting however: 
Please do not do this by default if you plan to implement this.