Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-tui/src/lib.rs')
| -rw-r--r-- | helix-tui/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/helix-tui/src/lib.rs b/helix-tui/src/lib.rs index 2636b268..8648cfbe 100644 --- a/helix-tui/src/lib.rs +++ b/helix-tui/src/lib.rs @@ -122,12 +122,8 @@ //! you might need a blank space somewhere, try to pass an additional constraint and don't use the //! corresponding area. -pub mod backend; pub mod buffer; pub mod layout; pub mod symbols; -pub mod terminal; pub mod text; pub mod widgets; - -pub use self::terminal::{Terminal, TerminalOptions, Viewport}; |