This website requires JavaScript.
Explore
Help
Register
Sign In
blasthavers
/
minicrossterm
Watch
2
Star
0
Fork
0
You've already forked minicrossterm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
86a82a33cd
minicrossterm
/
examples
/
Crossterm 0.2.1
/
terminal
/
mod.rs
5 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
Added alternate screen support for unix systems
2018-06-10 05:59:43 +10:00
pub
mod
alternate_screen
;
Changed module names and some method names to make the calls more cleaner. Fixed get cursor position for unix. Default ansi codes if not supported winapi will be used.
2018-05-20 22:08:14 +10:00
mod
raw_mode
;
Refactored namespaces. Added comments where needed. Alternatescreen is working for windows 10 terminals. Refactored usings. Rearanged usings. Raw Mode / alternate screeen windows yet to be tested. Added examples. Refactored code
2018-03-11 03:33:06 +11:00
pub
mod
terminal
;
Reference in New Issue
Copy Permalink