Add doc-comment for mouse-mode
This commit is contained in:
parent
337674b073
commit
6299660d5c
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ pub struct Options {
|
||||||
pub layout_dir: Option<PathBuf>,
|
pub layout_dir: Option<PathBuf>,
|
||||||
#[structopt(long)]
|
#[structopt(long)]
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
|
/// Disable handling of mouse events
|
||||||
pub disable_mouse_mode: bool,
|
pub disable_mouse_mode: bool,
|
||||||
/// Set behaviour on force close (quit or detach)
|
/// Set behaviour on force close (quit or detach)
|
||||||
#[structopt(long)]
|
#[structopt(long)]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue