Bug 156521 - net/omnitty does not work with "Sun Function-Keys" Xterm
Summary: net/omnitty does not work with "Sun Function-Keys" Xterm
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-20 18:40 UTC by David E. O'Brien
Modified: 2011-04-22 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.15 KB, patch)
2011-04-20 18:40 UTC, David E. O'Brien
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David E. O'Brien freebsd_committer freebsd_triage 2011-04-20 18:40:07 UTC
	If one has "XTerm.sunFunctionKeys: True" in ~/.Xdefaults, then
	Omnitty will not recognize any function-key press.

Fix: Updated patch-main.c:
How-To-Repeat: 	Try it.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-04-20 23:26:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-22 16:17:29 UTC
rafan       2011-04-22 15:17:15 UTC

  FreeBSD ports repository

  Modified files:
    net/omnitty          Makefile 
    net/omnitty/files    patch-main.c 
  Log:
  - Make it work with "Sun Function-Keys" Xterm
  - Bump PORTREVISION
  
  PR:             ports/156521
  Submitted by:   David O'Brien (obrien@)
  
  Revision  Changes    Path
  1.8       +1 -1      ports/net/omnitty/Makefile
  1.2       +15 -2     ports/net/omnitty/files/patch-main.c
_______________________________________________
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 Rong-En Fan freebsd_committer freebsd_triage 2011-04-22 16:17:32 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!