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
24d6894b
Commit
24d6894b
authored
Dec 07, 2010
by
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enter in MucListTab does like 'j'
parent
190fc0a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/tabs.py
src/tabs.py
+2
-1
No files found.
src/tabs.py
View file @
24d6894b
...
...
@@ -954,6 +954,8 @@ class MucListTab(Tab):
self
.
key_func
[
"/"
]
=
self
.
on_slash
self
.
key_func
[
'j'
]
=
self
.
join_selected
self
.
key_func
[
'J'
]
=
self
.
join_selected_no_focus
self
.
key_func
[
'^J'
]
=
self
.
join_selected
self
.
key_func
[
'^M'
]
=
self
.
join_selected
self
.
resize
()
def
refresh
(
self
,
tabs
,
informations
,
roster
):
...
...
@@ -1030,7 +1032,6 @@ class MucListTab(Tab):
def
get_color_state
(
self
):
return
self
.
_color_state
def
diffmatch
(
search
,
string
):
"""
Use difflib and a loop to check if search_pattern can
...
...
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