ttx 0.1.0
|
#include "actions.h"
#include "action.h"
#include "di/format/prelude.h"
#include "tab.h"
#include "ttx/layout.h"
Namespaces | |
namespace | ttx |
Functions | |
auto | ttx::enter_normal_mode () -> Action |
auto | ttx::reset_mode () -> Action |
auto | ttx::navigate (NavigateDirection direction) -> Action |
auto | ttx::resize (ResizeDirection direction, i32 amount_in_cells) -> Action |
auto | ttx::create_tab () -> Action |
auto | ttx::switch_tab (usize index) -> Action |
auto | ttx::quit () -> Action |
auto | ttx::save_state (di::Path path) -> Action |
auto | ttx::stop_capture () -> Action |
auto | ttx::exit_pane () -> Action |
auto | ttx::add_pane (Direction direction) -> Action |
auto | ttx::scroll (Direction direction, i32 amount_in_cells) -> Action |
auto | ttx::send_to_pane () -> Action |