zellij/zellij-utils/src/input
Aram Drevekenin f4ad946497
fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)
* work

* work

* fix: selection mishandling

* style(fmt): rustfmt

* style(comments): remove outdated

* style(clippy): make clippy happy

* fix(mouse): off by one sgr/utf8 reporting

* style(fmt): rustfmt

* fix(mouse): correctly report drag event code

* fix(input): support mouse middle click

* style(fmt): rustfmt
2022-08-17 09:28:51 +02:00
..
unit fix(status-bar): reflect actual current keybindings (#1242) 2022-07-27 16:48:35 +02:00
actions.rs fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664) 2022-08-17 09:28:51 +02:00
command.rs feat(scroll): edit scrollback with default editor (#1456) 2022-06-06 09:20:07 +02:00
config.rs feat: support themes directory (#1577) 2022-07-24 21:30:58 +09:00
keybinds.rs fix(status-bar): reflect actual current keybindings (#1242) 2022-07-27 16:48:35 +02:00
layout.rs fix(status-bar): reflect actual current keybindings (#1242) 2022-07-27 16:48:35 +02:00
mod.rs fix(status-bar): reflect actual current keybindings (#1242) 2022-07-27 16:48:35 +02:00
mouse.rs chore(deps): move from termion to termwiz for STDIN handling (#1249) 2022-03-23 09:08:35 +01:00
options.rs feat: support themes directory (#1577) 2022-07-24 21:30:58 +09:00
plugins.rs refactor(crates): move shared contents from zellij tile to zellij utils (#1541) 2022-07-06 16:06:56 +02:00
theme.rs feat: support themes directory (#1577) 2022-07-24 21:30:58 +09:00