- 843e605 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
- 6b45464 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- 27ee34e Don't need is1,is2,is3 so remove them. by nicm · 8 years ago
- 130b77e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- e100d46 Add support for scroll up escape sequence (CSI S) and use it when by nicm · 8 years ago
- 9f66fb4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- d60e585 Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all by nicm · 8 years ago
- 418ab1a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- b77dd75 Convert terminal-overrides to an array option. by nicm · 8 years ago
- 780dd7a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- 22a5289 Make options_get_string return const string. by nicm · 8 years ago
- a64b7cf Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- bee95bf Spacing nits. by nicm · 8 years ago
- b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
- 8cf1504 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
- dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- 5a5db02 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
- 38cc1a1 Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causes by Nicholas Marriott · 9 years ago
- 2a6b215 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 88bc8f3 Style nits and line wrapping of function declarations. by nicm · 9 years ago
- 8fa822b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 6457136 Sync the entire xmalloc.[ch] with the other users, but with the addition by nicm · 9 years ago
- da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 44657bf Move struct options into options.c. by nicm · 9 years ago
- ed17760 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- ddb2d12 Assign flag not number for flag types (we got away with it so far by nicm · 9 years ago
- 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 93b946e Tweak some error messages/comments. by nicm · 9 years ago
- a568aaa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- b254115 Tidy up the way terminals are described and move some structs out of tmux.h. by nicm · 9 years ago
- b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
- 833fe5b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- 16bdd97 Support blinking cursor mode, both the xterm CSI ?12 h/l and (the by nicm · 10 years ago
- 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
- a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- 2056a9e Drop explicit support for F13-F20 and change to match the xterm terminfo entry: by nicm · 10 years ago
- 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- c3b2e5e Wrap some long lines. by nicm · 11 years ago
- 0c99c7d Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
- 06b5805 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
- b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
- 0ccd84d Instead of skipping del_curterm on FreeBSD < 7, skip it on ncurses < 5.7. It by Nicholas Marriott · 12 years ago
- de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
- a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- d9cb07d Sync OpenBSD patchset 1116: by Tiago Cunha · 13 years ago
- 2f93aff If there are any terminals with insert mode but not ich1, they can go by Nicholas Marriott · 13 years ago
- f308663 Sync OpenBSD patchset 985: by Tiago Cunha · 13 years ago
- c44d2d8 Log terminal overrides. by Nicholas Marriott · 13 years ago
- 03ee7f7 Sync OpenBSD patchset 969: by Tiago Cunha · 13 years ago
- f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
- 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
- c80f75f tparm requires 10 arguments on Solaris. by Nicholas Marriott · 13 years ago
- b2f301f Sync OpenBSD patchset 916: by Tiago Cunha · 14 years ago
- 7197555 Sync OpenBSD patchset 915: by Tiago Cunha · 14 years ago
- 89f3512 Sync OpenBSD patchset 914: by Tiago Cunha · 14 years ago
- 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 14 years ago
- 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 14 years ago
- 4fcbf4b Sync OpenBSD patchset 904: by Tiago Cunha · 14 years ago
- 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 14 years ago
- 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 14 years ago
- 75f218d If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
- 0a09d04 If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
- 3b56ebc Sync OpenBSD patchset 854: by Tiago Cunha · 14 years ago
- 4dfb29f Use LIST_* not SLIST_*. by Nicholas Marriott · 14 years ago
- 9ad028e Sync OpenBSD patchset 822: by Tiago Cunha · 14 years ago
- 5d0cfe0 Another table that should be const. by Nicholas Marriott · 14 years ago
- f71b305 Switch tmux to use autoconf and automake. by Nicholas Marriott · 14 years ago
- 5126037 Sync OpenBSD patchset 762: by Tiago Cunha · 14 years ago
- d7a3fc3 Sync OpenBSD patchset 761: by Tiago Cunha · 14 years ago
- cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
- 3696cce Ignore terminal overrides settings without a value. by Nicholas Marriott · 14 years ago
- f4b9b84 FreeBSD 6.x has a bug and crashes in del_curterm, so ifdef it out on that by Nicholas Marriott · 15 years ago
- cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 1f7ac1e Solaris requires this header ordering. by Nicholas Marriott · 15 years ago
- 8ba590b Sync OpenBSD patchset 563: by Tiago Cunha · 15 years ago
- d31d4c0 Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set. by Nicholas Marriott · 15 years ago
- 399002b Despite terminfo being in use for around 20 years, NetBSD still haven't got by Nicholas Marriott · 15 years ago
- 2bd3907 Sync OpenBSD patchset 532: by Tiago Cunha · 15 years ago
- 5ae542e Emulate the ri (reverse index) capability: this allows tmux to at least start by Nicholas Marriott · 15 years ago
- 1c4b7d3 Sync OpenBSD patchset 458: by Tiago Cunha · 15 years ago
- 4186347 Sync OpenBSD patchset 446: by Tiago Cunha · 15 years ago
- c92c2bf Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these by Nicholas Marriott · 15 years ago
- 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
- d55ee38 Sync OpenBSD patchset 443: by Tiago Cunha · 15 years ago
- 385236e Bring a comment into line with reality. by Nicholas Marriott · 15 years ago
- 44fd6f4 Sync OpenBSD patchset 395: by Tiago Cunha · 15 years ago
- 687c4a9 Use relative cursor movement instead of absolute when possible and when by Nicholas Marriott · 15 years ago
- 2c9d4df Tweak tparm() to make Solaris' backward userland happy and remove the -I mess by Nicholas Marriott · 15 years ago
- 266c13d Check the return value of strunvis against -1 not NULL. by Nicholas Marriott · 15 years ago