This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
helix
mirror of
https://github.com/helix-editor/helix
Watch
1
Star
0
Fork
You've already forked helix
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
267602328c
helix
/
helix-view
/
src
/
lib.rs
8 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Split parts of helix-term into helix-view. It still largely depends on term for some types but I plan to change that later.
2020-09-21 17:24:16 +08:00
pub
mod
commands
;
pub
mod
keymap
;
created prompt.rs
2020-10-10 04:55:45 +08:00
pub
mod
prompt
;
Split parts of helix-term into helix-view. It still largely depends on term for some types but I plan to change that later.
2020-09-21 17:24:16 +08:00
pub
mod
theme
;
pub
mod
view
;
pub
use
view
::
View
;