Bug 134910 - [patch] Add xterm colors (256 colors) knob to x11/rxvt-unicode
Summary: [patch] Add xterm colors (256 colors) knob to x11/rxvt-unicode
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-24 14:30 UTC by Pierre Guinoiseau
Modified: 2009-05-30 22:40 UTC (History)
0 users

See Also:


Attachments
rxvt-unicode_xterm-colors.diff (1.47 KB, patch)
2009-05-24 14:30 UTC, Pierre Guinoiseau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Guinoiseau 2009-05-24 14:30:03 UTC
	This patch add a WITH_XTERM_COLOR knob to x11/rxvt-unicode port, which enable xterm colors (256 colors) instead of rxvt's 88 colors.
	This can be useful for some vim colorschemes, elinks, or any apps able to use 256 colors. :)
	It's disabled by default, so it doesn't affect already installed rxvt-unicode packages, so I think it doesn't need a version bump.

	Thanks!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-24 14:30:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-30 22:37:18 UTC
thierry     2009-05-30 21:37:01 UTC

  FreeBSD ports repository

  Modified files:
    x11/rxvt-unicode     Makefile 
  Log:
  Add a WITH_XTERM_COLOR knob to x11/rxvt-unicode port, which enable xterm
  colors (256 colors) instead of rxvt's 88 colors.
  This can be useful for some vim colorschemes, elinks, or any apps able
  to use 256 colors. :)
  It's disabled by default, so it doesn't affect already installed
  rxvt-unicode packages, so I think it doesn't need a version bump.
  
  PR:             ports/134910
  Submitted by:   Pierre Guinoiseau <geekounet (at) poildetroll.net>
  
  Revision  Changes    Path
  1.124     +12 -1     ports/x11/rxvt-unicode/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2014-06-01 07:03:49 UTC
State Changed
From-To: open->closed


Committed, thanks!