Add doc-comment for mouse-mode

This commit is contained in:
a-kenji 2021-07-09 11:57:52 +02:00
parent 337674b073
commit 6299660d5c

View file

@ -54,6 +54,7 @@ pub struct Options {
pub layout_dir: Option<PathBuf>,
#[structopt(long)]
#[serde(default)]
/// Disable handling of mouse events
pub disable_mouse_mode: bool,
/// Set behaviour on force close (quit or detach)
#[structopt(long)]