lolTasks 1.0.0__py3-none-any.whl → 1.0.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lolTasks
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A terminal-based weekly task management application with advanced text editing
5
5
  Home-page: https://github.com/lstephensFederation/lolTasks
6
6
  Author: Luke J. Stephens
@@ -0,0 +1,7 @@
1
+ task.py,sha256=kWRfcRCR7kOvhV9nw8FuoG3c30Agf-9OW4SlB49YRWc,21240
2
+ loltasks-1.0.1.dist-info/licenses/LICENSE,sha256=hk-nsgErF1RwyTNTC25zTkmNmgaqQuymLVeCLJnAPpI,1072
3
+ loltasks-1.0.1.dist-info/METADATA,sha256=ZbBcFqB-N2qcsbTRaglEdMDI9jqrAWd9DghVBrg5V1k,4288
4
+ loltasks-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ loltasks-1.0.1.dist-info/entry_points.txt,sha256=HJsWggwn654FnEdH5YpZmU5PdpQUee-8hnORKptZpHU,70
6
+ loltasks-1.0.1.dist-info/top_level.txt,sha256=jZLIHweWDFNjofQk6I3Utkod1CUTeNU4c_pl6hqrJxs,5
7
+ loltasks-1.0.1.dist-info/RECORD,,
task.py CHANGED
@@ -347,7 +347,7 @@ def main(stdscr):
347
347
 
348
348
  # Adjust scroll_offset to make selected visible
349
349
  if selected >= 0:
350
- visible_rows = next_start_y - active_start_y - 1
350
+ visible_rows = next_start_y - active_start_y - 2
351
351
  if selected < scroll_offset:
352
352
  scroll_offset = selected
353
353
  elif selected > scroll_offset + visible_rows - 1:
@@ -1,7 +0,0 @@
1
- task.py,sha256=K8FdAgs1v2YU3DtIjrcvjrlaLLDEozQsXP4dmNcdeeI,21240
2
- loltasks-1.0.0.dist-info/licenses/LICENSE,sha256=hk-nsgErF1RwyTNTC25zTkmNmgaqQuymLVeCLJnAPpI,1072
3
- loltasks-1.0.0.dist-info/METADATA,sha256=7z8RkwIrIEzbtRMoSg_lLOmCIa8eqCAS8-OWfGYQiBg,4288
4
- loltasks-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- loltasks-1.0.0.dist-info/entry_points.txt,sha256=HJsWggwn654FnEdH5YpZmU5PdpQUee-8hnORKptZpHU,70
6
- loltasks-1.0.0.dist-info/top_level.txt,sha256=jZLIHweWDFNjofQk6I3Utkod1CUTeNU4c_pl6hqrJxs,5
7
- loltasks-1.0.0.dist-info/RECORD,,