blob: ef6c1db5a9adcc08885991516e3e798b17bdd959 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
mod terminal_facet;
mod terminal_scene;
mod terminal_scroll_bar;
pub use terminal_facet::{TerminalConfig, TerminalFacet, TerminalMessages};
pub use terminal_scene::{PointerEventResponse, ScrollContext, TerminalScene};