summaryrefslogtreecommitdiffstats
path: root/server-client.c
AgeCommit message (Expand)Author
2013-06-12Show tmate messages in the status barNicolas Viennot
2013-06-12Sync all session windowsNicolas Viennot
2013-06-10Client side first shotNicolas Viennot
2013-03-11Use single stdout and stderr for control clients.Nicholas Marriott
2013-03-04Send DSC 1000p at the beginning of a -CC client's lifetime and ST and the end,Nicholas Marriott
2013-02-24Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-23Handle focus events from the terminal, from Aaron Jensen.Nicholas Marriott
2013-02-22Do pane resize ioctls once at the end of the server loop rather thanNicholas Marriott
2013-02-22Add support for focus notifications when tmux pane changes, based on work byNicholas Marriott
2013-02-20Need to set clients in context before changing their reference count.Nicholas Marriott
2013-02-18Remove unnecessary initializers of cmd_ctx.Nicholas Marriott
2013-02-18Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-17Add various checks to turn off bits that can't work in control mode (such asNicholas Marriott
2013-02-10Add a format client_prefix which is 1 if prefix key has been pressed, used forNicholas Marriott
2013-02-07Merge branch 'obsd-master'Thomas Adam
2013-01-30Unused variable/type nit from Thomas Adam.Nicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Style nits - return (x) not return x.Nicholas Marriott
2013-01-17Merge branch 'obsd-master'Thomas Adam
2013-01-15If timing between keys is less than (by default) 1 millisecond, assumeNicholas Marriott
2012-10-26Merge branch 'obsd-master'Thomas Adam
2012-10-26Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott
2012-09-27Merge branch 'obsd-master'Thomas
2012-09-27Do not leak file descriptor if not a tty, reported by Sebastien Marie.Nicholas Marriott
2012-09-04Send notifications to control clients. Also don't redraw client whenNicholas Marriott
2012-09-03Send notifications to control clients. Also don't redraw client whenNicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
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-04Sync OpenBSD patchset 1140:Tiago Cunha
2012-06-20Remove a couple of unused variables from redbrain at gcc dot gnu dot org.Nicholas Marriott
2012-06-18Sync OpenBSD patchset 1138:Tiago Cunha
2012-06-18Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott
2012-05-22Sync OpenBSD patchset 1121:Tiago Cunha
2012-05-22Sync OpenBSD patchset 1114:Tiago Cunha
2012-05-22Store client in tty struct directly instead of using a callback functionNicholas Marriott
2012-05-21Instead of passing stdin/stdout/stderr file descriptors over imsg andNicholas Marriott
2012-05-12Sync OpenBSD patchset 1111:Tiago Cunha
2012-05-06Add a helper function to open the terminal for attach-/new-session.Nicholas Marriott
2012-04-12Sync OpenBSD patchset 1092:Tiago Cunha
2012-04-11Stop accepting new clients for 1 second on EMFILE/ENFILE. Based onNicholas Marriott
2012-03-18Sync OpenBSD patchset 1064:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1057:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1045:Tiago Cunha
2012-03-17Need to call recalculate_sizes() when changing window with the mouse,Nicholas Marriott
2012-03-17Check event_initialized before event_del if event may not have been setNicholas Marriott
2012-03-09Remove some bits leftover from unused backoff code.Nicholas Marriott