Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+3 -3
View File
@@ -8,14 +8,14 @@ use pathfinder_geometry::vector::vec2f;
use serde::{Deserialize, Serialize};
use std::cmp::max;
mod package_installers;
pub(crate) use history::UpArrowHistoryConfig;
pub use view::Event;
pub use view::TerminalView;
pub use galaxy_terminal::shell::{self, ShellLaunchData};
use galaxyui::geometry::vector::Vector2F;
use galaxyui::units::{IntoPixels, Lines, Pixels};
use galaxyui::AppContext;
use galaxyui::WindowId;
pub(crate) use history::UpArrowHistoryConfig;
pub use view::Event;
pub use view::TerminalView;
pub use {history::History, history::HistoryEntry, history::HistoryEvent, history::ShellHost};
mod block_list_settings;