[−][src]Struct kiro_editor::Screen
Fields
rowoff: usizecoloff: usizecolor_support: ColorSupportMethods
impl<W: Write> Screen<W>[src]
pub fn new<I>(size: Option<(usize, usize)>, input: I, output: W) -> Result<Self> where
I: Iterator<Item = Result<InputSeq>>, [src]
I: Iterator<Item = Result<InputSeq>>,
pub fn refresh(
&mut self,
buf: &TextBuffer,
hl: &mut Highlighting,
buf_pos: (usize, usize)
) -> Result<()>[src]
&mut self,
buf: &TextBuffer,
hl: &mut Highlighting,
buf_pos: (usize, usize)
) -> Result<()>
pub fn clear(&mut self) -> Result<()>[src]
pub fn draw_help(&mut self) -> Result<()>[src]
pub fn set_dirty_start(&mut self, start: usize)[src]
pub fn maybe_resize<I>(&mut self, input: I) -> Result<bool> where
I: Iterator<Item = Result<InputSeq>>, [src]
I: Iterator<Item = Result<InputSeq>>,
pub fn set_info_message<S: Into<String>>(&mut self, message: S)[src]
pub fn set_error_message<S: Into<String>>(&mut self, message: S)[src]
pub fn rows(&self) -> usize[src]
pub fn cols(&self) -> usize[src]
pub fn message_text(&self) -> &str[src]
Auto Trait Implementations
impl<W> Send for Screen<W> where
W: Send,
W: Send,
impl<W> Unpin for Screen<W> where
W: Unpin,
W: Unpin,
impl<W> Sync for Screen<W> where
W: Sync,
W: Sync,
impl<W> UnwindSafe for Screen<W> where
W: UnwindSafe,
W: UnwindSafe,
impl<W> RefUnwindSafe for Screen<W> where
W: RefUnwindSafe,
W: RefUnwindSafe,
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,