- f61fc57 Tidy up tty_write, from Sean Estabrooks. by Nicholas Marriott · 12 years ago
- 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
- 6804d58 Add a patch missed during a merge sometime to use by Nicholas Marriott · 12 years ago
- 20129b7 Simplify width calculation (all numbers always sequential) and don't by Nicholas Marriott · 12 years ago
- a194430 Remove dead code, from Sean Estabrooks. by Nicholas Marriott · 12 years ago
- cf2e65c Another missing format from sam at sltosis.org. by Nicholas Marriott · 12 years ago
- 8889a48 Fix a return type. by Nicholas Marriott · 12 years ago
- a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
- ff4097e Add some missing formats from Samuel Le Thiec. by Nicholas Marriott · 12 years ago
- 89a96b0 Document pane_index variable, from sam at sltosis dot org. by Nicholas Marriott · 12 years ago
- 5385a9b Add a queue of notifys and a way to turn them off and on (we do not want by Nicholas Marriott · 12 years ago
- 35a8a61 Nuke unused variable from Thomas Adam. by Nicholas Marriott · 12 years ago
- ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- a339169 Move a NULL check inside a function, from Tiago Cunha. by Nicholas Marriott · 12 years ago
- 91f54b5 Fix choose-tree usage string. by Nicholas Marriott · 12 years ago
- b0f4f94 remove extraneous line; by Jason McIntyre · 12 years ago
- f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
- 191a92c Sort SRCS list. by Nicholas Marriott · 12 years ago
- 63f5c38 Clear flags across all sessions, from Thomas Adam. by Nicholas Marriott · 12 years ago
- 67b926c Provide common helper function for adding windows and sessions to choose by Nicholas Marriott · 12 years ago
- 5b6f781 Clean up and simplify the choose mode code, from Thomas Adam. by Nicholas Marriott · 12 years ago
- 39abca4 Trim a blank line. by Nicholas Marriott · 12 years ago
- a791743 Remove a couple of unused variables from redbrain at gcc dot gnu dot org. by Nicholas Marriott · 12 years ago
- 0f00c3b Actually write all the data to stdout/stderr. by Nicholas Marriott · 12 years ago
- 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
- 7c39850 Tidy up bell code, from Thomas Adam. by Nicholas Marriott · 12 years ago
- a13b4a8 Add a couple of NULL pointer checks to key binding functions, from by Nicholas Marriott · 12 years ago
- a4a2c68 Do not crash when the current session has no window, fixes a bug by Nicholas Marriott · 12 years ago
- 2113115 Add -a for kill-session, from Thomas Adam. by Nicholas Marriott · 12 years ago
- 038e8b7 Add -a flag for detach-client, from Thomas Adam. by Nicholas Marriott · 12 years ago
- 04ac61e Simplify references to alerts in the man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
- 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
- db20f2d Add pane title to choose-window template and use the right index for the by Nicholas Marriott · 12 years ago
- 63d109f Use RB_FOREACH_SAFE as winlinks are being removed, from Chris Johnsen. by Nicholas Marriott · 12 years ago
- 226f9fa Use session from -t for killw -a, from Chris Johnsen. by Nicholas Marriott · 12 years ago
- f51c55c Use default-shell not _PATH_BSHELL to spawn commands, pointed out by by Nicholas Marriott · 12 years ago
- fbf2bd8 Trim a double space from template. by Nicholas Marriott · 12 years ago
- 1845800 Strip layout from choose-windows again (leave in list-windows), by Nicholas Marriott · 12 years ago
- 993f1b9 Fix client templates, from Romain Francoise. by Nicholas Marriott · 12 years ago
- 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 13 years ago
- 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 13 years ago
- 84c708f Store client in tty struct directly instead of using a callback function by Nicholas Marriott · 13 years ago
- fe4f008 Store mouse data in tty structure not on the stack. by Nicholas Marriott · 13 years ago
- ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
- 682884e Add a helper function to send ready message. by Nicholas Marriott · 13 years ago
- 82b053a Use tty_pane_full_width macro in some more places. by Nicholas Marriott · 13 years ago
- 2f93aff If there are any terminals with insert mode but not ich1, they can go by Nicholas Marriott · 13 years ago
- 243d127 Move some common code to repeat spaces into a function. by Nicholas Marriott · 13 years ago
- 7a4679a Instead of passing stdin/stdout/stderr file descriptors over imsg and by Nicholas Marriott · 13 years ago
- ac7e2f1 Ignore line continuation when escaped as \\, from Simon Nicolussi. by Nicholas Marriott · 13 years ago
- 50cefec Use -t for move-window with -r rather than dying. Reported by Ben by Nicholas Marriott · 13 years ago
- 37f9bb4 Add a helper function to open the terminal for attach-/new-session. by Nicholas Marriott · 13 years ago
- 218b692 Only enter copy mode on scroll up, from Ailin Nemui. by Nicholas Marriott · 13 years ago
- 96a34a0 Tidy up by adding a macro for the pane being the full screen width, from by Nicholas Marriott · 13 years ago
- 132403b Missing ()s in macros. by Nicholas Marriott · 13 years ago
- 3e6454f Pull CRA out into a separate function and add ERA, from Ailin Nemui. by Nicholas Marriott · 13 years ago
- f66b105 Make unbind-key -a work with -t, based on a diff from Kazuhiko Sakaguchi. by Nicholas Marriott · 13 years ago
- cc979bd default-path has the same possibilities as new-window -c now. by Nicholas Marriott · 13 years ago
- a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 13 years ago
- e60f48a Use int not u_char for colours from options since they may have bit 8 by Nicholas Marriott · 13 years ago
- ff5155f Add a buffer with all input from last ground state, will be used for by Nicholas Marriott · 13 years ago
- 94795eb Add missing prototype. by Nicholas Marriott · 13 years ago
- d3e4320 Use an enum for client exit reasons, from George Nachman. by Nicholas Marriott · 13 years ago
- 0f9e0d1 Do not return a buffer on the stack, mentioned by jsg a while ago. by Nicholas Marriott · 13 years ago
- 48e6ebb Use a helper function to fire choose callback. by Nicholas Marriott · 13 years ago
- e02d1bc Add window-status-separator option, from Thomas Adam. by Nicholas Marriott · 13 years ago
- ed58b2d Add -a flag to kill-window, from Thomas Adam. by Nicholas Marriott · 13 years ago
- 5cbca2e Fix printing commands with no arguments, from Benjamin Poirier. by Nicholas Marriott · 13 years ago
- e8dff68 Handle partial keys properly by making sure the timer has actually by Nicholas Marriott · 13 years ago
- c6e0af9 Turn automatic-rename off properly if turned off by renaming a by Nicholas Marriott · 13 years ago
- 6703ca8 Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on by Nicholas Marriott · 13 years ago
- 631d6b5 Do not fire name timer when automatic-rename is off, from Tim Ruehsen a by Nicholas Marriott · 13 years ago
- ed54f01 Fix comment for mouse bits. by Nicholas Marriott · 13 years ago
- 711d220 Fix some indentation. by Nicholas Marriott · 13 years ago
- 18d3498 Simplify mouse input function. by Nicholas Marriott · 13 years ago
- c829bdf Minor style nits - return (). by Nicholas Marriott · 13 years ago
- 20d10c6 Turn some errors down to info. by Nicholas Marriott · 13 years ago
- e1273fb Fix option name. by Nicholas Marriott · 13 years ago
- 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
- b831f86 Add pane_current_path format, suggested by Mikolaj Kucharski. by Nicholas Marriott · 13 years ago
- c11da7c Only exit mouse mode on scroll wheel when actually reaching the end of by Nicholas Marriott · 13 years ago
- cd8e536 Only find each window once no matter how many panes, from Jonathan Daugherty. by Nicholas Marriott · 13 years ago
- 0edaa34 Add sys/file.h. by Nicholas Marriott · 13 years ago
- c0cfbe1 Accept an argument to show-environment to show one variable, based on a by Nicholas Marriott · 13 years ago
- 7c9d003 Some terminals respond to secondary DA with primary (they ignore the by Nicholas Marriott · 13 years ago
- 49ce38b Fix save-buffer usage, from Kazuhiko Sakaguchi. by Nicholas Marriott · 13 years ago
- b1e4b87 Remove a stale comment. by Nicholas Marriott · 13 years ago
- 90bf560 Add -C -N -T flags to find-window to find in content, name, title. From by Nicholas Marriott · 13 years ago
- 5672f2c Check changes_timer with event_initialized before event_del. by Nicholas Marriott · 13 years ago
- 01f2b5d 50 is a too low trigger default on larger terminals, bump to 250. by Nicholas Marriott · 13 years ago
- f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
- bf9e7a1 Move MSG_IDENTIFY to the last sent by the client, this will be needed by by Nicholas Marriott · 13 years ago
- d8805af On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for by Nicholas Marriott · 13 years ago
- 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
- 4f480c9 $Id$ -> $OpenBSD$. by Nicholas Marriott · 13 years ago
- 50f5d2a Use snprintf for constructing attribute string, from Tim Ruehsen. by Nicholas Marriott · 13 years ago
- 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
- 87d092d Michael Krysiak points out that some terminals (eg mintty) have cursor by Nicholas Marriott · 13 years ago
- e87d4b4 Need to call recalculate_sizes() when changing window with the mouse, by Nicholas Marriott · 13 years ago