notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 3b68e285fb8a09589ff5b39d123781b42f3363b4
parent 5043f00eb3d224011ac68b406f973ca20764517c
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 15 Jan 2025 13:48:33 -0800

grip: show pointer cursor on grip

Diffstat:
Mcrates/notedeck_columns/src/ui/column/header.rs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/crates/notedeck_columns/src/ui/column/header.rs b/crates/notedeck_columns/src/ui/column/header.rs @@ -223,6 +223,8 @@ impl<'a> NavTitle<'a> { d.insert_temp(cur_id, true); } }); + } else if move_resp.hovered() { + ui::show_pointer(ui); } ui.data(|d| d.get_temp(cur_id)).and_then(|val| {