helix/helix-view/src
Blaž Hrastnik 6dd7dc4eb2 fix: xsel copy should not freeze the editor
If using --nodetach, xsel would end up continually running in the
foreground, so the command execution would never finish.

Fixes #630
2021-08-22 15:01:12 +09:00
..
clipboard.rs fix: xsel copy should not freeze the editor 2021-08-22 15:01:12 +09:00
document.rs Document more of document.rs (#562) 2021-08-18 09:59:10 +09:00
editor.rs Extract view.inner_area(), simplify render_focused_view_elements 2021-08-19 15:59:03 +09:00
graphics.rs Refactor new Rect construction (#575) 2021-08-21 14:21:20 +09:00
info.rs Refactor infobox rendering and parsing (#579) 2021-08-17 09:25:48 +09:00
input.rs Refactor case where key event is solely a character 2021-07-29 08:39:58 +08:00
keyboard.rs Update keyboard.rs (#516) 2021-07-27 16:32:05 +09:00
lib.rs Add infobox 2021-07-04 18:01:59 +09:00
macros.rs Replace `Editor::current` by a macro 2021-06-18 09:38:10 +09:00
register_selection.rs Implement missing Debug and update Cargo.lock 2021-06-10 22:00:08 +09:00
theme.rs Refactor theme parsing (#570) 2021-08-12 10:00:19 +09:00
tree.rs Fix typo 2021-07-20 22:10:43 +09:00
view.rs Refactor new Rect construction (#575) 2021-08-21 14:21:20 +09:00