mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-24 05:03:06 +00:00
3d2fc76aa2
Adds mouse support to the application, to move between widgets and click on elements. List of things to added: - Click to move between widgets - Click to move between widgets in basic mode - Click on widget entries - Ability to disable mouse if you don't like it, I guess
9 lines
No EOL
264 B
XML
9 lines
No EOL
264 B
XML
// TODO: Test basic mode
|
|
// #[test]
|
|
// fn test_basic_mode() {
|
|
// let ret_bottom_layout = BottomLayout::init_basic_default(false);
|
|
// }
|
|
|
|
// TODO: Test moving around with procs and their hidden children.
|
|
|
|
// TODO: Test moving around with cpus if they get hidden. |