summaryrefslogtreecommitdiff
path: root/x11/aterm/patches
AgeCommit message (Collapse)AuthorFilesLines
2016-05-01pkglint.dholland2-2/+6
2016-05-01Patch up some problems found by compiling with gcc. PKGREVISION -> 12.dholland5-6/+223
2012-09-29Use pseudo-terminal multiplexor on NetBSD (available since 3.0).asau1-3/+13
This makes the package functional on NetBSD after removal of traditional pseudo-terminals. Bump package revision.
2008-05-27Don't make any assumptions about default displays in aterm.tonnerre1-4/+22
Fixes CVE-2008-1142.
2007-01-19Added a patch from upstream that sets the terminal size correctly onrillig1-0/+17
FreeBSD and NetBSD. PKGREVISION++
2006-12-11Turn off pointless messages to stderr.sketch1-0/+17
2006-01-01Update to 1.0.0. Too many changes to list, please see the Changelogxtraeme4-155/+0
file.
2005-02-14Allow more virtual terminal devices to be found on NetBSD.rillig1-6/+18
Approved by jlam.
2004-06-02Add missing patch-af. Noted by Joachim Kuebart.recht1-0/+43
2004-06-02Fix a problem that pasting a selection from an aterm running on a 64bitrecht1-4/+31
platform into an application running on a 32bit platform doesn't always work. Patch by Joachim Kuebart in PR 25750 . Bump PKGREVISION to 5.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-3/+3
have been converted to USE_BUILDLINK2.
2002-08-03Update aterm to aterm-0.4.2nb2: work around problem withhubertf1-0/+25
lockup in select() Patch submitted by Christian Biere <ChristianBiere@gmx.de> in PR 17745
2002-05-12Fix compilation on -current. Patches from Rui-Xiang Guo in responsewiz2-0/+48
to pkg/16637.
2001-12-11Updated to 0.4.2, per pkg/14467 by Jonathan Perkin.wiz2-6/+20
Changes since 0.4.0: *src/command: applied patch from Eric Benoit <eric@ecks.org>, which adds the "CSI 21 t" control sequence, for title handling. *command.c: fixed keypad Home and down keys being mixed up. Added code to allow scrolling up/down for just one line (shift+arrow) contributed by djerome) *command.c: Fixed possible buffer overflow when changing display name. *ximage_utils.c: updated shading code for better speed *screen.c: applyed reverse video cursor patch *ximage_utils.c: applyed Ren<E9> Scharfe 's patch for better shading approach. And bug fixes.
2001-01-14aterm (Afterstep XVT) - a VT102 emulator for the X window systemhubertf1-0/+34
aterm, version 0.4.0, is a colour vt102 terminal emulator, based on rxvt 2.4.8 with Alfredo Kojima's additions of fast transparency, intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, aterm uses much less swap space -- a significant advantage on a machine serving many X sessions. It was created with AfterStep Window Manger users in mind, but is not tied to any libraries, and can be used anywhere.