mirror of https://github.com/helix-editor/helix
another rogue repr c
parent
759d32e8ac
commit
88be9f9191
|
@ -38,7 +38,6 @@ pub struct Prompt {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||||
#[repr(C)]
|
|
||||||
pub enum PromptEvent {
|
pub enum PromptEvent {
|
||||||
/// The prompt input has been updated.
|
/// The prompt input has been updated.
|
||||||
Update,
|
Update,
|
||||||
|
|
Loading…
Reference in New Issue