Commit Graph

  • 207789dc2d Client name can actually be NULL, so use address in that case. nicm 2019-05-25 10:46:55 +00:00
  • d7586d3d65 Use client name when logging command queue. nicm 2019-05-25 10:44:09 +00:00
  • f8d3d247d8 Merge cmd_list_parse into cmd-parse.y so it can use the new alias processing code. nicm 2019-05-25 07:18:20 +00:00
  • 6b0fa14470 Fix error handling in if-shell. nicm 2019-05-25 07:15:53 +00:00
  • a69211aff5 Fix up regress test. Nicholas Marriott 2019-05-25 08:09:23 +01:00
  • 930245d7ff Make cmd_log_argv take a printf-like format for the prefix. nicm 2019-05-25 06:58:10 +00:00
  • 0dc8b7d5d8 unbreak build, okay nicm@ espie 2019-05-23 21:36:42 +00:00
  • 19a3a9ee20 Merge branch 'obsd-master' Thomas Adam 2019-05-23 21:02:30 +01:00
  • f3e01ecc42 Fix line numbers - commands are added after the line ends so they need to get line - 1. nicm 2019-05-23 18:39:00 +00:00
  • 6c260af56d Use the same argument escaping code for options as well. nicm 2019-05-23 18:33:53 +00:00
  • e817821104 Mention \. Nicholas Marriott 2019-05-23 19:27:41 +01:00
  • f006116bac Environment variables can start with { also. nicm 2019-05-23 18:22:13 +00:00
  • 43431e7e84 Merge branch 'obsd-master' Thomas Adam 2019-05-23 17:02:25 +01:00
  • eb8b51effc Fix drawing of status-right when it is aligned to the centre, GitHub issue 1754. nicm 2019-05-23 14:44:33 +00:00
  • 389cf63cbc Tweak text. Nicholas Marriott 2019-05-23 15:18:09 +01:00
  • 2148fe33cd CHANGES: remove note to packagers Thomas Adam 2019-05-23 15:15:34 +01:00
  • 1a6540fea0 CHANGES: remove note to packagers Thomas Adam 2019-05-23 15:15:34 +01:00
  • 7d702f3cef Don't remove group items for group 0 (no group). nicm 2019-05-23 13:08:43 +00:00
  • d0c462f718 Fix length calculation for pasting UTF-8 characters in the status line, GitHub issue 1753. nicm 2019-05-23 12:47:52 +00:00
  • 238d2aa870 CHANGES: mention yacc Thomas Adam 2019-05-23 15:11:13 +01:00
  • 6bb505eb73 CHANGES: mention yacc Thomas Adam 2019-05-23 15:11:13 +01:00
  • 83b9807370 Remove duplicate. Nicholas Marriott 2019-05-23 13:32:18 +01:00
  • 3e6e533779 Add yacc(1) bits. Nicholas Marriott 2019-05-23 13:04:41 +01:00
  • 27bfb56ad5 Break the argument escaping code into a separate function and use it to escape key bindings in list-keys. Also escape ~ and ; and $ properly. nicm 2019-05-23 14:03:44 +00:00
  • c49f2a0365 Merge branch 'obsd-master' Thomas Adam 2019-05-23 15:02:28 +01:00
  • 3e3eb1dd0f Don't remove group items for group 0 (no group). nicm 2019-05-23 13:08:43 +00:00
  • a4fe7e81c8 Fix length calculation for pasting UTF-8 characters in the status line, GitHub issue 1753. nicm 2019-05-23 12:47:52 +00:00
  • 4ce26b0393 Remove duplicate. Nicholas Marriott 2019-05-23 13:32:18 +01:00
  • 82bf0f4d48 configure.ac: add AC_PROC_YACC Thomas Adam 2019-05-23 13:09:34 +01:00
  • 8590ee65e6 TRAVIS: add bison to build deps Thomas Adam 2019-05-23 13:06:47 +01:00
  • d67b99c7e4 configure.ac: add AC_PROC_YACC Thomas Adam 2019-05-23 13:09:34 +01:00
  • 092c7bfeb8 TRAVIS: add bison to build deps Thomas Adam 2019-05-23 13:06:47 +01:00
  • bf2cf33fc6 Add yacc(1) bits. Nicholas Marriott 2019-05-23 13:04:41 +01:00
  • 75aeb733f2 Merge branch 'obsd-master' Thomas Adam 2019-05-23 13:02:27 +01:00
  • 723010ba72 Replace the split parser code (cfg.c and cmd-string.c) with a single parser using yacc(1). This is a major change but is clearer and simpler and allows some edge cases to be made more consistent, as well as tidying up how aliases are handled. It will also allow some further improvements later. nicm 2019-05-23 11:13:30 +00:00
  • 7ca2e2fe88 Add a config. Nicholas Marriott 2019-05-23 11:20:24 +01:00
  • 9d450cc6d0 Merge branch 'obsd-master' Thomas Adam 2019-05-22 21:02:28 +01:00
  • 5571d7a21c Fix crash if window doesn't exist, GitHub issue 1751. nicm 2019-05-22 18:58:31 +00:00
  • e353d0cab3 Another config. Nicholas Marriott 2019-05-22 19:49:48 +01:00
  • 282f7fbd37 Add a test config. Nicholas Marriott 2019-05-22 13:31:20 +01:00
  • b68fc7f104 Two more configs. Nicholas Marriott 2019-05-22 07:12:38 +01:00
  • 54dfe36340 Another. Nicholas Marriott 2019-05-21 17:07:08 +01:00
  • c4f4904f9b More configs Thomas Adam 2019-05-21 16:43:34 +01:00
  • d769fec8d6 More configs. Nicholas Marriott 2019-05-21 14:41:07 +01:00
  • f1ce611345 Add another one. Nicholas Marriott 2019-05-21 11:27:58 +01:00
  • 3856116069 Merge branch 'obsd-master' Thomas Adam 2019-05-21 09:02:37 +01:00
  • afe231c94c Add a few test configs thanks to various people. Nicholas Marriott 2019-05-21 08:01:57 +01:00
  • ae4cccb4f1 Fix a couple of Ta from Alphonse Mariya. nicm 2019-05-21 07:01:14 +00:00
  • 98ee93bde3 Merge branch 'obsd-master' Thomas Adam 2019-05-20 15:02:40 +01:00
  • 87d82170a6 Fix ordering of source-file with multiple files and add flags to load_cfg. nicm 2019-05-20 13:23:32 +00:00
  • 3a7e15511b Merge branch 'obsd-master' Thomas Adam 2019-05-20 13:02:36 +01:00
  • e128c7fcd8 Replace the various identical error callbacks with a single one in cmd-queue.c. nicm 2019-05-20 11:46:06 +00:00
  • 8db89f8efb Add a helper to allocate a cmd_list. nicm 2019-05-20 11:34:37 +00:00
  • c271cb9ff8 Merge branch 'obsd-master' Thomas Adam 2019-05-20 07:02:36 +01:00
  • 6e0c663a89 Fix the color space parameter in RGB SGR, from Brad Town. nicm 2019-05-20 05:35:46 +00:00
  • 56246c2936 README.md: mention TODO list on the tmux wiki Thomas Adam 2019-05-19 13:31:09 +01:00
  • 54da493476 Merge branch 'obsd-master' Thomas Adam 2019-05-18 23:02:36 +01:00
  • 82ebd98c5f Move the single command flag (CMD_CONTROL) into the shared flags. nicm 2019-05-18 21:14:10 +00:00
  • 831c67c2d8 Remove TODO, moving onto website. Nicholas Marriott 2019-05-18 14:44:31 +01:00
  • d6f7be6345 Add to CHANGES. Nicholas Marriott 2019-05-18 13:29:21 +01:00
  • eb064e8a62 Merge branch 'obsd-master' Thomas Adam 2019-05-17 09:02:36 +01:00
  • 9b83b1daa6 Change a couple of ACS characters to be more sensible and add a few missing ones, reported by Ricardo Banffy. nicm 2019-05-17 05:48:25 +00:00
  • 4acd345c6a Initialize default size variables, from Thomas Adam. nicm 2019-05-17 05:47:31 +00:00
  • d9ac0e7576 Merge branch 'obsd-master' Thomas Adam 2019-05-15 22:50:42 +01:00
  • dcf0bc2cc9 Mention CONTRIBUTING. Nicholas Marriott 2019-05-15 21:42:43 +01:00
  • cf4566b47b Fix dragging when in view mode rather than copy mode, GitHub issue 1740 from Brad Town. nicm 2019-05-15 19:25:53 +00:00
  • 50e77536fe Less headings. Nicholas Marriott 2019-05-15 20:21:38 +01:00
  • cd4e467751 Kill tmux for logs. Nicholas Marriott 2019-05-15 20:20:52 +01:00
  • 9228fead48 Merge branch 'obsd-master' Thomas Adam 2019-05-14 09:02:28 +01:00
  • 38b8a198ba Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736. nicm 2019-05-14 07:37:50 +00:00
  • 1eefbd28e8 Merge branch 'obsd-master' Thomas Adam 2019-05-13 23:02:26 +01:00
  • 1ee944a19d Add support for overline (SGR 53), from Ricardo Banffy. nicm 2019-05-13 20:10:23 +00:00
  • 1b0512aa7e Always include Lock in the menu. nicm 2019-05-13 20:07:02 +00:00
  • b5b5d35eee Merge branch 'obsd-master' Thomas Adam 2019-05-13 11:02:31 +01:00
  • c5f660e33a Fix column width for copy mode commands. nicm 2019-05-13 08:56:07 +00:00
  • e1e520d741 Clarify a little. Nicholas Marriott 2019-05-12 11:25:39 +01:00
  • 699d9d2fac Merge branch 'obsd-master' Thomas Adam 2019-05-12 21:02:27 +01:00
  • c3c3927c2b Oops, removed too much in last change. nicm 2019-05-12 18:18:30 +00:00
  • 00f19b7f91 Fix some indentation and dead assignments. nicm 2019-05-12 18:16:33 +00:00
  • 42da951edf README.md: avaailable -> available Thomas Adam 2019-05-12 18:37:32 +01:00
  • 180bbab1fc Merge branch 'obsd-master' Thomas Adam 2019-05-12 11:02:25 +01:00
  • 69c59c52b6 Spelling error. Nicholas Marriott 2019-05-12 10:06:42 +01:00
  • 19370631ea Tweak text of menu CHANGES entry. Nicholas Marriott 2019-05-12 10:05:10 +01:00
  • 99c1853792 Scatter some `. Nicholas Marriott 2019-05-12 10:00:11 +01:00
  • a131655235 Add simple menus to tree, client, buffer modes. nicm 2019-05-12 08:58:09 +00:00
  • 677bb168a9 Merge branch 'obsd-master' Thomas Adam 2019-05-12 09:02:28 +01:00
  • c91323e4d6 Remove menu_create_from_items, I thought I would use it for some later work but I don't need it. nicm 2019-05-12 07:27:08 +00:00
  • 50d1d04913 Merge branch 'obsd-master' Thomas Adam 2019-05-11 09:02:29 +01:00
  • 67e2f5869a Mention -vv. Nicholas Marriott 2019-05-11 08:34:08 +01:00
  • 3a9c199ae7 New ISSUE_TEMPLATE from Nicolas CARPi. Nicholas Marriott 2019-05-11 08:23:14 +01:00
  • bd6d0b3101 Formatted README.md, from Nicolas CARPi. Nicholas Marriott 2019-05-11 08:19:14 +01:00
  • f1dd65cbdf Another tweak. Nicholas Marriott 2019-05-11 08:09:49 +01:00
  • c18d7c5fcb Update CONTRIBUTING.md, mostly from Nicolas CARPi. Nicholas Marriott 2019-05-11 08:07:35 +01:00
  • 0d64531f66 Tweaks to README, some from me, some from Nicolas CARPi. Nicholas Marriott 2019-05-11 07:55:28 +01:00
  • f44dafd224 Add to CHANGES. Nicholas Marriott 2019-05-09 16:24:22 +01:00
  • 198b0a23a2 Don't use arguments with It and -enum, pointed out by jmc. nicm 2019-05-11 06:40:01 +00:00
  • ad27b7decd Do not reduce window height by status line height for control mode clients, from George Nachman. nicm 2019-05-11 06:34:56 +00:00
  • fc00839adc Update CHANGES Thomas Adam 2019-05-10 22:27:33 +01:00
  • aa13bd4016 Merge branch 'obsd-master' Thomas Adam 2019-05-10 22:10:38 +01:00
  • d62fd78655 Fix a typo in previous (, -> :). nicm 2019-05-10 18:09:51 +00:00