Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
204
Issues
204
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
0648da85
Commit
0648da85
authored
Nov 23, 2010
by
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fasten the refresh of Private and Normal tabs, on input
parent
5fa43e61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/tab.py
src/tab.py
+3
-2
src/windows.py
src/windows.py
+0
-1
No files found.
src/tab.py
View file @
0648da85
...
...
@@ -388,7 +388,8 @@ class PrivateTab(ChatTab):
if
key
in
self
.
key_func
:
self
.
key_func
[
key
]()
return
False
return
self
.
input
.
do_command
(
key
)
self
.
input
.
do_command
(
key
)
return
False
def
on_enter
(
self
):
"""
...
...
@@ -637,7 +638,7 @@ class ConversationTab(ChatTab):
self
.
key_func
[
key
]()
return
False
self
.
input
.
do_command
(
key
)
return
Tru
e
return
Fals
e
def
on_enter
(
self
):
"""
...
...
src/windows.py
View file @
0648da85
...
...
@@ -468,7 +468,6 @@ class TextWin(Win):
txt
=
txt
[
1
:]
first
=
False
return
lines
return
lines
[
-
len
(
messages
):]
# return only the needed number of lines
def
refresh
(
self
,
room
):
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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