Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| caf8a778 | 2026-02-08 09:42:33 | Update to xterm-406. Tested by kirill@ and tb, ok tb@ | ||
| 7c34ad48 | 2025-06-14 12:33:57 | Update to xterm 399. tested by kirill@ Also reduce the diffs between the generated xtermcfg.h when using configure and the one we provide for the BSD makefile. The file after this diff matches the result of configure with : configure --enable-backarrow-is-erase \ --enable-delete-is-del --enable-initial-erase \ --disable-tek4014 --with-terminal-id=vt100 \ --enable-broken-st --disable-exec-selection \ --disable-sixel-graphics --enable-initial-erase \ --disable-paste64 --disable-readline-mouse \ --disable-screen-dumps \ --disable-tcap-fkeys --disable-tcap-query \ --with-utmp-setgid | ||
| 975ee75e | 2023-12-19 20:31:21 | Substitute "100" for __default_termid__ instead of "vt100". The "vt" prefix is optional for the default terminal ID. Fixes an instance of "vtvt100" in the installed man page. OK matthieu@ | ||
| 664b617e | 2021-10-31 18:38:43 | Disable mouse tracking by default. This causes extra control sequences to be sent to the shell when an application that has it enabled crashes. Discussed with deraadt@ | ||
| 84840c03 | 2021-02-14 09:14:06 | Update to xterm 366. tested by jsg@ | ||
| 88bb9743 | 2021-01-02 10:24:36 | Remove redundant / unused defines from CPPFLAGS. No binary changes. | ||
| 553b461b | 2020-01-20 21:03:35 | Disable the print-immediate and print-on-error functions in xterm. They a causing a pledge violation when called, and we can live without them. ok millert, also discussed with deraadt@ | ||
| 11de9a24 | 2019-03-09 20:10:19 | Make it possible to build xterm with OPT_TRACE. with tweaks from kn@. | ||
| 251e3d94 | 2017-06-18 21:09:07 | let X directories build even if you forget depend. - use BUILDFIRST - have fontconfig use normal 'all' targets to make sure its files are built - explicitly document the fontconfig lib order okay matthieu@ | ||
| a0d355a5 | 2016-11-03 14:25:06 | Update to xterm 327 | ||
| d4d4ffd9 | 2016-10-24 19:55:37 | Stop providing the uxterm and koi8rxterm shell scripts. Requested by schwarze@ agreed naddy@ | ||
| 6e898074 | 2016-10-24 19:31:35 | Disable Tektronics 4014 emulation. ok natano@, naddy@, schwarze@ | ||
| c7371fb8 | 2016-09-11 19:22:56 | Fix installation modes and ownership. | ||
| 17886faa | 2016-01-13 20:40:08 | Update to xterm 322. Tested by shadchin@ and jsg@. Thanks. | ||
| 7afaae9f | 2014-08-13 21:02:16 | Install resource files in /usr/X11R6/share/X11/app-defaults /etc/X11/app-defaults stays 1st in the libXt search path so, people and ports can put customized versions there if needed. If you didn't customize the versions in /etc/X11/app-defaults, they should be removed to avoid future issues when one file changes. discussed at g2k14 and ok ajacoutot@ | ||
| ceaf6855 | 2014-07-31 20:13:40 | Complete man page substitutions for xterm(1) and resize(1) problem noticed by and tweaks by naddy@. ok deraadt@ | ||
| 8273aa94 | 2014-05-09 19:56:40 | Update to xterm 304. With help of shadchin@ tested by ajacoutot@ and shadchin@ | ||
| 85c0adf6 | 2014-04-11 22:58:12 | Add -fno-stack-protector to the two files which already need to be built with -O1 on landisk - they definitely hit worst case logic in what passes for a compiler we're using. ok martynas@ | ||
| a232c777 | 2013-03-09 14:45:38 | Update to xterm 291. Tested by many. | ||
| 7fdca870 | 2012-04-07 20:22:27 | add new specific rules for sh. Whithout those, xterm segfaults on landisk. | ||
| 2ac5749d | 2012-04-07 20:11:43 | Remove special build rule disabling optimisation for arm. Issue apparently fixed, probably by gcc4. | ||
| 722a82d2 | 2011-08-18 20:27:03 | Compile trace.c as well so that OPT_TRACE 1 actually works. ok matthieu | ||
| 2e88a2b0 | 2011-06-23 22:48:59 | switch to installing source manuals: * cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged | ||
| 7ae39052 | 2011-03-08 20:48:59 | xcb is no longer optional. | ||
| 66473b7f | 2010-11-27 14:25:47 | Explicitely link libxcb when needed for static arches. | ||
| 8fb598d4 | 2010-05-08 12:20:46 | Update to xterm 258. lightly tested by krw@, thanks. | ||
| 3af530ab | 2009-09-05 15:58:09 | update to xterm 246. Has been in snapshots for some time. | ||
| 1c68deb7 | 2009-05-31 16:22:34 | workaround for a problem that appeared with xterm 243 on arm cpus. It dumps core in VTInitialize() if charproc.c is compiled with -O2. The problem is in the lines 5610 to 5614 of this file, which were added by xterm 243, but I can't see an obvious problem here. | ||
| 388c3eba | 2009-04-04 15:10:44 | Update to xterm 243. tested by naddy@. Patch #243 - 2009/3/28 * revert change to default for allowTcapOps (request by Bram Moolenaar). * reallocate result returned by xtermEnvLocale() to avoid reference to freed memory after handling menuLocale resource. * fix an old (X11R5) bug in tek4014 for switching fontsizes. * add resource defaultString to make configurable the use of "#" when pastes of UTF-8 text fail due to limitations in the current locale settings. * make the set of selection target Atom's configurable by two new resources eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in preference to UTF8_STRING (discussion with Stanislav Sedov regarding koi8rxterm and the FreeBSD port). * modify handling of TARGETS Atom by making it return exactly the set of targets as those which xterm is currently providing. * set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around /etc/man.conf's with those variables already set (report by Mar'yasin Semion). * improve error-checking of tcap-query parser. * add check for keyboard tcap), which ensures that terminal descriptions containing the same string for shifted/unshifted keys will be seen by tcap-query as only the unshifted key. (This would only happen with an incorrect terminal description). * fix conversion for input event-state to modifier-parameter which made tcap-query feature not work with tcapFunctionKeys (keyboard type tcap). * add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the default compiled-in values for "allowxxx" resources. * remove check on bell-percentage added in patch #242, which disallowed zero/negative values (Redhat Bugzilla #487829). | ||
| bbc31bf5 | 2008-03-25 23:41:50 | Introduce bsd.xconf.mk to set default config variables used at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | ||
| 68bd73c0 | 2008-03-22 12:40:02 | Make xterm(1) and resize(1) correctly refer to X(7) instead of X(1). ok matthieu@ | ||
| 3d2000e9 | 2008-02-16 09:40:00 | Merge xterm 232. New local change: default value for pointerMode is 0. | ||
| f55efa31 | 2008-01-13 17:22:58 | More __foo__ substitutions for xterm manual pages. From Tim van der Molen, Thanks. | ||
| 0a2bda02 | 2007-08-25 19:17:16 | Install new xterm icons. | ||
| 678c0fa7 | 2007-07-05 22:09:06 | the xterm manual page needs to be pre-processed by tbl. | ||
| ac308418 | 2007-06-15 19:43:57 | pretty SRCS list. | ||
| 53c7172c | 2007-06-15 19:34:50 | Merge xterm version 225 | ||
| e4a722ff | 2007-05-11 06:42:50 | libXaw needs libXpm. | ||
| d0f11da2 | 2007-04-14 16:11:13 | remove extra white space | ||
| 78e84685 | 2007-04-09 19:11:43 | BSD make based build infrastructure for xterm. The autoconf based one was too painful to get working on landisk (static only). |