Commit Graph

  • be179f6d7e Do not require a client here, or pipe-pane will not work from the command line. Nicholas Marriott 2011-07-30 17:52:32 +00:00
  • 0ecb11fe4f Add. Nicholas Marriott 2011-07-30 17:47:21 +00:00
  • 7d604ab717 Add. Nicholas Marriott 2011-07-30 17:44:24 +00:00
  • ee5e97926d Fix --enable-static and add a different check for b64_ntop that might work on OS X. Nicholas Marriott 2011-07-27 09:31:08 +00:00
  • 0252796a57 Sort options alphabetically, from Tiago Cunha. Nicholas Marriott 2011-07-25 09:57:28 +00:00
  • e9ebdac3dd Can't use the same va_list twice, from Emanuele Giaquinta. Nicholas Marriott 2011-07-25 09:56:43 +00:00
  • 5339b8ce3a Typo. Nicholas Marriott 2011-07-22 15:10:24 +00:00
  • 20134fa9f4 Compatibility for b64_ntop, missing from some alternative libc. Nicholas Marriott 2011-07-22 10:49:33 +00:00
  • 1f01dd8c0a +. Nicholas Marriott 2011-07-19 01:47:26 +00:00
  • 25eb48aea3 Only get -lrt when needed, from Pietro Cerutti. Nicholas Marriott 2011-07-19 01:35:33 +00:00
  • e5cee89727 Typo, from Si Feng. Nicholas Marriott 2011-07-19 01:31:00 +00:00
  • d86c6b2fff Bump version and create a debug build by default. Tiago Cunha 2011-07-09 16:24:44 +00:00
  • 509c63b618 Tag 1.5 release. 1.5 Tiago Cunha 2011-07-09 16:10:35 +00:00
  • 5175db270d Changes for 1.5. Tiago Cunha 2011-07-09 16:01:55 +00:00
  • 8d63a99390 Releases don't have debugging enabled. Tiago Cunha 2011-07-09 16:00:16 +00:00
  • f16b6aeabb Use an empty CFLAGS by default to prevent autoconf from setting it when debugging isn't enabled. Tiago Cunha 2011-07-09 15:57:56 +00:00
  • df69ee07e2 Delete subversion directories before the actual tarball is created. Tiago Cunha 2011-07-09 13:45:24 +00:00
  • 31def00f59 Done. Tiago Cunha 2011-07-09 09:47:12 +00:00
  • 27bd09f075 HP-UX should work now. Tiago Cunha 2011-07-09 09:46:15 +00:00
  • 391f1f08c0 Expand the Id keyword. Tiago Cunha 2011-07-09 09:42:33 +00:00
  • 8357a55d76 Add missing $Id$. Tiago Cunha 2011-07-09 09:34:04 +00:00
  • 5f38f8cd64 Sync OpenBSD patchset 938: Tiago Cunha 2011-07-09 09:05:05 +00:00
  • 5ae4b4acc0 Pass the right size to calloc (* not **). Nicholas Marriott 2011-07-09 01:38:01 +00:00
  • 7e423ea491 Unused variable. Nicholas Marriott 2011-07-09 01:37:00 +00:00
  • 9dacc1700b Pass the right size to calloc (* not **). Nicholas Marriott 2011-07-09 01:36:42 +00:00
  • 67e70770c8 Sync OpenBSD patchset 936: Tiago Cunha 2011-07-08 22:58:30 +00:00
  • d5269a2eed Do not continue to send data to suspended/locked clients or there will be a huge rush of it after they are resumed/unlocked. The main output path was fine but status line updates and the terminal state reset code were missed. Nicholas Marriott 2011-07-08 21:51:40 +00:00
  • bcacbb1a89 Sync OpenBSD patchset 935: Tiago Cunha 2011-07-08 16:44:06 +00:00
  • a8e9654b65 flags[] should be initialized. From Thomas Adam. Nicholas Marriott 2011-07-08 15:18:20 +00:00
  • bba822105b Sync OpenBSD patchset 934: Tiago Cunha 2011-07-08 08:42:03 +00:00
  • dc2c174496 Sync OpenBSD patchset 933: Tiago Cunha 2011-07-08 08:40:35 +00:00
  • 2de9b1e005 Make confirm-before prompt customizable with -p option like command-prompt. Also move responsibility for calling status_replace into status_prompt_{set,update} and add #W and #P to the default kill-window and kill-pane prompts. By Tiago Cunha. Nicholas Marriott 2011-07-08 06:37:57 +00:00
  • b4b3d9c936 Fix a couple of comments. Nicholas Marriott 2011-07-08 06:28:05 +00:00
  • 6c4166ce20 Sync OpenBSD patchset 932: Tiago Cunha 2011-07-05 10:43:59 +00:00
  • 5dad3166f9 Sync OpenBSD patchset 931: Tiago Cunha 2011-07-05 10:42:09 +00:00
  • e80e7b38bb Done too. Nicholas Marriott 2011-07-04 14:04:55 +00:00
  • 26aa0689a5 Show full targets for lsp/lsw -a. Nicholas Marriott 2011-07-04 14:04:40 +00:00
  • 6457052a93 Done too. Nicholas Marriott 2011-07-04 13:54:43 +00:00
  • d91bf78e8a These are done. Nicholas Marriott 2011-07-04 13:36:12 +00:00
  • a70379d8f9 Use screen_reinit for respawn-pane to keep history and call input_init for respawn-window to break out of waiting for DCS/OSC to finish. Nicholas Marriott 2011-07-04 13:35:37 +00:00
  • bc8d09ef84 Sync OpenBSD patchset 930: Tiago Cunha 2011-07-04 08:26:41 +00:00
  • 8144e5cb7e Sync OpenBSD patchset 929: Tiago Cunha 2011-07-04 08:23:39 +00:00
  • fce026eb32 Sync OpenBSD patchset 928: Tiago Cunha 2011-07-04 08:22:37 +00:00
  • 5e90476b25 Change the list-keys format so that it shows the keys using actual tmux commands which should be able to be directly copied into the config file. From Markus Schnalke, tweaked by me. Nicholas Marriott 2011-07-04 00:31:57 +00:00
  • e097f0b4ee Sync OpenBSD patchset 927: Tiago Cunha 2011-07-03 21:52:50 +00:00
  • ff7343c203 Sync OpenBSD patchset 926: Tiago Cunha 2011-07-03 21:51:17 +00:00
  • 3d47b5cd07 Sync OpenBSD patchset 925: Tiago Cunha 2011-07-03 21:50:27 +00:00
  • f12158bc25 Add an option to trigger the terminal bell when there is an alert, from Marco Beck. Nicholas Marriott 2011-07-03 19:07:54 +00:00
  • 94f86edfee Include the existing window and session name in the prompt when renaming and add a new key binding ($) for rename session. From Tiago Cunha. Nicholas Marriott 2011-07-03 18:18:15 +00:00
  • ad60a2c952 Allow the initial context on prompts to be set with the new -I option to command-prompt. From Tiago Cunha. Nicholas Marriott 2011-07-02 21:05:44 +00:00
  • 6ce5ed60a6 +. Nicholas Marriott 2011-06-27 23:04:44 +00:00
  • 1202284f37 PANE_FREEZE doesn't do anything anymore, so remove it. Nicholas Marriott 2011-06-27 00:04:49 +00:00
  • c80f75f4f4 tparm requires 10 arguments on Solaris. Nicholas Marriott 2011-06-26 23:59:23 +00:00
  • 4564624f2c +. Nicholas Marriott 2011-06-26 23:18:05 +00:00
  • 84aa9c34f8 trunk/tmux not tmux/tmux Nicholas Marriott 2011-06-24 13:13:21 +00:00
  • db7d3a3966 Tweaks, one thing I have an uncommitted fix for. Nicholas Marriott 2011-06-23 23:27:07 +00:00
  • f513898e92 PatchSet 924 Date: 2011/06/05 12:19:03 Author: nicm Branch: HEAD Tag: (none) Log: Add a respawn-pane command, from Marcel Partap. Nicholas Marriott 2011-06-23 19:23:12 +00:00
  • 7407459ed1 Removed file. Nicholas Marriott 2011-06-23 19:22:01 +00:00
  • fa0f10d77a PatchSet 923 Date: 2011/06/05 11:53:05 Author: nicm Branch: HEAD Tag: (none) Log: Get rid of the layout string code which tries to walk through the layout hierarchy and instead just look at what panes are actually in the window. Nicholas Marriott 2011-06-23 19:21:26 +00:00
  • ddade84e0a PatchSet 922 Date: 2011/05/30 22:02:28 Author: nicm Branch: HEAD Tag: (none) Log: Fix a typo, spotted by Michal Mazurek.. Nicholas Marriott 2011-06-23 19:19:08 +00:00
  • 0503f83c64 Add a couple of extra xterm-style keys that gnome terminal provides, from Dustin Kirkland. Nicholas Marriott 2011-06-23 10:02:49 +00:00
  • 65177b82be Add a respawn-pane command, from Marcel Partap. Nicholas Marriott 2011-06-05 11:19:03 +00:00
  • 1cf916ca73 Add. Nicholas Marriott 2011-06-05 11:03:10 +00:00
  • 2b60c648c4 Get rid of the layout string code which tries to walk through the layout hierarchy and instead just look at what panes are actually in the window. Nicholas Marriott 2011-06-05 10:53:05 +00:00
  • 12544ccd41 Add. Nicholas Marriott 2011-06-05 10:29:33 +00:00
  • dac6e55e0a Add. Nicholas Marriott 2011-06-05 10:21:32 +00:00
  • f537870909 Fix a typo, spotted by Michal Mazurek.. Nicholas Marriott 2011-05-30 21:02:28 +00:00
  • 213544a30a $Id$ not $OpenBSD$. Tiago Cunha 2011-05-29 15:13:36 +00:00
  • 159faa4ed7 Sync OpenBSD patchset 921: Tiago Cunha 2011-05-26 20:18:06 +00:00
  • f9cb06cf2c Sync OpenBSD patchset 920: Tiago Cunha 2011-05-26 20:16:17 +00:00
  • 28427efbac Sync OpenBSD patchset 819: Tiago Cunha 2011-05-26 20:12:07 +00:00
  • e14bf9bb8f One of these gives us b64_ntop. Nicholas Marriott 2011-05-26 10:35:07 +00:00
  • 34e5ec1807 Trim another useless if statement, from Ailin Nemui. Nicholas Marriott 2011-05-26 07:08:48 +00:00
  • d0f362a503 Add. Nicholas Marriott 2011-05-26 07:00:48 +00:00
  • 480e48aa66 Memory leak in error path, from Tiago Cunha. Nicholas Marriott 2011-05-25 17:51:31 +00:00
  • 70d232289b Nuke a redundant if statement, from Tiago Cunha. Nicholas Marriott 2011-05-25 17:50:52 +00:00
  • ea6844b5b7 Bye bye stray tmux directory. Nicholas Marriott 2011-05-23 17:58:45 +00:00
  • def72b2985 ... Nicholas Marriott 2011-05-22 20:58:40 +00:00
  • a0b271a8a0 ... Nicholas Marriott 2011-05-22 20:58:29 +00:00
  • 7a529cc32a ... Nicholas Marriott 2011-05-22 20:56:56 +00:00
  • f89d0c3c2c ... Nicholas Marriott 2011-05-22 20:55:40 +00:00
  • 4bf85ecbb0 ... Nicholas Marriott 2011-05-22 20:53:55 +00:00
  • cae34a8ce7 . Nicholas Marriott 2011-05-22 20:48:57 +00:00
  • 07377d5a97 Update links. Nicholas Marriott 2011-05-22 20:30:21 +00:00
  • b5b630229a Sync OpenBSD patchset 918: Tiago Cunha 2011-05-22 16:26:58 +00:00
  • d256660a78 Sync OpenBSD patchset 917: Tiago Cunha 2011-05-22 16:26:38 +00:00
  • b2f301f4e2 Sync OpenBSD patchset 916: Tiago Cunha 2011-05-22 16:26:09 +00:00
  • 719755574d Sync OpenBSD patchset 915: Tiago Cunha 2011-05-22 16:25:02 +00:00
  • 89f35125b4 Sync OpenBSD patchset 914: Tiago Cunha 2011-05-22 16:23:07 +00:00
  • e7f3be9187 Someone mentioned this at LinuxTag as well. Nicholas Marriott 2011-05-21 11:22:47 +00:00
  • 240cae4c92 tweak the TERMINFO section; ok nicm Jason McIntyre 2011-05-21 10:04:17 +00:00
  • 1af2021de6 Pass prompts through status_replace so that they can be more helpful (such as showing the previous session name when renaming). From Tiago Cunha. Nicholas Marriott 2011-05-20 19:29:13 +00:00
  • 3ea5e06bfb Support DECSCUSR sequence to set the cursor style with two new terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui. Nicholas Marriott 2011-05-20 19:17:39 +00:00
  • 944b5e6fa0 Support xterm(1) cursor colour change sequences through terminfo(5) Cc (set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui. Nicholas Marriott 2011-05-20 19:03:58 +00:00
  • 0cad8a5808 Add. Nicholas Marriott 2011-05-18 20:39:24 +00:00
  • 69e0aabcdf Sync OpenBSD patchset 913: Tiago Cunha 2011-05-18 20:35:36 +00:00
  • 3cb428bc7e Sync OpenBSD patchset 912: Tiago Cunha 2011-05-18 20:33:55 +00:00
  • e0fcd3b247 Sync OpenBSD patchset 911: Tiago Cunha 2011-05-18 20:33:24 +00:00
  • 21140d426d Sync OpenBSD patchset 910: Tiago Cunha 2011-05-18 20:32:47 +00:00
  • 13d5ac6f9e Sync OpenBSD patchset 909: Tiago Cunha 2011-05-18 20:32:04 +00:00