list: fixed link character
This commit is contained in:
parent
e49b46591c
commit
e4a348e401
1 changed files with 1 additions and 2 deletions
|
@ -118,7 +118,6 @@ pub fn attach(pargs: &mut Arguments) {
|
|||
.select_window()
|
||||
.target_window(target)
|
||||
.output().ok();
|
||||
return;
|
||||
}
|
||||
|
||||
let tmux = TmuxCommand::new();
|
||||
|
@ -192,7 +191,7 @@ pub fn list() {
|
|||
println!(
|
||||
" {group} ({bold}{blue}{id}{reset}) {bold}{green}{attach_sym}{reset}",
|
||||
// values
|
||||
attach_sym = if attached { "" } else {""},
|
||||
attach_sym = if attached { "" } else {""},
|
||||
// formatting
|
||||
bold = style::Bold,
|
||||
blue = color::Fg(color::Blue),
|
||||
|
|
Loading…
Reference in a new issue