summaryrefslogtreecommitdiff
path: root/misc/screen/patches
AgeCommit message (Collapse)AuthorFilesLines
2001-08-18support non-japanese iso2022 multibyte escape sequences, likeitojun1-0/+18
ESC $ ( C for ksx1001/ksc5601 korean charsets. patch already sent to screen@uni-erlangen.de.
2001-08-18Update to 3.9.9. Changes since 3.9.8:wiz5-38/+25
* new '-X' option to send commands to screen sessions. * added a possibility to change the attributes/color in caption or hardstatus strings: caption always "%3n %{r}%t%{-}%? @%u%?%? %{g}[%h]%{-}%?" * new 'dinfo' command to show what screen thinks about your terminal. * new 'attrcolor' command to map attributes to color codes: * support for UTF-8: new commands 'utf8', 'defutf8' to change the encoding of a window, plus a '-U' option to tell screen that your terminal sends/receives UTF-8 codes. * support for 16 colors.
2000-09-11upgrade to screen 3.9.8. it includes official security fix againstitojun4-79/+10
Msg() hole. ok'ed by packages@netbsd.org. --- ------------------------------ What's new in screen-3.9.8 ? ------------------------------ * new command 'resize' to resize regions (aka split windows), try: bind = resize = bind + resize +1 bind - resize -1 bind _ resize max * new argument for 'focus': up, down, top, bottom * X11 mouse tracking support * Support for the "new color model", aka "background color erase": the bce/defbce commands change the color model of the current window/new windows. * experimental rxvt OSC sequence support (used to set a background picture or to change the default colors), disabled by default.
2000-09-01The format string needs to be "%s", not just "%".kim1-4/+4
2000-09-01Fix security problem reported by Jouko Pynnönen <jouko@solutions.fi>wiz1-0/+13
via Bill Sommerfeld. Step version to 3.9.5nb1. Minor pkgdelinting. Will delete binary packages shortly.
2000-05-16Reducing the termcap buffer from 2048 to 1024 bytes breaks with the newjdc1-13/+0
termcap code. Leaving it at 2048 is OK for older code, as that truncates the entry to 1024 bytes anyway.
1999-11-19Remove fuzz from patches.agc2-9/+11
1999-09-03Update "screen" package to version 3.9.5.tron1-10/+1
1999-08-13Makefile.in file is incorrect - dollar signs must be escaped fromagc1-4/+13
make(1), so that "$PATH" should actually be "$$PATH". Correct this, and regen patch-sum file accordingly.
1999-08-10Update "screen" package to version 3.9.3. Changes since version 3.9.2:tron2-3/+24
- small utmp fix - BSD chflags fix
1999-08-10Upgrade to version 3.9.2 of screen, the multi-screen window manager.agc2-46/+28
Changes include: * real multiuser support * split screen support * hardstatus emulation support * configurable window seperator and hardstatus strings * permanent window seperator * many new escapes * logfile timestamps and flush timeout * configurable breaktype * other new commands: * optional builtin telnet. * remote detach and reattach change: * support for history compaction * optional Braille support.
1999-04-23Make sure that "screen" recognizes termcap buffer overflow.tron1-0/+11
Patch supplied by Joel Reicher in PR pkg/7454.
1999-03-201. Avoid changing G1 charset to allow 8-bit encodings.itohy1-0/+28
2. Shorten TERMCAP environment variable not to be longer than 1023 bytes.
1998-11-30Update to 3.7.6.tv1-41/+13
1998-08-16Typo: set loadnum to 3.tv1-6/+6
1998-08-07Another Alphaism: fix broken check for args to getloadavg(). All NetBSDtv1-5/+42
systems return three doubles.
1998-08-07Add NetBSD RCS Ids.agc4-0/+8
1998-08-07Make sure to use stdarg.h (broken check in configure that normallytv1-0/+33
activates a LP64-broken workaround for a missing varargs implementation).
1997-11-05update to screen 3.7.4 (from 3.7.2)explorer2-61/+41
1997-10-11Initial import of FreeBSD's screen port.hubertf3-0/+73