-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
line_input bugfixes and improvements
- Loading branch information
Hugo Saporetti Junior
committed
May 3, 2024
1 parent
32db257
commit 1b9ae9b
Showing
46 changed files
with
432 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
app_version = '0.9.122' | ||
app_version = '0.9.124' | ||
app_name = 'hspylib-clitt' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# _*_ coding: utf-8 _*_ | ||
# | ||
# hspylib-clitt v0.9.122 | ||
# hspylib-clitt v0.9.124 | ||
# | ||
# Package: demo.icons.emojis | ||
"""Package initialization.""" | ||
|
||
__all__ = [ | ||
'emojis_demo' | ||
] | ||
__version__ = '0.9.122' | ||
__version__ = '0.9.124' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# _*_ coding: utf-8 _*_ | ||
# | ||
# hspylib-clitt v0.9.122 | ||
# hspylib-clitt v0.9.124 | ||
# | ||
# Package: demo.term | ||
"""Package initialization.""" | ||
|
||
__all__ = [ | ||
'terminal_demo' | ||
] | ||
__version__ = '0.9.122' | ||
__version__ = '0.9.124' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# _*_ coding: utf-8 _*_ | ||
# | ||
# hspylib-clitt v0.9.122 | ||
# hspylib-clitt v0.9.124 | ||
# | ||
# Package: demo.tui.line_input | ||
"""Package initialization.""" | ||
|
||
__all__ = [ | ||
'line_input_demo' | ||
] | ||
__version__ = '0.9.122' | ||
__version__ = '0.9.124' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# _*_ coding: utf-8 _*_ | ||
# | ||
# hspylib-clitt v0.9.122 | ||
# hspylib-clitt v0.9.124 | ||
# | ||
# Package: demo.tui.mchoose | ||
"""Package initialization.""" | ||
|
||
__all__ = [ | ||
'menu_choose_demo' | ||
] | ||
__version__ = '0.9.122' | ||
__version__ = '0.9.124' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# _*_ coding: utf-8 _*_ | ||
# | ||
# hspylib-clitt v0.9.122 | ||
# hspylib-clitt v0.9.124 | ||
# | ||
# Package: demo.tui.mdashboard | ||
"""Package initialization.""" | ||
|
||
__all__ = [ | ||
'menu_dashboard_demo' | ||
] | ||
__version__ = '0.9.122' | ||
__version__ = '0.9.124' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# _*_ coding: utf-8 _*_ | ||
# | ||
# hspylib-clitt v0.9.122 | ||
# hspylib-clitt v0.9.124 | ||
# | ||
# Package: demo.tui.menu | ||
"""Package initialization.""" | ||
|
||
__all__ = [ | ||
'tui_menu_demo' | ||
] | ||
__version__ = '0.9.122' | ||
__version__ = '0.9.124' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# _*_ coding: utf-8 _*_ | ||
# | ||
# hspylib-clitt v0.9.122 | ||
# hspylib-clitt v0.9.124 | ||
# | ||
# Package: demo.tui.mselect | ||
"""Package initialization.""" | ||
|
||
__all__ = [ | ||
'menu_select_demo' | ||
] | ||
__version__ = '0.9.122' | ||
__version__ = '0.9.124' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# _*_ coding: utf-8 _*_ | ||
# | ||
# hspylib-clitt v0.9.122 | ||
# hspylib-clitt v0.9.124 | ||
# | ||
# Package: demo.tui.table | ||
"""Package initialization.""" | ||
|
||
__all__ = [ | ||
'table_demo' | ||
] | ||
__version__ = '0.9.122' | ||
__version__ = '0.9.124' |
Oops, something went wrong.