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