a
This commit is contained in:
parent
472614be37
commit
a7f33e018f
@ -5,11 +5,7 @@ use crate::{Color, ITerminalColor};
|
|||||||
use crossterm_utils::Result;
|
use crossterm_utils::Result;
|
||||||
|
|
||||||
use crate::Colored;
|
use crate::Colored;
|
||||||
use std::io;
|
|
||||||
use std::io::BufWriter;
|
|
||||||
use std::io::Stdout;
|
|
||||||
use std::io::Write;
|
use std::io::Write;
|
||||||
use std::sync::RwLock;
|
|
||||||
|
|
||||||
/// This struct is an ANSI escape code implementation for color related actions.
|
/// This struct is an ANSI escape code implementation for color related actions.
|
||||||
pub struct AnsiColor;
|
pub struct AnsiColor;
|
||||||
|
@ -4,8 +4,6 @@ macro_rules! csi {
|
|||||||
($( $l:expr ),*) => { concat!("\x1B[", $( $l ),*) };
|
($( $l:expr ),*) => { concat!("\x1B[", $( $l ),*) };
|
||||||
}
|
}
|
||||||
|
|
||||||
pub static mut flush_count: u32 = 0;
|
|
||||||
|
|
||||||
/// Write a string to standard output whereafter the screen will be flushed.
|
/// Write a string to standard output whereafter the screen will be flushed.
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! write_cout {
|
macro_rules! write_cout {
|
||||||
|
Loading…
Reference in New Issue
Block a user