listpick 0.1.13.37__py3-none-any.whl → 0.1.13.39__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.
- listpick/listpick_app.py +2 -3
- {listpick-0.1.13.37.dist-info → listpick-0.1.13.39.dist-info}/METADATA +1 -1
- {listpick-0.1.13.37.dist-info → listpick-0.1.13.39.dist-info}/RECORD +7 -7
- {listpick-0.1.13.37.dist-info → listpick-0.1.13.39.dist-info}/WHEEL +0 -0
- {listpick-0.1.13.37.dist-info → listpick-0.1.13.39.dist-info}/entry_points.txt +0 -0
- {listpick-0.1.13.37.dist-info → listpick-0.1.13.39.dist-info}/licenses/LICENSE.txt +0 -0
- {listpick-0.1.13.37.dist-info → listpick-0.1.13.39.dist-info}/top_level.txt +0 -0
listpick/listpick_app.py
CHANGED
|
@@ -1015,7 +1015,6 @@ class Picker:
|
|
|
1015
1015
|
|
|
1016
1016
|
if not self.display_only:
|
|
1017
1017
|
curses.doupdate()
|
|
1018
|
-
self.stdscr.refresh()
|
|
1019
1018
|
|
|
1020
1019
|
|
|
1021
1020
|
def infobox(self, stdscr: curses.window, message: list =[], title: str ="Infobox", colours_end: int = 0, duration: int = 4):
|
|
@@ -1991,8 +1990,8 @@ class Picker:
|
|
|
1991
1990
|
|
|
1992
1991
|
elif self.check_key("refresh", key, self.keys_dict) or self.remapped_key(key, curses.KEY_F5, self.key_remappings) or (self.auto_refresh and (time.time() - initial_time) >= self.timer):
|
|
1993
1992
|
self.logger.debug(f"Get new data (refresh).")
|
|
1994
|
-
|
|
1995
|
-
|
|
1993
|
+
self.stdscr.addstr(0,w-3," ", curses.color_pair(self.colours_start+21) | curses.A_BOLD)
|
|
1994
|
+
self.stdscr.refresh()
|
|
1996
1995
|
if self.get_new_data and self.refresh_function:
|
|
1997
1996
|
self.refreshing_data = True
|
|
1998
1997
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
listpick/__init__.py,sha256=ExXc97-bibodH--wlwpQivl0zCNR5D1hvpvrf7OBofU,154
|
|
2
2
|
listpick/__main__.py,sha256=wkCjDdqw093W27yWwnlC3nG_sMRKaIad7hHHWy0RBgY,193
|
|
3
|
-
listpick/listpick_app.py,sha256=
|
|
3
|
+
listpick/listpick_app.py,sha256=F4WP4_ysVLcnM7x8kHMmrNNebq9YnwUI61pOzFRW3Ls,163786
|
|
4
4
|
listpick/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
listpick/ui/build_help.py,sha256=_rVKKrX3HfFJtw-pyeNb2lQWbml4-AAw8sZIUYGn97Y,8731
|
|
6
6
|
listpick/ui/footer.py,sha256=4PO7gS-NSk6zfc2DAwSFPU6Ch_HYfu0L_57u93zfyjk,10711
|
|
@@ -23,9 +23,9 @@ listpick/utils/searching.py,sha256=Xk5UIqamNHL2L90z3ACB_Giqdpi9iRKoAJ6pKaqaD7Q,3
|
|
|
23
23
|
listpick/utils/sorting.py,sha256=WZZiVlVA3Zkcpwji3U5SNFlQ14zVEk3cZJtQirBkecQ,5329
|
|
24
24
|
listpick/utils/table_to_list_of_lists.py,sha256=T-i-nV1p6g8UagdgUPKrhIGpKY_YXZDxf4xZzcPepNA,7635
|
|
25
25
|
listpick/utils/utils.py,sha256=eq4aOkYmBfEGk7mWDV-AI_osf_zowe8GiS5O0GhvSHo,13819
|
|
26
|
-
listpick-0.1.13.
|
|
27
|
-
listpick-0.1.13.
|
|
28
|
-
listpick-0.1.13.
|
|
29
|
-
listpick-0.1.13.
|
|
30
|
-
listpick-0.1.13.
|
|
31
|
-
listpick-0.1.13.
|
|
26
|
+
listpick-0.1.13.39.dist-info/licenses/LICENSE.txt,sha256=2mP-MRHJptADDNE9VInMNg1tE-C6Qv93Z4CCQKrpg9w,1061
|
|
27
|
+
listpick-0.1.13.39.dist-info/METADATA,sha256=b7nXFRS5Oqmumsrg7Dk4TdgXIuf0E9A7eaZ42Ui3uR0,7988
|
|
28
|
+
listpick-0.1.13.39.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
29
|
+
listpick-0.1.13.39.dist-info/entry_points.txt,sha256=-QCf_BKIkUz35Y9nkYpjZWs2Qg0KfRna2PAs5DnF6BE,43
|
|
30
|
+
listpick-0.1.13.39.dist-info/top_level.txt,sha256=5mtsGEz86rz3qQDe0D463gGjAfSp6A3EWg4J4AGYr-Q,9
|
|
31
|
+
listpick-0.1.13.39.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|