Age | Commit message (Expand) | Author |
2016-11-24 | The mouse valid flag needs to be correct before we fire the dragging | Nicholas Marriott |
2016-11-24 | Make the selection able to exist independent of the cursor position, so | Nicholas Marriott |
2016-11-23 | For mouse keys, use the mouse pane as the default current pane. | Nicholas Marriott |
2016-11-16 | The target validity check used window_pane_visible but that may be false | Nicholas Marriott |
2016-11-15 | Turn on margins, with a couple of fixes (only limit to the pane for line | Nicholas Marriott |
2016-11-15 | Initial attempt to make use of left and right margins if the terminal | Nicholas Marriott |
2016-11-04 | enum values need to fit in 32 bits; we only use enum for numbering and | Nicholas Marriott |
2016-10-19 | Alerts are too slow, so rather than walking all sessions and windows, | Nicholas Marriott |
2016-10-18 | Give each item on queue a name for better logging. | Nicholas Marriott |
2016-10-16 | Use notifys for alerts too. | Nicholas Marriott |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-10-16 | Provide a way for hooks to tag formats onto the commands they fire so | Nicholas Marriott |
2016-10-16 | Notifys can go via the command queue instead of using their own queue. | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-16 | Rewrite command queue handling. Each client still has a command queue, | Nicholas Marriott |
2016-10-15 | Give window_create and window_create1 better names. | Nicholas Marriott |
2016-10-15 | Rename a function for consistency and some spacing nits. | Nicholas Marriott |
2016-10-15 | Fire hooks on the simple notifys (window-renamed and session-renamed), | Nicholas Marriott |
2016-10-15 | Drain notifys once at the end of the server loop instead of doing it | Nicholas Marriott |
2016-10-13 | Trying to do hooks generically is way too complicated and unreliable and | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-13 | Some improvements and bug fixes for hooks: | Nicholas Marriott |
2016-10-12 | bind-key -c has gone, remove from man page, and unused table declarations. | Nicholas Marriott |
2016-10-12 | Drop the edit mode key tables and just use fixed key bindings for the | Nicholas Marriott |
2016-10-12 | Redraw selection in tty_draw_line, so it appears when redrawing whole | Nicholas Marriott |
2016-10-12 | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | Nicholas Marriott |
2016-10-11 | Some other stuff that can be local to one file. | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-11 | Support double and triple clicks (they are cumulative, so double is | Nicholas Marriott |
2016-10-11 | Fundamental change to how copy mode key bindings work: | Nicholas Marriott |
2016-10-11 | Support UTF-8 entry into the command prompt. | Nicholas Marriott |
2016-10-10 | Do not allow the opposite pane to resize when dragging with the mouse | Nicholas Marriott |
2016-10-10 | Some more static. | Nicholas Marriott |
2016-10-09 | Make the CLIENT_STATUS flag imply that pane status lines are redrawn if | Nicholas Marriott |
2016-10-05 | Keep buffer creation time and add accessors for it and the order number. | Nicholas Marriott |
2016-09-28 | Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered with | Nicholas Marriott |
2016-09-16 | Swap watermarks from high (4096) to low (128) when we get full buffers | Nicholas Marriott |
2016-09-12 | Allow repeat count to be specified in mode key tables with bind-key -R, | Nicholas Marriott |
2016-09-04 | Add support for performing a full width split (with splitw -f), rather | Nicholas Marriott |
2016-09-02 | Remember the number of lines scrolled into the history (versus cleared | Nicholas Marriott |
2016-08-03 | Fix minimum size when pane status line is enabled, reported by Y Petremann. | Nicholas Marriott |
2016-07-15 | Tweak output of environment logging. | Nicholas Marriott |
2016-07-15 | Log environment to new panes. | Nicholas Marriott |
2016-07-15 | Don't update cells in each block of data read from a pane immediately, | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-06-16 | Allow a command to be specified to display-panes, similar to | Nicholas Marriott |
2016-06-15 | Copy mode needs to keep the original grid intact so it can copy from it | Nicholas Marriott |
2016-06-06 | Cache selected state so that cells going from selected to unselected are not | Nicholas Marriott |
2016-06-06 | Insert new panes after the pane being split in the list rather than | Nicholas Marriott |
2016-05-30 | Cache the window styles and do not look up the window-style options | Nicholas Marriott |