Skip to content

Commit

Permalink
Fix manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Oct 15, 2024
1 parent 2a0da75 commit 0d4ae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions alacritty/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ impl Processor {
let mut config = self.config.clone();
config = config_overrides.override_config_rc(config);

#[allow(unused_mut)]
let mut window_context = WindowContext::additional(
let window_context = WindowContext::additional(
gl_config,
event_loop,
self.proxy.clone(),
Expand Down
2 changes: 1 addition & 1 deletion extra/man/alacritty.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set of features with high performance.

Remain open after child process exits.

*--embed*
*--daemon*

Do not spawn an initial window.

Expand Down

0 comments on commit 0d4ae18

Please sign in to comment.