You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src/ui
Benoît CORTIER 8664d70e73 Replace `Editor::current` by a macro
This is necessary to workaround ownership issues across function calls.
The issue notably arised when implementing the registers into `Editor`
and I was getting annoyed again when implementing copy/pasting into
system clipboard.
The problem is addressed by using macro calls instead of function calls.
There is no notable side effect.
3 years ago
..
completion.rs Replace `Editor::current` by a macro 3 years ago
editor.rs Replace `Editor::current` by a macro 3 years ago
markdown.rs Completion: Format docs tabs & highlight in the doc's native language 3 years ago
menu.rs Fix Shift-Tab for moving upwards in menu 3 years ago
mod.rs Replace `Editor::current` by a macro 3 years ago
picker.rs Add cursor kind to separate hidden cursor from pos 3 years ago
popup.rs Add cursor kind to separate hidden cursor from pos 3 years ago
prompt.rs Add cursor kind to separate hidden cursor from pos 3 years ago
text.rs Define text color (mostly) in theme.toml. 3 years ago