pimutils / khal

:calendar: CLI calendar application
https://lostpackets.de/khal/
MIT License
2.54k stars 198 forks source link

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

Closed tgy closed 8 months ago

tgy commented 10 months ago

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.

fixes #1289

tgy commented 9 months ago

@WhyNotHugo i fixed the tests, can you trigger the CI build (sorry was busy with work and forgot this PR)

tgy commented 9 months ago

@WhyNotHugo addressed your comments (sorry for not running the tests before), ran the tests locally and everything passes. i think you can trigger the CI again!

tgy commented 8 months ago

@geier done! thanks for catching that

geier commented 8 months ago

@tgy I don't see any changes, did you push?

looks like I didn't reload properly.

geier commented 8 months ago

Works, thanks!