From 6ba082697d4a930d4114e950a212f115bace47e9 Mon Sep 17 00:00:00 2001 From: Jan Hrastnik Date: Wed, 24 Jun 2020 20:59:35 +0200 Subject: added cursor rendering --- helix-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src/lib.rs') diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 74900c01..f9e987a6 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -3,7 +3,7 @@ mod buffer; pub mod commands; mod graphemes; mod selection; -mod state; +pub mod state; mod transaction; pub use ropey::{Rope, RopeSlice}; -- cgit v1.2.3-70-g09d2