helix/helix-term/src
Gokul Soumya 3108a11d35
Refactor handling of mouse events (#2893)
- Simplified match statements by destructuring MouseEvent struct
  at the top and then matching on event.kind.
- Extracted out closures for calculating (1) position and view
  of mouse click and (2) gutter coordinates and view of mouse click.
2022-06-28 01:05:07 +09:00
..
commands feat: highlight / select symbol under cursor using LSP textDocument/documentHighlight (#2738) 2022-06-27 20:19:56 +09:00
keymap feat: highlight / select symbol under cursor using LSP textDocument/documentHighlight (#2738) 2022-06-27 20:19:56 +09:00
ui Refactor handling of mouse events (#2893) 2022-06-28 01:05:07 +09:00
application.rs factor new Application with file arg to function 2022-06-19 00:00:31 -04:00
args.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
commands.rs feat: highlight / select symbol under cursor using LSP textDocument/documentHighlight (#2738) 2022-06-27 20:19:56 +09:00
compositor.rs use test terminal backend for integration tests 2022-06-18 23:57:47 -04:00
config.rs Move top level lsp config to editor.lsp (#1868) 2022-03-28 10:11:52 +09:00
health.rs fix: do not color health summary when stdout is piped (#2836) 2022-06-20 17:07:32 +02:00
job.rs fix(command): write-quit: do not quit if write fails 2022-06-18 23:57:47 -04:00
keymap.rs Improve Readability (#2639) 2022-06-01 12:01:37 -05:00
lib.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
main.rs use main application event loop 2022-06-18 23:54:03 -04:00