zellij/src/tests/integration
Doron Tsur 75b00b7932
refactor(tabs): lay down infrastructure for status bar (#116)
* resolves #76

* move private fun to bottom

* refactor(tabs): do not allocate when filtering panes to terminals

* style(formatting): make rustfmt happy

Co-authored-by: Aram Drevekenin <aram@poor.dev>
2020-12-19 17:36:23 +01:00
..
snapshots refactor(tabs): lay down infrastructure for status bar (#116) 2020-12-19 17:36:23 +01:00
basic.rs fix(input): read stdin with lock (#72) 2020-11-29 19:12:19 +01:00
close_pane.rs fix(input): read stdin with lock (#72) 2020-11-29 19:12:19 +01:00
compatibility.rs fix(compatibility): fish multiline paste (#112) 2020-12-18 15:59:21 +01:00
layouts.rs feat(infra): add custom panic hook. Print backtrace and thread, error info on panic. (#75) 2020-12-03 15:35:16 +01:00
mod.rs feature(infrastructure): tabs (#89) 2020-12-18 11:11:25 +01:00
move_focus_down.rs feature(infrastructure): tabs (#89) 2020-12-18 11:11:25 +01:00
move_focus_left.rs feature(infrastructure): tabs (#89) 2020-12-18 11:11:25 +01:00
move_focus_right.rs feature(infrastructure): tabs (#89) 2020-12-18 11:11:25 +01:00
move_focus_up.rs feature(infrastructure): tabs (#89) 2020-12-18 11:11:25 +01:00
resize_down.rs feat(infra): add custom panic hook. Print backtrace and thread, error info on panic. (#75) 2020-12-03 15:35:16 +01:00
resize_left.rs fix(input): read stdin with lock (#72) 2020-11-29 19:12:19 +01:00
resize_right.rs fix(input): read stdin with lock (#72) 2020-11-29 19:12:19 +01:00
resize_up.rs fix(input): read stdin with lock (#72) 2020-11-29 19:12:19 +01:00
tabs.rs feature(infrastructure): tabs (#89) 2020-12-18 11:11:25 +01:00
toggle_fullscreen.rs fix(input): read stdin with lock (#72) 2020-11-29 19:12:19 +01:00