cvs commit: dfports/x11/xterm Makefile distinfo

Jeroen Ruigrok/asmodai asmodai at crater.dragonflybsd.org
Tue May 10 11:55:51 PDT 2005


asmodai     2005/05/10 11:55:43 PDT

DragonFly src repository

  Modified files:
    x11/xterm            Makefile distinfo 
  Log:
  Update to 202:
  
  - add extended shift- and control-modifier cursor keys to "xterm+pcfkeys"
    terminfo entry to correspond to ncurses 20050430 patch.
  - fix a rare case where text would be written with the wrong colors because
    output of scrolled text would reset the colors and the new text would be
    written with the same colors
  - rename $CMD variable in plink.sh because it is a reserved symbol in bash
    3.00.16
  - add environment variables $XTERM_SHELL and $XTERM_VERSION
  - corrected workaround for background color of menubar, which gave a too-broad
    expression, coloring the background of the VT100 widget unless overridden by
    another resource setting.
  - correct an error in the logic which decides when sched_yield() is run; it
    would occasionally hang when contending with other pseudo-terminal
    applications such as screen
  - modify initialization to decide whether to default to built-in wcwidth()
    versus system's version based on the starting locale and whether the system's
    version is poor quality
  - update table for mk_width() from UnicodeData 4.1.0 using Markus Kuhn's uniset
    script.
  
  Revision  Changes    Path
  1.9       +1 -1      dfports/x11/xterm/Makefile
  1.7       +2 -2      dfports/x11/xterm/distinfo


http://www.dragonflybsd.org/cvsweb/dfports/x11/xterm/Makefile.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/dfports/x11/xterm/distinfo.diff?r1=1.6&r2=1.7&f=u





More information about the Commits mailing list