- 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
- 0406ec0 Free temporary screens when writing format. by nicm · 6 years ago
- 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 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
- 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
- 028f9d1 Fix resizing of control clients, should be ignored until SIZECHANGED flag set. by nicm · 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
- f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
- bde0224 Pass window into mode functions. by nicm · 6 years ago
- 67254ed Clear PANE_EXITED flag when starting new child process in case the pane by nicm · 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
- f5d7a80 calloc the mode data instead of malloc and initialize everything. by nicm · 6 years ago
- d6ff630 Log command arguments. by nicm · 6 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
- f87d807 Insert full size panes at the right position, from KOIE Hidetaka in by nicm · 7 years ago
- 384736e If we successfully change the directory, set PWD too to give the shell a by nicm · 7 years ago
- a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
- fe4467a Do not forbid targets to specify non-visible panes - the checks for by nicm · 7 years ago
- 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 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
- 6ee0afb Change previous to not wait for both process exit and pty close - by nicm · 7 years ago
- 28687f2 Do not close panes until process has exited and any outstanding data by nicm · 7 years ago
- a00b0d1 Apply the xterm key flag when needed for send-keys, fixes problem by nicm · 7 years ago
- 8149bc3 Be more strict about escape sequences that rename windows or set titles: by nicm · 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
- a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
- 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
- d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 8 years ago
- 0f2f783 Log what is happening with window and session reference counts much more by nicm · 8 years ago
- bcd6b41 Remove a reference from the right window when removing from a winlink's list. by nicm · 8 years ago
- 87997ef Use fdforkpty() instead of our own unwrapped versions. by nicm · 8 years ago
- 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 8 years ago
- 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 8 years ago
- c916fea Fix pane movement by direction (up, down, left, right) when by nicm · 8 years ago
- 8e9b100 Log where panes are created. by nicm · 8 years ago
- e741a0b If splitw -b is used, insert the new pane before the current one in the by nicm · 8 years ago
- 0414b1f Minor bits: fix an array size, add comment, make grid_cell_entry static. by nicm · 8 years ago
- 35a0606 Remove event watermarks, don't work well enough to be worth it. by nicm · 8 years ago
- 3d74e89 Shorten a long line, and don't leak buffer in paste_add if size is zero. by nicm · 8 years ago
- 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
- dad3090 Put all palette functions together in the file. by nicm · 8 years ago
- 0752fda Erm the aixterm colours should start at 8, not 7. by nicm · 8 years ago
- 9e78603 Fix setting the palette of aixterm colours (90-97). by nicm · 8 years ago
- 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
- 5636d38 Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin. by nicm · 8 years ago
- e88b743 The target validity check used window_pane_visible but that may be false by nicm · 8 years ago
- 899e629 Alerts are too slow, so rather than walking all sessions and windows, by nicm · 8 years ago
- c2f8837 Store the right size in the pipe offset for pipe-pane. by nicm · 8 years ago
- 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
- e799037 Give window_create and window_create1 better names. by nicm · 8 years ago
- 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
- e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
- 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
- acacb71 Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered with by nicm · 8 years ago
- eb50e7a Swap watermarks from high (4096) to low (128) when we get full buffers by nicm · 8 years ago
- 9436a31 Tweak output of environment logging. by nicm · 8 years ago
- 1718420 Log environment to new panes. by nicm · 8 years ago
- 325cbe9 Allow a command to be specified to display-panes, similar to by nicm · 8 years ago
- bee3e3e Copy mode needs to keep the original grid intact so it can copy from it by nicm · 8 years ago
- 00cf5fb Insert new panes after the pane being split in the list rather than by nicm · 8 years ago
- 1921fac Cache the window styles and do not look up the window-style options by nicm · 8 years ago
- 0509be0 Add option to include status text in the pane borders. If by nicm · 9 years ago
- c5443da The backoff timer is causing no end of trouble with disconnected clients by nicm · 9 years ago
- 2e4503a Redraw status on mode entry and exit. by nicm · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- f84d32c Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot. by nicm · 9 years ago
- bdbec09 Make input off flag (selectp -d) apply to synchronize-panes too. by nicm · 9 years ago
- 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
- 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
- 7236838 Mark new active pane changed after pane lost in window, and after by nicm · 9 years ago
- 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
- 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
- 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
- 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
- 44657bf Move struct options into options.c. by nicm · 9 years ago
- af16ce6 When the active pane changes, redraw panes if the style has by nicm · 9 years ago
- 5047670 Remove some old prototypes and unused functions. by nicm · 9 years ago
- b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
- 5267ce8 Treat entering or leaving a mode as pane changed. by nicm · 9 years ago
- b7861f3 Better take on reducing the name timer. Again check for name changes in by nicm · 9 years ago
- d9b3133 Only set default title to hostname on screens that are being used for a by nicm · 9 years ago
- 55b8d74 Revert previous; we do need a timer, until I have a better idea. We by nicm · 9 years ago
- e2100c5 We now only checking for name changes when the active pane has changed, by nicm · 9 years ago
- 25faca4 Error messages should not have a trailing period. by nicm · 9 years ago
- fc58e44 Only do the automatic-rename dance if the pane has changed (seen output, by nicm · 9 years ago
- bad8d0f Do not call window_unzoom from window_destroy because it will try to add by nicm · 9 years ago
- 0ff3359 Move the shuffle code from new-window -a into a function and add a -a by nicm · 9 years ago
- d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
- a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
- 3f4ee98 To replace c0-*, add a high watermark to the pty event, and also backoff by nicm · 10 years ago
- 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 10 years ago
- 8e9b6e0 Style spacing nits. by nicm · 10 years ago
- 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 10 years ago
- 7717444 Add select-layout -o to undo the last layout change (apply the previously by nicm · 10 years ago