Commit Graph

  • 2d37995a65
    Merge 4292d2e82f into 3823fa2c57 Joyce Lin 2024-05-02 18:10:56 +0000
  • 4292d2e82f Fix copy-mode-test-vi.sh Joyce Lin 2024-05-02 14:10:45 -0400
  • c716c16e44
    Merge 0ce8988dcd into 3823fa2c57 Joyce Lin 2024-04-30 12:40:29 +0100
  • 3823fa2c57 Send SIGHUP since some programs ignore SIGTERM, from Eduardo Grajeda in GitHub issue 3958. master Nicholas Marriott 2024-04-30 12:38:58 +0100
  • 0ce8988dcd Add CI regression checks Joyce Lin 2024-04-29 16:58:25 -0400
  • 4278e00045 fix copy-mode-test-emacs.sh Joyce Lin 2024-04-29 16:44:08 -0400
  • 50c4a14e57 Fix tmux cgroup not stopping bash and hanging the shutdown Eduardo Grajeda 2024-04-26 23:46:52 +0200
  • 0a8571b6fe Merge branch 'obsd-master' Thomas Adam 2024-04-23 16:09:50 +0100
  • ea9f416c99 correct indentation; no functional change ok tb@ jsg 2024-04-23 13:34:51 +0000
  • 036d8993e6 Merge branch 'obsd-master' Thomas Adam 2024-04-15 12:01:11 +0100
  • e8530c9fee Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu. nicm 2024-04-15 08:19:55 +0000
  • dd4c0109a9 Missing headers for Android, from Biswapriyo Nath. Nicholas Marriott 2024-04-15 09:07:41 +0100
  • 38a4f03b50 Fix memory leak Howard Chu 2024-04-14 00:17:32 +0800
  • 4f5a944ae3 compat: Fix clang compiler error in Android Biswapriyo Nath 2024-04-11 14:14:44 +0000
  • 43530d4397 Merge branch 'obsd-master' Thomas Adam 2024-04-10 10:01:13 +0100
  • 553d4cba79 Add an option allow-set-title to forbid applications from changing the pane title, from someone in GitHub issue 3930. nicm 2024-04-10 07:36:25 +0000
  • c62a9ca16b Correct handling of mouse up events (don't ignore all but the last released button), and always process down event for double click. From Rudy Dellomas III in GitHub issue 3919. nicm 2024-04-10 07:29:15 +0000
  • 075a95c236 change option name to `allow-set-title` and update tmux.1 cache-miss 2024-04-10 15:20:11 +0800
  • 424f13fe13 Do not get muddled and crash if focusing a pane that is exiting, reported by Saul Nogueras in GitHub issue 3776. nicm 2024-04-10 07:15:21 +0000
  • c124d74fd2 add new option `allow-rename-pane` to control whether pane-title should set by escape sequence cache-miss 2024-04-10 09:18:59 +0800
  • 887cdccacf support ignore osc 2 after user specify pane title cache-miss 2024-04-09 23:17:33 +0800
  • 4bb6da75ba Merge branch 'obsd-master' Thomas Adam 2024-04-05 02:01:09 +0100
  • a28175dbfd Pick newest session as documented, not oldest, from Magnus Gross. nicm 2024-04-04 22:44:40 +0000
  • 68a704154f Detect non-double click mouse down events that occur before timeout Rudy Dellomas III 2024-04-02 00:38:13 +1000
  • b00a5fc4a5 Correctly detect which button was released on SGR mouse release events Rudy Dellomas III 2024-04-02 00:30:03 +1000
  • d489286f7a
    Create Dockerfile ferryman0608 2024-03-29 23:08:45 +0800
  • fc204bb5e5 Merge branch 'obsd-master' Thomas Adam 2024-03-26 12:01:11 +0000
  • 6207a45139 Fix selection present check, reported by M Kelly. nicm 2024-03-26 10:20:20 +0000
  • 177326ff26 revert alert.c change Jia Hu 2024-03-25 14:37:30 -0400
  • d448570e66 give back a row Jia Hu 2024-03-25 14:28:57 -0400
  • c9003afece delete an empty row Jia Hu 2024-03-25 14:27:21 -0400
  • 8681a23aa0 update all the branch changes to the master Jia Hu 2024-03-25 14:24:45 -0400
  • 3c3643f580 Merge branch 'obsd-master' Thomas Adam 2024-03-21 14:01:10 +0000
  • 89c1c43ef9 Write padding character into the right position. nicm 2024-03-21 12:10:57 +0000
  • 2e9d7ebf15 Reduce escape-time default to 10 milliseconds, 500 is far too long for modern terminals and networks. Case made by Kurtis Rader in GitHub issue 3844. nicm 2024-03-21 11:53:11 +0000
  • d8ddeec7db Add -M to always turn mouse on in a menu, GitHub issue 3779. nicm 2024-03-21 11:51:32 +0000
  • 6f0254e6a8 Look for feature code 21 for DECSLRM and 28 for DECFRA in the device attributes and also accept level 1 (there is no hardware with this but some emulators may use it). Pointed out by James Holderness. nicm 2024-03-21 11:47:55 +0000
  • aa17f0e0c1 Fix crash if SIXEL colour register is invalid and remove SIXEL images before reflow to avoid a different crash, from Anindya Mukherjee. Nicholas Marriott 2024-03-21 11:37:09 +0000
  • 0ae8b681b2 Use -p for default paste-buffer command in buffer mode, it will only do anything if the application asked for it. From Gregory Anders. nicm 2024-03-21 11:32:49 +0000
  • 6c0067c103 Do not notify window-layout-changed if the window is about to be destroyed (since it may have been freed by the time the notify happens), from Romain Francoise in GitHub issue 3860. nicm 2024-03-21 11:30:42 +0000
  • 5458cb2850 Revert detach-client part of last, did not intend this to go in. nicm 2024-03-21 11:27:18 +0000
  • 0c374868ca Do not consider a selection present if it is empty, from Michael Grant (GitHub issue 3869). Also a typo fix from GitHub issue 3877. nicm 2024-03-21 11:26:28 +0000
  • bf5d3f2e26 Typo, GitHub issue 3877. Nicholas Marriott 2024-03-21 11:19:59 +0000
  • d5ef837f63 Remove duplicate .tmux.conf mention, from Valentin Rylenko. Nicholas Marriott 2024-03-21 11:18:00 +0000
  • 2685a2d663 fix all2 Jia Hu 2024-03-21 01:20:54 -0400
  • 79fd89f90f fix all Jia Hu 2024-03-21 01:18:16 -0400
  • 829581aa1c
    Merge pull request #14 from CS489-Tmux-Team8/judie Jia Hu 2024-03-21 01:16:06 -0400
  • c847ed3983 fix test.yml and DEVELOEPR.md and emacs.sh Jia Hu 2024-03-21 01:05:37 -0400
  • a9810bdbbe
    Merge pull request #12 from CS489-Tmux-Team8/tagged-release j352lin 2024-03-21 00:27:13 -0400
  • f0388d7a4a
    Merge pull request #13 from CS489-Tmux-Team8/shrey-docs Shrey Patel 2024-03-21 00:10:49 -0400
  • e567e8987e
    work Shrey Patel 2024-03-21 00:10:13 -0400
  • cea6848ae5 Create Continuous Delivery GitHub Workflow Joyce Lin 2024-03-21 00:01:36 -0400
  • 4360ac4783
    Merge pull request #10 from CS489-Tmux-Team8/judie_branch Jia Hu 2024-03-20 23:44:31 -0400
  • 42b071b2c4 Create Continuous Delivery GitHub Workflow Joyce Lin 2024-03-20 23:42:50 -0400
  • 23a065a33b fix all pr comment Jia Hu 2024-03-20 23:39:30 -0400
  • 72c8496176 fix pr comment Jia Hu 2024-03-20 23:34:14 -0400
  • 1a4dbb4bd7 try to use * Jia Hu 2024-03-20 23:31:09 -0400
  • d88e0c3eef update ic.yml with script Jia Hu 2024-03-20 18:04:22 -0400
  • fee7b0ca7d update ic.yml with script Jia Hu 2024-03-20 18:03:15 -0400
  • 9afb41fbb4 update ic.yml with script Jia Hu 2024-03-20 18:00:43 -0400
  • 463a3e4503 update ic.yml with script Jia Hu 2024-03-20 17:59:42 -0400
  • 22e8733a73 update ic.yml with script Jia Hu 2024-03-20 17:47:32 -0400
  • eebf4e13e2 update ic.yml with script Jia Hu 2024-03-20 17:44:52 -0400
  • 05073be76a workflow Yash Rathore 2024-03-20 17:42:48 -0400
  • aced0722eb update ic.yml with script Jia Hu 2024-03-20 17:41:49 -0400
  • 19b7a919fc update ic.yml with script Jia Hu 2024-03-20 17:37:42 -0400
  • 113c2016d5 update ic.yml with script Jia Hu 2024-03-20 17:36:34 -0400
  • 4d95d1da14 update ic.yml with script Jia Hu 2024-03-20 17:27:48 -0400
  • 6bac195270 remove some comment in test-emacs Jia Hu 2024-03-20 17:18:29 -0400
  • 879857f5f7 modify test-emacs with printf2 Jia Hu 2024-03-20 17:15:03 -0400
  • e8e71a484a modify test-emacs with printf Jia Hu 2024-03-20 17:10:04 -0400
  • c2d1648a8f modify test-emacs and update ic.yml Jia Hu 2024-03-20 17:07:13 -0400
  • 4a28c22696 add error count Yash Rathore 2024-03-20 16:10:31 -0400
  • f2d1ef10e3 update ic.yml to my branch Jia Hu 2024-03-20 16:04:47 -0400
  • 72661dd4df add linter workflow Yash Rathore 2024-03-20 15:43:37 -0400
  • d848587601 all correct tests Jia Hu 2024-03-20 03:42:35 -0400
  • 9de6feac2a o Jia Hu 2024-03-20 03:40:22 -0400
  • df79b9c8a1 o Jia Hu 2024-03-20 03:35:32 -0400
  • 513a57d53f o Jia Hu 2024-03-20 03:31:28 -0400
  • 34e9ad40be o Jia Hu 2024-03-20 03:27:23 -0400
  • dbb0a91248 o Jia Hu 2024-03-20 03:25:41 -0400
  • f1e9797f19 o Jia Hu 2024-03-20 03:20:57 -0400
  • 0594b1808a o Jia Hu 2024-03-20 03:18:13 -0400
  • 3eadc4d4d7 o Jia Hu 2024-03-20 03:15:43 -0400
  • f46fb4f9bb o Jia Hu 2024-03-20 03:11:47 -0400
  • 7007a6adf6 o Jia Hu 2024-03-20 02:17:03 -0400
  • ba140a11ff o Jia Hu 2024-03-20 02:13:04 -0400
  • 3066360987 o Jia Hu 2024-03-20 02:11:22 -0400
  • a2f0ae55f3 o Jia Hu 2024-03-20 02:07:21 -0400
  • 870c26f109 n Jia Hu 2024-03-20 02:03:51 -0400
  • 1f46df40f5 m Jia Hu 2024-03-20 02:03:27 -0400
  • c16e8bd53c m Jia Hu 2024-03-20 02:00:39 -0400
  • 604e44a4ff l Jia Hu 2024-03-20 01:58:16 -0400
  • 684881596e l Jia Hu 2024-03-20 01:56:36 -0400
  • 9640d43d27 l Jia Hu 2024-03-20 01:54:09 -0400
  • 95f179f546 l Jia Hu 2024-03-20 01:51:38 -0400
  • e83156106f l Jia Hu 2024-03-20 01:49:21 -0400
  • c72c6eae36 l Jia Hu 2024-03-20 01:47:14 -0400
  • e449f01c92 l Jia Hu 2024-03-20 01:44:27 -0400
  • 6b70acd1bf k Jia Hu 2024-03-20 01:39:22 -0400