listpick 0.1.13.47__py3-none-any.whl → 0.1.13.48__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 CHANGED
@@ -1008,15 +1008,15 @@ class Picker:
1008
1008
  self.infobox_picker.stdscr.resize(infobox_height, infobox_width)
1009
1009
  self.infobox_picker.run()
1010
1010
  self.infobox_picker.stdscr.noutrefresh()
1011
- curses.doupdate()
1012
1011
  else:
1013
1012
  # self.stdscr.noutrefresh()
1014
1013
  pass
1015
1014
 
1016
1015
 
1017
- # if not self.display_only:
1018
- # self.stdscr.refresh()
1019
- # pass
1016
+ if not self.display_only:
1017
+ curses.doupdate()
1018
+ self.stdscr.refresh()
1019
+ pass
1020
1020
 
1021
1021
 
1022
1022
  def infobox(self, stdscr: curses.window, message: list =[], title: str ="Infobox", colours_end: int = 0, duration: int = 4):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: listpick
3
- Version: 0.1.13.47
3
+ Version: 0.1.13.48
4
4
  Summary: Listpick is a powerful TUI data tool for creating TUI apps or viewing/comparing tabulated data.
5
5
  Home-page: https://github.com/grimandgreedy/listpick
6
6
  Author: Grim
@@ -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=tDrN1x1zVIIVnd264S2EyyHtojkr6RSHTN0WX3mxD5Q,164046
3
+ listpick/listpick_app.py,sha256=gVPQpAqXxus7cWVRNFSXwh9QyiwsEgbqlBdj3AH3Tmc,164040
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=Jk0XY4V75qnGQI6MEQp0VEuXsNBVqnVHgRswMHgCks8,13788
26
- listpick-0.1.13.47.dist-info/licenses/LICENSE.txt,sha256=2mP-MRHJptADDNE9VInMNg1tE-C6Qv93Z4CCQKrpg9w,1061
27
- listpick-0.1.13.47.dist-info/METADATA,sha256=OT4V0o_yNiIJMeuYHgptyT4lzvKhpBiIW1mz_D8VhcA,7988
28
- listpick-0.1.13.47.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
- listpick-0.1.13.47.dist-info/entry_points.txt,sha256=-QCf_BKIkUz35Y9nkYpjZWs2Qg0KfRna2PAs5DnF6BE,43
30
- listpick-0.1.13.47.dist-info/top_level.txt,sha256=5mtsGEz86rz3qQDe0D463gGjAfSp6A3EWg4J4AGYr-Q,9
31
- listpick-0.1.13.47.dist-info/RECORD,,
26
+ listpick-0.1.13.48.dist-info/licenses/LICENSE.txt,sha256=2mP-MRHJptADDNE9VInMNg1tE-C6Qv93Z4CCQKrpg9w,1061
27
+ listpick-0.1.13.48.dist-info/METADATA,sha256=evt1Cwen_AjD6NXcZtDD6GpR2whgHjtLVmCa1EhTEOk,7988
28
+ listpick-0.1.13.48.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
+ listpick-0.1.13.48.dist-info/entry_points.txt,sha256=-QCf_BKIkUz35Y9nkYpjZWs2Qg0KfRna2PAs5DnF6BE,43
30
+ listpick-0.1.13.48.dist-info/top_level.txt,sha256=5mtsGEz86rz3qQDe0D463gGjAfSp6A3EWg4J4AGYr-Q,9
31
+ listpick-0.1.13.48.dist-info/RECORD,,