- 658ecb0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 0feae4d Make client exit if pane where input is going is closed. by nicm · 5 years ago
- 4fa1f96 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- df0334d The resize event was never deciding to actually resize the pane if there by nicm · 5 years ago
- ed0f283 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 0f243f0 Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to by nicm · 5 years ago
- abcd4bd Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- cf30e0f Do not double free window if pane fails to start. by nicm · 5 years ago
- c4a9299 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 3a6d90a Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP. by nicm · 5 years ago
- f797ac9 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- c599ad6 Log window and pane resizes. by nicm · 5 years ago
- d83f356 Add #define for the pane status line option position numbers. by nicm · 5 years ago
- c14b0d7 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- bdab595 Trim trailing spaces when matching. by nicm · 5 years ago
- 4a44ae0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- f8ad72b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- fc1df91 allow-rename and alternate-screen can be pane options. by nicm · 5 years ago
- 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
- ee9bc35 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 5 years ago
- 5e9757b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 3e72e98 Add regular expression support for the format search, match and by nicm · 5 years ago
- d9ad461 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 915097d Exiting alternate screen mode should restore cursor position and by nicm · 5 years ago
- 41b8bb4 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- b26523c Remove a leftover abort and some fixes from cppcheck. by nicm · 5 years ago
- d9767b8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 69440d1 Do not use evbuffer_add_buffer because it is destructive and doesn't by nicm · 6 years ago
- d4177e9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
- 85f09f9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- f1e14f8 Destroy panes before options to avoid crash when forced into a mode by a hook. by nicm · 6 years ago
- 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
- 5ece386 Break new window and pane creation common code from various commands and by Nicholas Marriott · 6 years ago
- 073d439 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 0406ec0 Free temporary screens when writing format. by nicm · 6 years ago
- 962f255 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
- 1d6fe43 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 4cbf596 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- d738d51 Mode init needs to be fired with the mode on the list or it will not be by nicm · 6 years ago
- 2628af5 Add format variables for the default formats for the various modes by nicm · 6 years ago
- 0b32fa8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
- 162d3cb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 028f9d1 Fix resizing of control clients, should be ignored until SIZECHANGED flag set. by nicm · 6 years ago
- 3ec05e9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
- 349aeb8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
- c9d482a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- bde0224 Pass window into mode functions. by nicm · 6 years ago
- 1c5093c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 67254ed Clear PANE_EXITED flag when starting new child process in case the pane by nicm · 6 years ago
- efd01f3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
- 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
- 04c6db2 Revert "Add a B flag to mark windows bigger than the client." by Nicholas Marriott · 6 years ago
- 6abb62d Change the B into a +. by Nicholas Marriott · 6 years ago
- b4e74f4 Add a B flag to mark windows bigger than the client. by Nicholas Marriott · 6 years ago
- 5aa435a window_get_active_at needs to check visible also. by Nicholas Marriott · 6 years ago
- a618271 Bring back window_pane_visible to stop input going to panes which are by Nicholas Marriott · 6 years ago
- 641191a Support for windows larger than the client. by Nicholas Marriott · 6 years ago
- f5d7a80 calloc the mode data instead of malloc and initialize everything. by nicm · 6 years ago
- 33f9b31 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- d6ff630 Log command arguments. by nicm · 6 years ago
- 7448b38 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 85d5a37 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- b9a6162 Make server_client_get_cwd used (almost) everywhere we need to work out by nicm · 7 years ago
- 8f5903d Improve logging of the environment etc for new panes. by nicm · 7 years ago
- 0ca78ee Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- f87d807 Insert full size panes at the right position, from KOIE Hidetaka in by nicm · 7 years ago
- 515da63 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 384736e If we successfully change the directory, set PWD too to give the shell a by nicm · 7 years ago
- 31901e3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
- 7d3bf64 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- fe4467a Do not forbid targets to specify non-visible panes - the checks for by nicm · 7 years ago
- acbbc93 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
- 1076a2e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 5111222 Block signals between forking and clearing signal handlers (or calling by nicm · 7 years ago
- 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
- 5e98770 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 6ee0afb Change previous to not wait for both process exit and pty close - by nicm · 7 years ago
- 4e01036 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 28687f2 Do not close panes until process has exited and any outstanding data by nicm · 7 years ago
- 336beeb Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- a00b0d1 Apply the xterm key flag when needed for send-keys, fixes problem by nicm · 7 years ago
- e62e17d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 8ec6c32 signal.h for utempter, from David CARLIER. by Nicholas Marriott · 7 years ago
- 8149bc3 Be more strict about escape sequences that rename windows or set titles: by nicm · 7 years ago
- 3500820 Differences to OpenBSD. by Nicholas Marriott · 7 years ago
- f17ecaa Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 80c6b48 Because we defer actually resizing applications (calling TIOCSWINSZ) by nicm · 7 years ago
- aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
- 5bc5fe5 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
- 7f813dc Merge branch 'obsd-master' by Thomas Adam · 8 years ago