A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/lsp.rs')
| -rw-r--r-- | src/lsp.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ pub fn run( } #[derive(Copy, Clone, PartialEq, Eq, std::marker::ConstParamTy, Debug)] pub enum BehaviourAfter { + RedrawNow, Redraw, // Poll, ? how impl. Nil, |