From 33bf4dfb13fabf0440807e37e92e4ca9281a9f13 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 23 Jun 2012 11:06:59 +0200 Subject: re-add --title option --- lib/Loadbars/HelpDispatch.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/Loadbars/HelpDispatch.pm') diff --git a/lib/Loadbars/HelpDispatch.pm b/lib/Loadbars/HelpDispatch.pm index 8d008da..40adee6 100644 --- a/lib/Loadbars/HelpDispatch.pm +++ b/lib/Loadbars/HelpDispatch.pm @@ -250,8 +250,9 @@ END mode => 1 }, - sshopts => - { menupos => 20, help => 'Set SSH options', mode => 6, type => 's' }, + sshopts => { menupos => 20, help => 'Set SSH options', mode => 6, type => 's' }, + + title => { menupos => 21, help => 'Set title bar text', mode => 6, type => 's' }, ); my %d_by_short = map { -- cgit v1.2.3