Logo
Explore Help
Sign In
itsscb/crossterm
1
0
Fork 0
You've already forked crossterm
mirror of https://github.com/crossterm-rs/crossterm.git synced 2025-10-02 15:26:05 +00:00
Code Issues Packages Projects Releases Wiki Activity
crossterm/src/crossterm_terminal/mod.rs
T 215d0cfa83 Use default ANSI for windows, if current windows does not support ANSI switch back to WINAPI. Unix is not tested yet. Notice that currently the console will be set to another mode and that ther is no way back, when ansi is enabled. Storing the old state of the terminal and enable the client to switsh back to the old state will likely be inplemented in crossterm 0.3.0
2018-02-03 17:17:28 +01:00

11 lines
245 B
Rust
Raw Blame History

mod base_terminal;
mod terminal;
mod ansi_terminal;
mod winapi_terminal;
use self::ansi_terminal::AnsiTerminal;
use self::winapi_terminal::WinApiTerminal;
pub use self::base_terminal::ClearType;
pub use self::terminal::{ Terminal, terminal };
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 1036ms Template: 12ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API