summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2012-08-27Instead of requiring a prompt to enter all numbers >10, go back toNicholas Marriott
2012-08-21xterm won't reach version 500 for a while so set that as the upper limit.Nicholas Marriott
2012-08-21Fix up window reference counting and don't crash if the rename timerNicholas Marriott
2012-08-14Boldify windows with alerts in choose-* list.Nicholas Marriott
2012-08-14Tidy up tty_write, from Sean Estabrooks.Nicholas Marriott
2012-08-14Use a separate define for each default format template and strip clutterNicholas Marriott
2012-08-14Add a patch missed during a merge sometime to useNicholas Marriott
2012-08-12Simplify width calculation (all numbers always sequential) and don'tNicholas Marriott
2012-08-11Remove dead code, from Sean Estabrooks.Nicholas Marriott
2012-08-11Another missing format from sam at sltosis.org.Nicholas Marriott
2012-08-11Fix a return type.Nicholas Marriott
2012-08-11Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott
2012-08-11Add some missing formats from Samuel Le Thiec.Nicholas Marriott
2012-07-15Document pane_index variable, from sam at sltosis dot org.Nicholas Marriott
2012-07-13Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott
2012-07-12Nuke unused variable from Thomas Adam.Nicholas Marriott
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-07-09Move a NULL check inside a function, from Tiago Cunha.Nicholas Marriott
2012-07-09Fix choose-tree usage string.Nicholas Marriott
2012-07-08remove extraneous line;Jason McIntyre
2012-07-08Add choose-tree command to show windows and sessions in the sameNicholas Marriott
2012-07-08Sort SRCS list.Nicholas Marriott
2012-07-08Clear flags across all sessions, from Thomas Adam.Nicholas Marriott
2012-06-25Provide common helper function for adding windows and sessions to chooseNicholas Marriott
2012-06-25Clean up and simplify the choose mode code, from Thomas Adam.Nicholas Marriott
2012-06-25Trim a blank line.Nicholas Marriott
2012-06-20Remove a couple of unused variables from redbrain at gcc dot gnu dot org.Nicholas Marriott
2012-06-18Actually write all the data to stdout/stderr.Nicholas Marriott
2012-06-18Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott
2012-06-18Tidy up bell code, from Thomas Adam.Nicholas Marriott
2012-06-18Add a couple of NULL pointer checks to key binding functions, fromNicholas Marriott
2012-06-18Do not crash when the current session has no window, fixes a bugNicholas Marriott
2012-06-18Add -a for kill-session, from Thomas Adam.Nicholas Marriott
2012-06-18Add -a flag for detach-client, from Thomas Adam.Nicholas Marriott
2012-06-18Simplify references to alerts in the man page, from Thomas Adam.Nicholas Marriott
2012-05-30Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott
2012-05-29Add pane title to choose-window template and use the right index for theNicholas Marriott
2012-05-29Use RB_FOREACH_SAFE as winlinks are being removed, from Chris Johnsen.Nicholas Marriott
2012-05-29Use session from -t for killw -a, from Chris Johnsen.Nicholas Marriott
2012-05-28Use default-shell not _PATH_BSHELL to spawn commands, pointed out byNicholas Marriott
2012-05-28Trim a double space from template.Nicholas Marriott
2012-05-28Strip layout from choose-windows again (leave in list-windows),Nicholas Marriott
2012-05-27Fix client templates, from Romain Francoise.Nicholas Marriott
2012-05-25Simplify logging and just fprintf(stderr, ...) for early errors.Nicholas Marriott
2012-05-23Use a predefined structure for not-space cells used to set attributes.Nicholas Marriott
2012-05-22Store client in tty struct directly instead of using a callback functionNicholas Marriott
2012-05-22Store mouse data in tty structure not on the stack.Nicholas Marriott
2012-05-22Switch all of the various choose- and list- commands over to the formatNicholas Marriott
2012-05-22Add a helper function to send ready message.Nicholas Marriott