helix/helix-term/src
Gokul Soumya 301065fe4d
Fix scrollbar length proportional to total menu items (#2860)
The scrollbar length used to increase with more entries in the menu,
which was counter-intuitive to how scrollbars worked in most
applications. Turns out there was a typo in the floor division
implementation :)
2022-06-23 03:00:12 +09:00
..
commands Remove a couple more unwraps 2022-06-22 02:26:24 +09:00
keymap text-objects: add test capture & elixir queries 2022-06-21 11:32:03 -05:00
ui Fix scrollbar length proportional to total menu items (#2860) 2022-06-23 03:00:12 +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 Remove a couple more unwraps 2022-06-22 02:26:24 +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