~kennylevinsen/public-inbox

wldash: allow choosing recent app with tabs v1 APPLIED

Following my previous patchs, with removing a tiny condition, we can use this one to allow user
to choose quickly the last most use app display on the drawer
with TAB and LEFT TAB.

Regards,


Cyril Levis (1):
  feat: allow choosing recent app with tabs

 src/widgets/launcher.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.34.1
#660100 .build.yml success
wldash/patches/.build.yml: SUCCESS in 2m25s

[allow choosing recent app with tabs][0] from [Cyril Levis][1]

[0]: https://lists.sr.ht/~kennylevinsen/public-inbox/patches/27828
[1]: mailto:git@levis.name

✓ #660100 SUCCESS wldash/patches/.build.yml https://builds.sr.ht/~kennylevinsen/job/660100
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~kennylevinsen/public-inbox/patches/27828/mbox | git am -3
Learn more about email & git

[PATCH wldash 1/1] feat: allow choosing recent app with tabs Export this patch

---
 src/widgets/launcher.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/widgets/launcher.rs b/src/widgets/launcher.rs
index db65859..1dacc84 100644
--- a/src/widgets/launcher.rs
+++ b/src/widgets/launcher.rs
@@ -100,7 +100,7 @@ impl<'a> Launcher<'a> {
                Ok(b) => b,
                Err(_) => break,
            };
            let size = if idx == self.offset && !self.input.is_empty() {
            let size = if idx == self.offset {
                let (_, indices) = fuzzy_matcher
                    .fuzzy_indices(&m.name.to_lowercase(), &self.input.to_lowercase())
                    .unwrap_or((0, vec![]));
-- 
2.34.1
wldash/patches/.build.yml: SUCCESS in 2m25s

[allow choosing recent app with tabs][0] from [Cyril Levis][1]

[0]: https://lists.sr.ht/~kennylevinsen/public-inbox/patches/27828
[1]: mailto:git@levis.name

✓ #660100 SUCCESS wldash/patches/.build.yml https://builds.sr.ht/~kennylevinsen/job/660100