vappman 2.1.4__py3-none-any.whl → 2.1.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
vappman/main.py CHANGED
@@ -650,6 +650,12 @@ class Vappman(Prerequisites):
650
650
  # Key was handled by search bar, skip normal processing
651
651
  pass
652
652
  else:
653
+ # If search bar is active but didn't handle the key (e.g., up/down arrows),
654
+ # close the search first (accept current text) before normal processing
655
+ if self.search_bar._active:
656
+ self.search_bar._active = False
657
+ self._on_search_accept(self.search_bar._text)
658
+
653
659
  # Normal mode - let OptionSpinner process the key
654
660
  self.spin.do_key(key, win)
655
661
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vappman
3
- Version: 2.1.4
3
+ Version: 2.1.5
4
4
  Summary: A visual wrapper for appman
5
5
  Keywords: app,installer,manager,appimages
6
6
  Author-email: Joe Defen <joedef@google.com>
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Operating System :: POSIX :: Linux
12
12
  License-File: LICENSE
13
- Requires-Dist: console-window == 1.3.2
13
+ Requires-Dist: console-window == 1.4.3
14
14
  Project-URL: Bug Tracker, https://github.com/joedefen/vappman/issues
15
15
  Project-URL: Homepage, https://github.com/joedefen/vappman
16
16
 
@@ -6,9 +6,9 @@ vappman/PersistentState.py,sha256=65aOCaW5pbHdFFQtBYZB0TwQAvHgMFzwDLkPXRQxoGw,32
6
6
  vappman/Prerequisites.py,sha256=3jm1KDVI2dsIf7NDch7ZiI6LPvQ7_qPbOGYROqbrQ9s,10281
7
7
  vappman/VappmanListCache.py,sha256=QEWzIJsDT2_0kP53_s1hE3GoAIqpug65oCRJjbsV6I4,10008
8
8
  vappman/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- vappman/main.py,sha256=uPXFHANLc2po8JgPDM_E9VHi--llDAh5GnaI1WhV3Y8,32232
10
- vappman-2.1.4.dist-info/entry_points.txt,sha256=c9NHAQ8xJLkwtSWlw_nGNlAPCMODp_qGj4wlaHvbVUM,45
11
- vappman-2.1.4.dist-info/licenses/LICENSE,sha256=qB9OdnyyF6WYHiEIXVm0rOSdcf8e2ctorrtWs6CC5lU,1062
12
- vappman-2.1.4.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
13
- vappman-2.1.4.dist-info/METADATA,sha256=6ks4RZdTJL8qdrMuI7l35n8DUN1Ym3BaLcDgpacl50o,12378
14
- vappman-2.1.4.dist-info/RECORD,,
9
+ vappman/main.py,sha256=M9Y04dx-cuhe7CvoYGexm_NUzrHS2B2OvRJ8Hd5iOvg,32595
10
+ vappman-2.1.5.dist-info/entry_points.txt,sha256=c9NHAQ8xJLkwtSWlw_nGNlAPCMODp_qGj4wlaHvbVUM,45
11
+ vappman-2.1.5.dist-info/licenses/LICENSE,sha256=qB9OdnyyF6WYHiEIXVm0rOSdcf8e2ctorrtWs6CC5lU,1062
12
+ vappman-2.1.5.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
13
+ vappman-2.1.5.dist-info/METADATA,sha256=E87BcSg3Ma5u1X0lEoGetrRMT_8kbe-YZz9gd37RHOQ,12378
14
+ vappman-2.1.5.dist-info/RECORD,,