zellij/zellij-utils/src
Kunal Mohan d90e3d4cac
Feature: Move panes directionally (#762)
* Feature: Move panes directionally

* change keybinds

* Fix active pane after move

* Add a separate 'Move' mode

* Add tests

* Add more tests

* Send resize message to pty

* wrap set_terminal_size_using_fd() in macro

* change keybind for Move mode

* cargo fmt

* fix test

* move render functions from tab.rs to screen.rs

* undo wrong keybinds
2021-10-19 20:20:28 +05:30
..
input Feature: Move panes directionally (#762) 2021-10-19 20:20:28 +05:30
channels.rs refactors for #525 (#534) 2021-05-27 16:28:28 +02:00
cli.rs feat(cli): add kill-session command (#745) 2021-10-11 16:57:56 +02:00
consts.rs logging: remove unused log functions, change log file const to new file (#779) 2021-10-18 10:52:58 +02:00
errors.rs Feature: Move panes directionally (#762) 2021-10-19 20:20:28 +05:30
ipc.rs feat(cli): add kill-session command (#745) 2021-10-11 16:57:56 +02:00
lib.rs feat(ui): initial mouse support (#448) 2021-07-02 16:40:50 +02:00
logging.rs logging: remove unused log functions, change log file const to new file (#779) 2021-10-18 10:52:58 +02:00
pane_size.rs feat(ui): overhauled resize and layout systems 2021-08-28 17:46:24 +01:00
position.rs feat(ui): overhauled resize and layout systems 2021-08-28 17:46:24 +01:00
setup.rs fix(setup): switch setup order (#765) 2021-10-05 13:43:05 +02:00
shared.rs Calculate width with unicode-width in tab-bar and utils (#709) 2021-09-12 20:29:07 +02:00