summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/server-client.c
AgeCommit message (Expand)Author
2017-05-31Some applications like vi(1) and tmux until 10 minutes or so ago, do notNicholas Marriott
2017-05-31It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size hasNicholas Marriott
2017-05-31Because we defer actually resizing applications (calling TIOCSWINSZ)Nicholas Marriott
2017-05-29Store a copy of the old status line, will be needed soon for new choose mode.Nicholas Marriott
2017-05-29Function to count clients.Nicholas Marriott
2017-05-16Line length and spaces to tabs.Nicholas Marriott
2017-05-10Insert copy mode bindings at the right place in the command queue.Nicholas Marriott
2017-05-09If the current screen was complex enough, it was possible to make redrawNicholas Marriott
2017-05-07Up to now, tmux sees \033\033[OA as M-Up and since we turned onNicholas Marriott
2017-05-01In order that people can use formats like #D in #() in the status lineNicholas Marriott
2017-04-22Mouse bindings and hooks set up an initial current state when running aNicholas Marriott
2017-04-21Log error properly when no current state, and some other minor tweaks.Nicholas Marriott
2017-04-21Key needs to be initialized to zero now it has flags in it.Nicholas Marriott
2017-04-21Add cmd_find_from_winlink_pane and use it in a couple of places, andNicholas Marriott
2017-04-21It is annoying that the copy mode key table (or any other key table)Nicholas Marriott
2017-04-21Store state shared between multiple commands in the queue in a sharedNicholas Marriott
2017-04-20Only set up a current target for mouse key bindings. Fixes:Nicholas Marriott
2017-04-19Add a suspend helper function, and do not allow detaching or suspendingNicholas Marriott
2017-04-19When the data we have buffered to write to a terminal grows beyond aNicholas Marriott
2017-04-18On terminals without DECSLRM, when a pane that is less than the fullNicholas Marriott
2017-04-17Remove a couple of redraw flags that no longer have any effect.Nicholas Marriott
2017-04-05Give each client a name. This defaults to the tty name as before butNicholas Marriott
2017-03-09Clear the bracket paste mode when in the command prompt.Nicholas Marriott
2017-03-09Move the client identify (display-panes) code into server-client.c.Nicholas Marriott
2017-02-14Make source-file look for files relative to the client working directoryNicholas Marriott
2017-02-09Break the message storage function into its own function, useful forNicholas Marriott
2017-02-08Some other tidying bits.Nicholas Marriott
2017-02-03Add a window or pane id "tag" to each format tree and use it to separateNicholas Marriott
2017-02-01Implement "all event" (1003) mouse mode but in a way that works. TheNicholas Marriott
2017-01-13Make options_get_string return const string.Nicholas Marriott
2017-01-13Add -E to detach-client to exec a command to replace the client insteadNicholas Marriott
2017-01-11Add some missing special keys to key_string_lookup_key, fix a mouseNicholas Marriott
2016-12-07Make prefix work in all tables (except the prefix table). Users who wantNicholas Marriott
2016-11-24The mouse valid flag needs to be correct before we fire the draggingNicholas Marriott
2016-11-24If in the middle of a drag, don't use an invalid key, just useNicholas Marriott
2016-11-24Fix so that we work out the right pane from mouse events - we were doingNicholas Marriott
2016-11-23For mouse keys, use the mouse pane as the default current pane.Nicholas Marriott
2016-11-16Do not stop dragging when the wheel is pressed, from Artem Fokin.Nicholas Marriott
2016-11-15Turn on margins, with a couple of fixes (only limit to the pane for lineNicholas Marriott
2016-11-15Initial attempt to make use of left and right margins if the terminalNicholas Marriott
2016-10-19Alerts are too slow, so rather than walking all sessions and windows,Nicholas Marriott
2016-10-16Use the notify name string instead of going via an enum and changeNicholas Marriott
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.Nicholas Marriott
2016-10-16Rewrite command queue handling. Each client still has a command queue,Nicholas Marriott
2016-10-12The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tNicholas Marriott
2016-10-11Support double and triple clicks (they are cumulative, so double isNicholas Marriott
2016-10-11Fundamental change to how copy mode key bindings work:Nicholas Marriott
2016-10-10Loads more static, except for cmd-*.c and window-*.c.Nicholas Marriott
2016-10-09Make the CLIENT_STATUS flag imply that pane status lines are redrawn ifNicholas Marriott
2016-09-28Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered withNicholas Marriott