Skip to content

Commit

Permalink
Updated xterm to 327.
Browse files Browse the repository at this point in the history
                            Patch #327 - 2016/10/07

     * add  a  check in the function which handles end-of-line wrapping to
       ensure   that   C1   controls   are   allocated   one  column  when
       allowC1Printable is set (Debian #738794).
     * use  consistent  error-checking  after  strtol  calls, fixes a case
       where  a  query  with  OSC 6 did not ensure there was a valid color
       number (report by Alex Smith).
     * add -baudrate option, for testing ncurses.
     * always  generate  the CASE_xxx symbols in VTparse.h and Tekparse.h,
       as  part of a change to improve debug-logging. This makes the build
       always depend upon awk.
     * modify   allowC1Printable   to  disallow  codes  160-254  as  being
       equivalent  to  codes  32-126 when parsing escape sequences (Debian
       #839220).
     * amend  fix from patch #326 for TrueType fonts to exclude the hidden
       character used for double-width cells (report by Grady Martin).
     * fix a typo in ctlseqs.ms
  • Loading branch information
wiz committed Oct 9, 2016
1 parent 2e1d0b4 commit cc4487e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions x11/xterm/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.111 2016/10/03 12:07:34 wiz Exp $
# $NetBSD: Makefile,v 1.112 2016/10/09 21:05:16 wiz Exp $

DISTNAME= xterm-326
DISTNAME= xterm-327
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/
EXTRACT_SUFX= .tgz
Expand Down
10 changes: 5 additions & 5 deletions x11/xterm/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.78 2016/10/03 12:07:34 wiz Exp $
$NetBSD: distinfo,v 1.79 2016/10/09 21:05:16 wiz Exp $

SHA1 (xterm-326.tgz) = 1b3bb4c57b9c362bc0fa113c95cbace370481685
RMD160 (xterm-326.tgz) = b07c5dcc055a3447978a3b761a33dd2eadd08705
SHA512 (xterm-326.tgz) = 24a26adeeb07f2ed31779578d3a18d6c838bc7596521f5c826c8747b96fae1a296451f55d0046970102cf9f2ef072f6d0505dfc51378796c2834fb9af036dce1
Size (xterm-326.tgz) = 1240064 bytes
SHA1 (xterm-327.tgz) = 4dffabe5662ee19611860b7d8284f237616d0b82
RMD160 (xterm-327.tgz) = 160735e0848b02c6f6dcc7acaf162b771eb21ae7
SHA512 (xterm-327.tgz) = d9d9f3b870fea8db9ae3c076a9d85152488b2d392b9b1e2e4ebbeded287ed4911f1f63e5e035d5b3793b2506b993125c6fca437393b435a28aeb519d76147672
Size (xterm-327.tgz) = 1240131 bytes

0 comments on commit cc4487e

Please sign in to comment.