mirror of
https://github.com/openai/codex.git
synced 2026-05-04 13:21:54 +03:00
Merge branch 'main' into copy_images
This commit is contained in:
@@ -22,10 +22,6 @@ pub(crate) enum AppEvent {
|
||||
/// Text pasted from the terminal clipboard.
|
||||
Paste(String),
|
||||
|
||||
/// Scroll event with a value representing the "scroll delta" as the net
|
||||
/// scroll up/down events within a short time window.
|
||||
Scroll(i32),
|
||||
|
||||
/// Request to exit the application gracefully.
|
||||
ExitRequest,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user