1. 162d3cb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  2. 028f9d1 Fix resizing of control clients, should be ignored until SIZECHANGED flag set. by nicm · 6 years ago
  3. 3ec05e9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  4. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  5. 349aeb8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  6. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  7. c9d482a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  8. bde0224 Pass window into mode functions. by nicm · 6 years ago
  9. 1c5093c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  10. 67254ed Clear PANE_EXITED flag when starting new child process in case the pane by nicm · 6 years ago
  11. efd01f3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  12. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  13. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  14. 04c6db2 Revert "Add a B flag to mark windows bigger than the client." by Nicholas Marriott · 6 years ago
  15. 6abb62d Change the B into a +. by Nicholas Marriott · 6 years ago
  16. b4e74f4 Add a B flag to mark windows bigger than the client. by Nicholas Marriott · 6 years ago
  17. 5aa435a window_get_active_at needs to check visible also. by Nicholas Marriott · 6 years ago
  18. a618271 Bring back window_pane_visible to stop input going to panes which are by Nicholas Marriott · 6 years ago
  19. 641191a Support for windows larger than the client. by Nicholas Marriott · 6 years ago
  20. f5d7a80 calloc the mode data instead of malloc and initialize everything. by nicm · 6 years ago
  21. 33f9b31 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  22. d6ff630 Log command arguments. by nicm · 6 years ago
  23. 7448b38 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  24. 85d5a37 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  25. b9a6162 Make server_client_get_cwd used (almost) everywhere we need to work out by nicm · 7 years ago
  26. 8f5903d Improve logging of the environment etc for new panes. by nicm · 7 years ago
  27. 0ca78ee Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  28. f87d807 Insert full size panes at the right position, from KOIE Hidetaka in by nicm · 7 years ago
  29. 515da63 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  30. 384736e If we successfully change the directory, set PWD too to give the shell a by nicm · 7 years ago
  31. 31901e3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  32. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
  33. 7d3bf64 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  34. fe4467a Do not forbid targets to specify non-visible panes - the checks for by nicm · 7 years ago
  35. acbbc93 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  36. 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
  37. 1076a2e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  38. 5111222 Block signals between forking and clearing signal handlers (or calling by nicm · 7 years ago
  39. 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
  40. 5e98770 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  41. 6ee0afb Change previous to not wait for both process exit and pty close - by nicm · 7 years ago
  42. 4e01036 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  43. 28687f2 Do not close panes until process has exited and any outstanding data by nicm · 7 years ago
  44. 336beeb Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  45. a00b0d1 Apply the xterm key flag when needed for send-keys, fixes problem by nicm · 7 years ago
  46. e62e17d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  47. 8ec6c32 signal.h for utempter, from David CARLIER. by Nicholas Marriott · 7 years ago
  48. 8149bc3 Be more strict about escape sequences that rename windows or set titles: by nicm · 7 years ago
  49. 3500820 Differences to OpenBSD. by Nicholas Marriott · 7 years ago
  50. f17ecaa Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  51. 80c6b48 Because we defer actually resizing applications (calling TIOCSWINSZ) by nicm · 7 years ago
  52. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  53. 5bc5fe5 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  54. a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
  55. 7f813dc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  56. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
  57. f322194 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  58. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 8 years ago
  59. 3a8e56b Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  60. 0f2f783 Log what is happening with window and session reference counts much more by nicm · 8 years ago
  61. bcd6b41 Remove a reference from the right window when removing from a winlink's list. by nicm · 8 years ago
  62. 22e594f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  63. 87997ef Use fdforkpty() instead of our own unwrapped versions. by nicm · 8 years ago
  64. 4837121 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  65. 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 8 years ago
  66. 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 8 years ago
  67. 57b4d3d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  68. c916fea Fix pane movement by direction (up, down, left, right) when by nicm · 8 years ago
  69. cc6c6ed Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  70. 8e9b100 Log where panes are created. by nicm · 8 years ago
  71. 48a3dba Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  72. e741a0b If splitw -b is used, insert the new pane before the current one in the by nicm · 8 years ago
  73. 14dc2ac Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  74. 0414b1f Minor bits: fix an array size, add comment, make grid_cell_entry static. by nicm · 8 years ago
  75. a9a0039 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  76. 35a0606 Remove event watermarks, don't work well enough to be worth it. by nicm · 8 years ago
  77. f1282a6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  78. 3d74e89 Shorten a long line, and don't leak buffer in paste_add if size is zero. by nicm · 8 years ago
  79. b3a724f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  80. 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
  81. 1eb9500 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  82. dad3090 Put all palette functions together in the file. by nicm · 8 years ago
  83. 4a76861 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  84. 0752fda Erm the aixterm colours should start at 8, not 7. by nicm · 8 years ago
  85. 9e78603 Fix setting the palette of aixterm colours (90-97). by nicm · 8 years ago
  86. 29e64a8 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  87. 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
  88. 0f5b781 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  89. 5636d38 Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin. by nicm · 8 years ago
  90. 12c49fa Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  91. e88b743 The target validity check used window_pane_visible but that may be false by nicm · 8 years ago
  92. 28a3120 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  93. 899e629 Alerts are too slow, so rather than walking all sessions and windows, by nicm · 8 years ago
  94. b3ab39c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  95. c2f8837 Store the right size in the pipe offset for pipe-pane. by nicm · 8 years ago
  96. d54e990 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  97. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  98. 59d1147 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  99. e799037 Give window_create and window_create1 better names. by nicm · 8 years ago
  100. ad5a561 Merge branch 'obsd-master' by Thomas Adam · 8 years ago