diff options
author | Blaž Hrastnik | 2022-03-17 01:52:14 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-03-17 01:53:50 +0000 |
commit | 2376fc875e659dfce952c0b885e369b4295ba441 (patch) | |
tree | a8cf97a4bc098015d24e4b3416594c420b18a907 /helix-term | |
parent | 16e2b2e36b8e9d8516178ec7e8a3da8962ea5b35 (diff) |
Temporarily turn on unicode-lines
Ropey's non-unicode lines impl has some bugs still
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 48365743..6a4d8285 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -16,6 +16,8 @@ build = true app = true [features] +default = ["unicode-lines"] +unicode-lines = ["helix-core/unicode-lines"] [[bin]] name = "hx" |