summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-10-02Allow session tree (C-b s) to expand and collapse sessions withNicholas Marriott
2012-10-02Remove some out of date text from man page, from Thomas Adam.Nicholas Marriott
2012-09-29Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder.Nicholas Marriott
2012-09-27Do not leak file descriptor if not a tty, reported by Sebastien Marie.Nicholas Marriott
2012-09-25Add notification for input from a pane, from George Nachman.Nicholas Marriott
2012-09-25Fix search forward so it can match strings on the last line, SF bugNicholas Marriott
2012-09-24Add control_write_buffer, from George Nachman.Nicholas Marriott
2012-09-24Use pgrp of pty fd not pid of immediate child when recovering currentNicholas Marriott
2012-09-24Use ACS characters for choose-tree arrows based on diff from RomainNicholas Marriott
2012-09-05Handle empty list properly in choose-list, based on fix from Thomas Adam.Nicholas Marriott
2012-09-05We can't tell what the terminal has done with a DCS string, so reset theNicholas Marriott
2012-09-04Trivial code simplification from Tim Ruehsen.Nicholas Marriott
2012-09-03Remove xterm CRA support - support is patchy and it will be done betterNicholas Marriott
2012-09-03Use the right index when adding item in choose-tree, from Thomas Adam.Nicholas Marriott
2012-09-03When choosing a pane found by find-window, switch to that pane ratherNicholas Marriott
2012-09-03Rename variables to something a but more understandable.Nicholas Marriott
2012-09-03add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott
2012-09-03Remove an unused variable.Nicholas Marriott
2012-09-03Send notifications to control clients. Also don't redraw client whenNicholas Marriott
2012-09-03Change format of choose-tree arrows slightly, from Romain Francoise.Nicholas Marriott
2012-09-03If stdin in the client is enable immediately, tmux will eat anythingNicholas Marriott
2012-09-03Can't call evtimer_pending on uninitialized events, callNicholas Marriott
2012-08-27Change a log to fprintf that was missed last time around, from Tiago Cunha.Nicholas Marriott
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