Bug #10
tab completion over-eager
Status: | Closed | Start: | ||
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Engine | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
If there are two nicks in the room, 'alanA' and 'alanB', then tab completion should only complete 'alan'. Further presses of 'tab' could list the different possibilities onscreen, but not fully complete any name.
i.e.
Press 'a'
press tab
smuxi completes 'alan'
press tab again
smuxi prints 'alanA' and 'alanB' to screen so i know what my options are
press 'A' (or a)
press tab again
smuxi finishes the name leaving me with 'alanA: '
History
Updated by Mirco Bauer 6080 days ago
- Status changed from New to Closed
- 1 set to worksforme
This feature is already implemented in smuxi. By default smuxi uses irssi-style nickname completion, that is if there are multiple matches, it will pick the first one and use it. You can change that to "bash style" nickname completion in the Preferences.