aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
Commit message (Collapse)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2019-05-08
|\|
| * Add a flag to redraw only the overlay, and remove the overlay on resize.nicm2019-05-08
| |
* | Merge branch 'obsd-master'Thomas Adam2019-05-07
|\|
| * Move around the display-panes identify code to make it a bit morenicm2019-05-07
| | | | | | | | | | generic and hide the display-panes specific bits into cmd-display-panes.c.
* | Merge branch 'obsd-master'Thomas Adam2019-05-07
|\|
| * Treat keys in identify mode (display-panes) specially and handle themnicm2019-05-07
| | | | | | | | | | | | immediately rather than queuing them (the command can block the queue which means they were not being seen until it finished which was too late). Reported by denis@ and solene@, ok solene@.
* | Merge branch 'obsd-master'Thomas Adam2019-05-03
|\|
| * Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03
| | | | | | | | split-window or display-message -I.
* | Merge branch 'obsd-master'Thomas Adam2019-05-03
|\|
| * Do not store the mouse position we calculate as the start of a drag backnicm2019-05-03
| | | | | | | | | | into the mouse event that later code uses, it has been adjusted and they should use the original position. GitHub issue 1710.
* | Merge branch 'obsd-master'Thomas Adam2019-05-03
|\|
| * Fix mouse positioning when the pane is not entirely visible.nicm2019-05-03
| |
* | Merge branch 'obsd-master'Thomas Adam2019-05-03
|\|
| * Instead of processing keys all together, put them up on the clientnicm2019-05-03
| | | | | | | | | | command queue so they are ordered correctly with the commands that they execute.
* | Merge branch 'obsd-master'Thomas Adam2019-04-18
|\|
| * Update session activity on focus event, from tafryn at gmail dot com.nicm2019-04-18
| |
* | Merge branch 'obsd-master'Thomas Adam2019-03-25
|\|
| * Add StatusDefault binding for the mouse on any otherwise unassignednicm2019-03-25
| | | | | | | | parts of the status line, from Avi Halachmi.
* | Merge branch 'obsd-master'Thomas Adam2019-03-25
|\|
| * Ignore mouse on status line which are not part of a range, GitHub issue 1649.nicm2019-03-25
| |
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Extend the #[] style syntax and use that together with previous formatnicm2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes to allow the status line to be entirely configured with a single option. Now that it is possible to configure their content, enable the existing code that lets the status line be multiple lines in height. The status option can now take a value of 2, 3, 4 or 5 (as well as the previous on or off) to configure more than one line. The new status-format array option configures the format of each line, the default just references the existing status-* options, although some of the more obscure status options may be eliminated in time. Additions to the #[] syntax are: "align" to specify alignment (left, centre, right), "list" for the window list and "range" to configure ranges of text for the mouse bindings. The "align" keyword can also be used to specify alignment of entries in tree mode and the pane status lines.
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Tidy and rename some bits of status line code.nicm2019-03-16
| |
| * Move status line free into its own function.nicm2019-03-15
| |
| * Store the time in the format tree rather than passing it around.nicm2019-03-14
| |
* | Merge branch 'obsd-master'Thomas Adam2019-03-14
|\|
| * Accept 0 time as a shorthand for now to format_expand_time.nicm2019-03-14
| |
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-12
| | | | | | | | | | | | and the previous restored when the top is exited. If a mode that is already on the stack is entered, the existing instance is moved to the top as the active mode rather than being opened new.
* | Merge branch 'obsd-master'Thomas Adam2019-03-07
|\|
| * Add a separate mode struct for the active window mode if any.nicm2019-03-07
| |
* | Merge branch 'obsd-master'Thomas Adam2019-02-16
|\|
| * Use starting client cwd in config file, GitHub issue 1606.nicm2019-02-16
| |
* | Merge branch 'obsd-master'Thomas Adam2018-12-18
|\|
| * Pass window into mode functions.nicm2018-12-18
| |
* | Merge branch 'obsd-master'Thomas Adam2018-11-19
|\|
| * evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm2018-11-19
| | | | | | | | return NULL. GitHub issue 1547.
* | Merge branch 'obsd-master'Thomas Adam2018-11-07
|\|
| * If a non-repeating key is used when repeating, it should be treated asnicm2018-11-07
| | | | | | | | | | an entirely new key press, not checked in root table and ignored if not found. GitHub issue 1513.
| * Support for windows larger than visible on the attached client. This hasnicm2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | been a limitation for a long time. There are two new options, window-size and default-size, and a new command, resize-window. The force-width and force-height options and the session_width and session_height formats have been removed. The new window-size option tells tmux how to work out the size of windows: largest means it picks the size of the largest session, smallest the smallest session (similar to the old behaviour) and manual means that it does not automatically resize windows. The default is currently largest but this may change. aggressive-resize modifies the choice of session for largest and smallest as it did before. If a window is in a session attached to a client that is too small, only part of the window is shown. tmux attempts to keep the cursor visible, so the part of the window displayed is changed as the cursor moves (with a small delay, to try and avoid excess redrawing when applications redraw status lines or similar that are not currently visible). The offset of the visible portion of the window is shown in status-right. Drawing windows which are larger than the client is not as efficient as those which fit, particularly when the cursor moves, so it is recommended to avoid using this on slow machines or networks (set window-size to smallest or manual). The resize-window command can be used to resize a window manually. If it is used, the window-size option is automatically set to manual for the window (undo this with "setw -u window-size"). resize-window works in a similar way to resize-pane (-U -D -L -R -x -y flags) but also has -a and -A flags. -a sets the window to the size of the smallest client (what it would be if window-size was smallest) and -A the largest. For the same behaviour as force-width or force-height, use resize-window -x or -y, and "setw -u window-size" to revert to automatic sizing.. If the global window-size option is set to manual, the default-size option is used for new windows. If -x or -y is used with new-session, that sets the default-size option for the new session. The maximum size of a window is 10000x10000. But expect applications to complain and much higher memory use if making a window excessively big. The minimum size is the size required for the current layout including borders. The refresh-client command can be used to pan around a window, -U -D -L -R moves up, down, left or right and -c returns to automatic cursor tracking. The position is reset when the current window is changed.
* | x,y -> px,py.Nicholas Marriott2018-09-11
| |
* | Merge branch 'obsd-master'Thomas Adam2018-09-11
|\|
| * Do not check for mouse events on pane borders when zoomed, based on anicm2018-09-11
| | | | | | | | fix from Avi Halachmi.
* | Merge branch 'obsd-master'Thomas Adam2018-08-29
|\|
| * Keep any text killed in the command prompt with C-w and yank it withnicm2018-08-29
| | | | | | | | | | C-y, only use the top buffer if no text has previously been killed. This and previous change promped by discussion with kn@.
* | Merge branch 'obsd-master'Thomas Adam2018-08-22
|\|
| * Add StatusLeft and StatusRight mouse key modifiers for the left andnicm2018-08-22
| | | | | | | | right parts of the status line.
* | The stored mouse position should not include the status line offset if any.Nicholas Marriott2018-08-21
| |
* | Only screen-redraw.c needs to adjust for message or prompt when theNicholas Marriott2018-08-20
| | | | | | | | | | | | status line is off, get rid of tty_status_lines and just pass the client into status_line_size so it can check the CLIENT_STATUSOFF flag as well.