Name
Yakuake::Sessions::TraitFor::TabTitles - Displays the tab title text
Synopsis
use Moo;
extends 'Yakuake::Sessions::Base';
with 'Yakuake::Sessions::TraitFor::TabTitles';
Description
Methods to set the tab title text from the command line
Configuration and Environment
Defines no attributes
Subroutines/Methods
set_tab_title - Sets the current tabs title text
$exit_code = $self->set_tab_title( $title, $tty_num );
The default value for the title is obtained from the command line, or if not defined then it defaults to the value supplied in the configuration. The $tty_num
default to the sessions TTY
environment variable
set_tab_title_for_project - Sets the tab title text for the project
$exit_code = $self->set_tab_title_for_project;
Set the current tabs title text to the specified value. Must supply a title text. Will save the project name for use by yakuake_session_tt_cd
Diagnostics
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Acknowledgements
Larry Wall - For the Perl programming language
Author
Peter Flanigan, <pjfl@cpan.org>
License and Copyright
Copyright (c) 2014 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE