Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mathieui
poezio
Commits
5e2e41d8
Commit
5e2e41d8
authored
Oct 26, 2022
by
mathieui
Browse files
toto
parent
5d3feb74
Pipeline
#4627
failed with stages
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
5e2e41d8
...
...
@@ -5,6 +5,8 @@ poezio
:alt: Poezio logo
:width: 200
test
|pipeline| |python versions| |license|
|discuss|
...
...
poezio/tabs/basetabs.py
View file @
5e2e41d8
...
...
@@ -119,6 +119,15 @@ SHOW_NAME = {
''
:
'available'
}
class
Layout
:
resize_dict
:
Dict
[
str
,
Callable
[[
int
,
int
,
int
,
int
],
None
]]
elements
:
Dict
[
str
,
windows
.
Win
]
def
refresh
(
self
):
pass
def
resize
(
self
):
pass
class
Tab
:
plugin_commands
:
Dict
[
str
,
Command
]
=
{}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment