1. d98f9f7 Add split-window -Z to start the pane zoomed, GitHub issue 2591. by nicm · 3 years, 7 months ago
  2. e858270 There are many format variables now so allocating all the default ones by nicm · 3 years, 8 months ago
  3. fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 9 months ago
  4. 8bd29a3 Make synchronize-panes a pane option and add -U flag to set-option to by nicm · 3 years, 10 months ago
  5. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 4 months ago
  6. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 4 months ago
  7. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 5 months ago
  8. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 5 months ago
  9. 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 4 years, 5 months ago
  10. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 5 months ago
  11. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 5 months ago
  12. 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 4 years, 5 months ago
  13. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 6 months ago
  14. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 6 months ago
  15. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 6 months ago
  16. c4d0089 Pass correct flags to fnmatch. by nicm · 4 years, 6 months ago
  17. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 4 years, 6 months ago
  18. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 7 months ago
  19. de34436 Change input path so it doesn't require a pane. by nicm · 4 years, 7 months ago
  20. 9abeff7 FIx type for %u, from Thomas Adam. by nicm · 4 years, 7 months ago
  21. 58b47bf Fix top/bottom pane calculation with pane border status enabled, by nicm · 4 years, 8 months ago
  22. 04eee24 Treat plausible but invalid keys (like C-BSpace) as literal like any by nicm · 4 years, 9 months ago
  23. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 10 months ago
  24. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 11 months ago
  25. ccdebea Start with empty rather than NULL window name to avoid NULL printf if by nicm · 4 years, 12 months ago
  26. 0feae4d Make client exit if pane where input is going is closed. by nicm · 5 years ago
  27. df0334d The resize event was never deciding to actually resize the pane if there by nicm · 5 years ago
  28. 0f243f0 Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to by nicm · 5 years ago
  29. cf30e0f Do not double free window if pane fails to start. by nicm · 5 years ago
  30. 3a6d90a Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP. by nicm · 5 years ago
  31. c599ad6 Log window and pane resizes. by nicm · 5 years ago
  32. d83f356 Add #define for the pane status line option position numbers. by nicm · 5 years ago
  33. bdab595 Trim trailing spaces when matching. by nicm · 5 years ago
  34. fc1df91 allow-rename and alternate-screen can be pane options. by nicm · 5 years ago
  35. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  36. 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 5 years ago
  37. 3e72e98 Add regular expression support for the format search, match and by nicm · 5 years ago
  38. 915097d Exiting alternate screen mode should restore cursor position and by nicm · 5 years ago
  39. b26523c Remove a leftover abort and some fixes from cppcheck. by nicm · 5 years ago
  40. 69440d1 Do not use evbuffer_add_buffer because it is destructive and doesn't by nicm · 5 years ago
  41. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 5 years ago
  42. f1e14f8 Destroy panes before options to avoid crash when forced into a mode by a hook. by nicm · 5 years ago
  43. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  44. 0406ec0 Free temporary screens when writing format. by nicm · 6 years ago
  45. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  46. d738d51 Mode init needs to be fired with the mode on the list or it will not be by nicm · 6 years ago
  47. 2628af5 Add format variables for the default formats for the various modes by nicm · 6 years ago
  48. 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
  49. 028f9d1 Fix resizing of control clients, should be ignored until SIZECHANGED flag set. by nicm · 6 years ago
  50. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  51. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  52. bde0224 Pass window into mode functions. by nicm · 6 years ago
  53. 67254ed Clear PANE_EXITED flag when starting new child process in case the pane by nicm · 6 years ago
  54. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  55. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  56. f5d7a80 calloc the mode data instead of malloc and initialize everything. by nicm · 6 years ago
  57. d6ff630 Log command arguments. by nicm · 6 years ago
  58. b9a6162 Make server_client_get_cwd used (almost) everywhere we need to work out by nicm · 6 years ago
  59. 8f5903d Improve logging of the environment etc for new panes. by nicm · 6 years ago
  60. f87d807 Insert full size panes at the right position, from KOIE Hidetaka in by nicm · 7 years ago
  61. 384736e If we successfully change the directory, set PWD too to give the shell a by nicm · 7 years ago
  62. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
  63. fe4467a Do not forbid targets to specify non-visible panes - the checks for by nicm · 7 years ago
  64. 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
  65. 5111222 Block signals between forking and clearing signal handlers (or calling by nicm · 7 years ago
  66. 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
  67. 6ee0afb Change previous to not wait for both process exit and pty close - by nicm · 7 years ago
  68. 28687f2 Do not close panes until process has exited and any outstanding data by nicm · 7 years ago
  69. a00b0d1 Apply the xterm key flag when needed for send-keys, fixes problem by nicm · 7 years ago
  70. 8149bc3 Be more strict about escape sequences that rename windows or set titles: by nicm · 7 years ago
  71. 80c6b48 Because we defer actually resizing applications (calling TIOCSWINSZ) by nicm · 7 years ago
  72. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  73. a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
  74. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 7 years ago
  75. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 7 years ago
  76. 0f2f783 Log what is happening with window and session reference counts much more by nicm · 7 years ago
  77. bcd6b41 Remove a reference from the right window when removing from a winlink's list. by nicm · 7 years ago
  78. 87997ef Use fdforkpty() instead of our own unwrapped versions. by nicm · 7 years ago
  79. 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 7 years ago
  80. 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 7 years ago
  81. c916fea Fix pane movement by direction (up, down, left, right) when by nicm · 8 years ago
  82. 8e9b100 Log where panes are created. by nicm · 8 years ago
  83. e741a0b If splitw -b is used, insert the new pane before the current one in the by nicm · 8 years ago
  84. 0414b1f Minor bits: fix an array size, add comment, make grid_cell_entry static. by nicm · 8 years ago
  85. 35a0606 Remove event watermarks, don't work well enough to be worth it. by nicm · 8 years ago
  86. 3d74e89 Shorten a long line, and don't leak buffer in paste_add if size is zero. by nicm · 8 years ago
  87. 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
  88. dad3090 Put all palette functions together in the file. by nicm · 8 years ago
  89. 0752fda Erm the aixterm colours should start at 8, not 7. by nicm · 8 years ago
  90. 9e78603 Fix setting the palette of aixterm colours (90-97). by nicm · 8 years ago
  91. 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
  92. 5636d38 Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin. by nicm · 8 years ago
  93. e88b743 The target validity check used window_pane_visible but that may be false by nicm · 8 years ago
  94. 899e629 Alerts are too slow, so rather than walking all sessions and windows, by nicm · 8 years ago
  95. c2f8837 Store the right size in the pipe offset for pipe-pane. by nicm · 8 years ago
  96. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  97. e799037 Give window_create and window_create1 better names. by nicm · 8 years ago
  98. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  99. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  100. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago