ttykit 0.3.5__tar.gz → 0.3.7__tar.gz

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: ttykit
3
- Version: 0.3.5
3
+ Version: 0.3.7
4
4
  Summary: Helping made beatiful out in terminal
5
5
  Author: He-STALIN
6
6
  Author-email: hene.stalin@gmail.com
@@ -8,7 +8,7 @@ include = ["ttykit*"]
8
8
 
9
9
  [project]
10
10
  name = "ttykit"
11
- version = "0.3.5"
11
+ version = "0.3.7"
12
12
  description = "Helping made beatiful out in terminal"
13
13
  requires-python = ">=3.13"
14
14
  authors = [
@@ -65,5 +65,5 @@ def set_custom_hook(Traceback: bool= False) -> None:
65
65
 
66
66
  __name__ = 'ttykit'
67
67
  __author__ = 'He-STALIN'
68
- __version__ = '0.3.5'
68
+ __version__ = '0.3.7'
69
69
  __license__ = 'MIT'
@@ -48,8 +48,8 @@ class TUI:
48
48
  self.action: int = 1
49
49
  self._max_menus: int = 0
50
50
  self._menus: list = []
51
- kb.add_hotkey("Up", self.UpMenu)
52
- kb.add_hotkey("Down", self.DownMenu)
51
+ kb.add_hotkey("Up", self._UpMenu)
52
+ kb.add_hotkey("Down", self._DownMenu)
53
53
  kb.add_hotkey("enter", self._selectAction)
54
54
 
55
55
  def _clearTerminal(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ttykit
3
- Version: 0.3.5
3
+ Version: 0.3.7
4
4
  Summary: Helping made beatiful out in terminal
5
5
  Author: He-STALIN
6
6
  Author-email: hene.stalin@gmail.com
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes