Term::ExtendedColor::Xresources

Query and set various Xresources
Download

Term::ExtendedColor::Xresources Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Magnus Woldrich
  • Publisher web site:
  • http://search.cpan.org/~woldrich/

Term::ExtendedColor::Xresources Tags


Term::ExtendedColor::Xresources Description

Term::ExtendedColor::Xresources is a Perl module that provides functions for changing and querying the underlying X terminal emulator for various X resources.SYNOPSIS use Term::ExtendedColor::Xresources qw( get_xterm_color set_xterm_color set_foreground_color set_background_color ); # make color index 220 represent red instead of yellow set_xterm_color({ 220 => 'ff0000'}); # get RGB values for all defined colors my $colors = get_xterm_color({ index => , # default type => 'hex', # default is base 10 }); # change the background color to red... set_background_color('ff0000'); # .. and the foreground color to yellow set_foreground_color('ffff00');Product's homepage


Term::ExtendedColor::Xresources Related Software