Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ikhal] add option to disable mouse, fixes #1289 #1295

Merged
merged 8 commits into from
Oct 24, 2023

Commits on Sep 16, 2023

  1. [ikhal] add option to disable mouse, fixes pimutils#1289

    This is done by passing the `handle_mouse` Boolean argument to urwid's
    main loop (currently unused). By default, the mouse remains enabled
    (see `khal.spec`). Mouse can be disabled either by setting
    `enable_mouse = False` in the `[default]` section of khal's config
    file, or by passing the `--no-mouse` flag to the `khal interactive` or
    `ikhal` click commands.
    choucavalier committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    01d8d2e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix settings_test

    choucavalier committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d3edf74 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    4b9698d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. pos/neg flag as suggested by @WhyNotHugo

    Co-authored-by: Hugo <[email protected]>
    choucavalier and WhyNotHugo authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    0ab2595 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. fixes

    choucavalier committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b61cf4a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. add myself to AUTHORS

    choucavalier committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e5ff223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d36c9 View commit details
    Browse the repository at this point in the history
  3. address geier comment

    choucavalier committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5d7daab View commit details
    Browse the repository at this point in the history