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
205
Issues
205
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
7b5407b7
Commit
7b5407b7
authored
Jan 12, 2011
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly refresh the screen on ^G on roster commands
parent
b10fd0d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/tabs.py
src/tabs.py
+1
-0
src/windows.py
src/windows.py
+1
-0
No files found.
src/tabs.py
View file @
7b5407b7
...
...
@@ -918,6 +918,7 @@ class RosterInfoTab(Tab):
def
reset_help_message
(
self
,
_
=
None
):
curses
.
curs_set
(
0
)
self
.
input
=
self
.
default_help_message
self
.
core
.
refresh_window
()
return
True
def
execute_slash_command
(
self
,
txt
):
...
...
src/windows.py
View file @
7b5407b7
...
...
@@ -1081,6 +1081,7 @@ class CommandInput(Input):
self
.
key_func
[
'^M'
]
=
self
.
success
self
.
key_func
[
'
\n
'
]
=
self
.
success
self
.
key_func
[
'^G'
]
=
self
.
abort
self
.
key_func
[
'^C'
]
=
self
.
abort
def
do_command
(
self
,
key
):
res
=
Input
.
do_command
(
self
,
key
)
...
...
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