aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-03-17 01:52:14 +0000
committerBlaž Hrastnik2022-03-17 01:53:50 +0000
commit2376fc875e659dfce952c0b885e369b4295ba441 (patch)
treea8cf97a4bc098015d24e4b3416594c420b18a907 /helix-term/Cargo.toml
parent16e2b2e36b8e9d8516178ec7e8a3da8962ea5b35 (diff)
Temporarily turn on unicode-lines
Ropey's non-unicode lines impl has some bugs still
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
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"