1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-08-28 11:36:17 +03:00

fix compilation error of placepop example and add it to examples doc

Этот коммит содержится в:
rhysd
2023-10-01 22:23:18 +09:00
родитель 98a60e9138
Коммит c03b453f99
2 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@@ -2,7 +2,7 @@ use crossterm::event::{DisableMouseCapture, EnableMouseCapture};
use crossterm::terminal::{
disable_raw_mode, enable_raw_mode, EnterAlternateScreen, LeaveAlternateScreen,
};
use crossterm_026 as crossterm;
use crossterm_027 as crossterm;
use ratatui::backend::CrosstermBackend;
use ratatui::layout::Rect;
use ratatui::style::{Color, Style};