bmux_cli 0.0.1-alpha.1

Command-line interface for bmux terminal multiplexer
1
2
3
4
5
6
pub use bmux_attach_pipeline::render::{
    AttachRenderTrace, AttachRenderTraceOp, AttachSceneRenderStats, ExtensionRenderStats,
    append_pane_output, collect_visual_projection_updates, frame_damage_overlay_rects,
    frame_damage_overlay_render_ops, opaque_row_text, queue_render_ops,
    render_attach_scene_with_stats_and_trace_with_capabilities, visible_scene_pane_ids,
};