Commit Graph

  • 1df3355438 While here, maximum percentage is 100 not INT_MAX. Oops. Nicholas Marriott 2011-01-23 15:49:10 +00:00
  • 2be75a0129 Size is -l not -s. Nicholas Marriott 2011-01-23 15:47:31 +00:00
  • 8820aa9f65 Size is -l not -s. Nicholas Marriott 2011-01-23 15:46:49 +00:00
  • 3872e24847 Allow top-bit-set characters to be used for key bindings, from Tiago Cunha. Nicholas Marriott 2011-01-23 11:04:25 +00:00
  • b8023044c3 Set $TMUX without the session when background jobs are run. Nicholas Marriott 2011-01-23 11:03:43 +00:00
  • ec3a764c76 Make bind-key accept characters with the top-bit-set and print them as octal. Tiago Cunha 2011-01-22 22:31:09 +00:00
  • e3defd9b25 Sync OpenBSD patchset 847: Tiago Cunha 2011-01-22 00:00:23 +00:00
  • 1930181b18 Sync OpenBSD patchset 846: Tiago Cunha 2011-01-21 23:56:53 +00:00
  • 332bfbf273 Sync OpenBSD patchset 845: Tiago Cunha 2011-01-21 23:56:11 +00:00
  • 7a68cff1db Sync OpenBSD patchset 844: Tiago Cunha 2011-01-21 23:55:26 +00:00
  • 6d9fe6c3aa Sync OpenBSD patchset 843: Tiago Cunha 2011-01-21 23:54:19 +00:00
  • c2ed0186de Sync OpenBSD patchset 842: Tiago Cunha 2011-01-21 23:53:45 +00:00
  • 3866988f87 Sync OpenBSD patchset 841: Tiago Cunha 2011-01-21 23:53:01 +00:00
  • 43f8d62f6a Sync OpenBSD patchset 840: Tiago Cunha 2011-01-21 23:52:36 +00:00
  • a880639f48 Sync OpenBSD patchset 839: Tiago Cunha 2011-01-21 23:51:36 +00:00
  • 57eb948c48 Sync OpenBSD patchset 838: Tiago Cunha 2011-01-21 23:46:50 +00:00
  • 6c3186a19a Sync OpenBSD patchset 837: Tiago Cunha 2011-01-21 23:46:09 +00:00
  • 10a5a2175e Sync OpenBSD patchset 836: Tiago Cunha 2011-01-21 23:45:34 +00:00
  • be7cec5640 Sync OpenBSD patchset 835: Tiago Cunha 2011-01-21 23:45:04 +00:00
  • 492e3aa437 Sync OpenBSD patchset 834: Tiago Cunha 2011-01-21 23:44:13 +00:00
  • 6b19621112 Sync OpenBSD patchset 833: Tiago Cunha 2011-01-21 23:42:14 +00:00
  • 324ffe20e9 Link with libm due to the upcoming patchset. Tiago Cunha 2011-01-21 23:40:30 +00:00
  • 38f169113e Support for HP-UX. Nicholas Marriott 2011-01-21 20:35:20 +00:00
  • e34c6fd187 Only have one asprintf implementation, that's likely to always work. Nicholas Marriott 2011-01-21 20:03:18 +00:00
  • 1377427e70 Fix bind-key -t. Nicholas Marriott 2011-01-15 20:14:41 +00:00
  • 3de1700f61 Only set a mouse mode for mouse-select-pane if none already set by the mode (any will do). Nicholas Marriott 2011-01-15 00:46:19 +00:00
  • 8f8e81c0c9 Mouse highlight mode (1001) requires a program to cooperate so supporting it through tmux is not as easy as this, remove it for now. Nicholas Marriott 2011-01-15 00:16:00 +00:00
  • 4f34e25dd8 Support -x and -y for new-session to specify the initial size of the window if created detached with -d. Nicholas Marriott 2011-01-14 23:49:23 +00:00
  • ac01c2025a Whoops, did not mean to do this. Nicholas Marriott 2011-01-13 19:59:48 +00:00
  • e08a40be56 osdep-linux.c Nicholas Marriott 2011-01-13 19:58:47 +00:00
  • 9ad9e8c5dd The maximum history-limit was accidentally reduced, fix it back to INT_MAX. Nicholas Marriott 2011-01-13 13:38:57 +00:00
  • fa4a75cdab Clarify alternate-screen description a little. Nicholas Marriott 2011-01-13 09:50:11 +00:00
  • 2d82567070 Er, fix next and previous session functions to actually work, part 2. Nicholas Marriott 2011-01-13 02:08:14 +00:00
  • 588ebb5393 Fix next and previous session functions to actually work. Nicholas Marriott 2011-01-13 02:07:06 +00:00
  • 96ab50a701 Log termios backspace for each client since it is used to recognise backspace input. Nicholas Marriott 2011-01-13 00:54:32 +00:00
  • b3438c86bf Use TMPDIR if set, from Han Boetes. Nicholas Marriott 2011-01-12 22:23:58 +00:00
  • abd1f615b2 Trim spaces. Nicholas Marriott 2011-01-10 22:45:10 +00:00
  • a7b6445cc3 Better __progname check. Nicholas Marriott 2011-01-10 22:12:31 +00:00
  • 96fe3b26c1 Copy osdep-unknown.c for AIX to make @PLATFORM@ work. Nicholas Marriott 2011-01-10 22:00:47 +00:00
  • 93fd9cc29d Check for optarg, optind, optreset. Nicholas Marriott 2011-01-10 21:51:56 +00:00
  • 47e18f4cea unbind-key -a is allowed no arguments. Nicholas Marriott 2011-01-10 21:28:47 +00:00
  • 87841b4f91 +. Nicholas Marriott 2011-01-09 18:57:05 +00:00
  • 17f1cd5be8 Remove a bit of text that makes exit-unattached description unclear. Nicholas Marriott 2011-01-09 18:46:46 +00:00
  • c3041eb9f0 Add missing arguments to some options. Nicholas Marriott 2011-01-09 18:42:19 +00:00
  • 69cb1f830e Move all calls to fcntl(...O_NONBLOCK) into a function and clear the flag on the stdio file descriptors before closing them (fixes things like "tmux ls && cat"). Nicholas Marriott 2011-01-08 01:52:36 +00:00
  • 703160b5d6 Accept colours of the hex form #ffffff and translate to the nearest from the xterm(1) 256-colour set. Nicholas Marriott 2011-01-08 00:48:54 +00:00
  • 676c62647c +. Nicholas Marriott 2011-01-07 19:01:19 +00:00
  • 30f6d9b167 Sync OpenBSD patchset 813: Tiago Cunha 2011-01-07 16:55:40 +00:00
  • 1cb579d0fd Bring the last remaining bits of dist.mk. Tiago Cunha 2011-01-07 15:09:04 +00:00
  • 3d4ebeb1b0 Sync OpenBSD patchset 832: Tiago Cunha 2011-01-07 15:04:51 +00:00
  • 0fc4353fb3 Remove dead files entries. Tiago Cunha 2011-01-07 15:04:24 +00:00
  • ca413cf270 Sync OpenBSD patchset 831: Tiago Cunha 2011-01-07 15:02:38 +00:00
  • b2b5d88f3f Sync OpenBSD patchset 830: Tiago Cunha 2011-01-07 14:51:54 +00:00
  • ecec113b63 cmd-generic.c isn't needed anymore due to OpenBSD patchset 829. Tiago Cunha 2011-01-07 14:50:54 +00:00
  • 0740d3dbb8 Remove compat include. Tiago Cunha 2011-01-07 14:46:57 +00:00
  • 9301eeb4dd More _SOURCES. Tiago Cunha 2011-01-07 14:46:13 +00:00
  • 1df427bc7b Sync OpenBSD patchset 829: Tiago Cunha 2011-01-07 14:45:34 +00:00
  • 219442cff7 Sync OpenBSD patchset 828: Tiago Cunha 2011-01-07 14:34:45 +00:00
  • 3aaf5b9b1e Sync OpenBSD patchset 827: Tiago Cunha 2011-01-07 14:32:26 +00:00
  • b463d3de54 Missing HAVE_STDINT_H. Nicholas Marriott 2011-01-07 00:35:13 +00:00
  • 64f02dab7c Whoops, command-prompt can take 0 or 1 argument. Nicholas Marriott 2011-01-05 22:38:28 +00:00
  • f705c0e013 Whoops, bad copy and paste. Nicholas Marriott 2011-01-04 09:48:10 +00:00
  • 11dcbd7556 Support --enable-static. Nicholas Marriott 2011-01-04 09:43:14 +00:00
  • 96c37fa80a Now that parsing is common, merge some of the small, related commands together to use the same code. Nicholas Marriott 2011-01-04 02:03:41 +00:00
  • 55346b0d10 argc will be 1 not 2 with no option value. Nicholas Marriott 2011-01-04 01:58:12 +00:00
  • 7502cb3adb Clean up and simplify tmux command argument parsing. Nicholas Marriott 2011-01-04 00:42:46 +00:00
  • 03ec2482c9 libevent-2 works now as well. Tiago Cunha 2011-01-03 23:58:10 +00:00
  • a2387330ce Zap paths.h include. Tiago Cunha 2011-01-03 23:55:30 +00:00
  • 3689640b4e Update _SOURCES. Tiago Cunha 2011-01-03 23:54:51 +00:00
  • 36c7c7537a Sync OpenBSD patchset 826: Tiago Cunha 2011-01-03 23:52:38 +00:00
  • 2bdae526ad More indentation tweaking. Nicholas Marriott 2011-01-03 23:43:35 +00:00
  • 69f6b23945 Include all osdep-*.c in dist. Nicholas Marriott 2011-01-03 23:40:21 +00:00
  • ac3b78a841 Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 and supports larger terminals than the older way. Nicholas Marriott 2011-01-03 23:35:21 +00:00
  • a0e7facee6 Sync OpenBSD patchset 825: Tiago Cunha 2011-01-03 23:33:12 +00:00
  • a24b67fc5a Sync OpenBSD patchset 824: Tiago Cunha 2011-01-03 23:32:04 +00:00
  • 521247bedb Sync OpenBSD patchset 823: Tiago Cunha 2011-01-03 23:31:26 +00:00
  • 9ad028e8ee Sync OpenBSD patchset 822: Tiago Cunha 2011-01-03 23:30:43 +00:00
  • d9c848d3a6 Sync OpenBSD patchset 821: Tiago Cunha 2011-01-03 23:29:49 +00:00
  • 66fb24c3a5 Sync OpenBSD patchset 820: Tiago Cunha 2011-01-03 23:29:09 +00:00
  • d3c04b74ec Sync OpenBSD patchset 819: Tiago Cunha 2011-01-03 23:27:54 +00:00
  • 09ef2c9f40 Sync OpenBSD patchset 818: Tiago Cunha 2011-01-03 23:26:14 +00:00
  • 5158dd9a8d Handle a # at the end of a replacement string (such as status-left) correctly. Found by Thomas Adam. Nicholas Marriott 2011-01-03 21:30:49 +00:00
  • edc298d0a1 Wrap long line differently. Nicholas Marriott 2011-01-02 15:49:31 +00:00
  • 703baa8769 Fail if no libevent or curses, from Thomas Adam. Nicholas Marriott 2011-01-02 15:45:43 +00:00
  • 3e8124009f Move the user-visible parts of all options (names, types, limit, default values) together into one set of tables in options-table.c. Also clean up and simplify cmd-set-options.c and move a common print function into option-table.c. Nicholas Marriott 2011-01-01 16:51:21 +00:00
  • 0d77e5e959 Make version more prominent. Nicholas Marriott 2011-01-01 13:39:19 +00:00
  • c120d09a5e libevent 2 works now as well. Nicholas Marriott 2011-01-01 13:34:57 +00:00
  • a4515ce138 suspend-client has used -t for the client target (like everything else) for ages, fix the usage string and man page and trim some leftover code. Nicholas Marriott 2011-01-01 11:24:45 +00:00
  • 3a0d40b84d Add. Nicholas Marriott 2011-01-01 05:09:11 +00:00
  • 234211a6f6 Add. Nicholas Marriott 2011-01-01 05:01:54 +00:00
  • f833b885a1 Last few tables that should be const. Nicholas Marriott 2011-01-01 03:43:20 +00:00
  • 67ee86085c Sprinkle a little more const. Nicholas Marriott 2011-01-01 03:39:21 +00:00
  • 5d0cfe079b Another table that should be const. Nicholas Marriott 2011-01-01 03:32:28 +00:00
  • 1c86713afd Key table should be const. Nicholas Marriott 2011-01-01 02:16:25 +00:00
  • 7ecbc18d5d Also done. Nicholas Marriott 2011-01-01 02:00:50 +00:00
  • dc7fb15251 Remove some done or duplicates, reorder. Nicholas Marriott 2011-01-01 01:59:03 +00:00
  • b6950ed8aa Add a -P option to new-window and split-window to print the new window or pane index in target form (useful to pass it into other commands). Nicholas Marriott 2011-01-01 01:33:07 +00:00
  • 04b32fa734 Don't reset the activity timer for unattached sessions every second, this screws up the choice of most-recently-used. Instead, break the time update into a little function and do it when the session is attached. Nicholas Marriott 2011-01-01 01:12:09 +00:00
  • 91218f8714 Remove unused variable. Nicholas Marriott 2011-01-01 00:44:24 +00:00
  • ce79d6081f And moar. Nicholas Marriott 2010-12-31 22:33:44 +00:00