summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2017-01-13options_get_style return const too.nicm
2017-01-13Add -E to detach-client to exec a command to replace the client insteadnicm
2017-01-12Simplify appending to string options.nicm
2017-01-12Put all palette functions together in the file.nicm
2017-01-12Fix setting the palette of aixterm colours (90-97).nicm
2017-01-11Add a format for terminal type.nicm
2017-01-11Use a macro for looking up tty types.nicm
2017-01-11Some tidying and tweaks to options code.nicm
2017-01-09Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"nicm
2017-01-09Run the source-file pattern through glob(3).nicm
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,nicm
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchnicm
2017-01-05Highlight all occurrences of search string after searching in copy mode.nicm
2016-12-28Fix the prefer unattached session behaviour ofnicm
2016-11-24The mouse valid flag needs to be correct before we fire the draggingnicm
2016-11-24Make the selection able to exist independent of the cursor position, sonicm
2016-11-23For mouse keys, use the mouse pane as the default current pane.nicm
2016-11-16The target validity check used window_pane_visible but that may be falsenicm
2016-11-15Turn on margins, with a couple of fixes (only limit to the pane for linenicm
2016-11-15Initial attempt to make use of left and right margins if the terminalnicm
2016-11-04enum values need to fit in 32 bits; we only use enum for numbering andnicm
2016-10-19Alerts are too slow, so rather than walking all sessions and windows,nicm
2016-10-18Give each item on queue a name for better logging.nicm
2016-10-16Use notifys for alerts too.nicm
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-16Provide a way for hooks to tag formats onto the commands they fire sonicm
2016-10-16Notifys can go via the command queue instead of using their own queue.nicm
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-15Give window_create and window_create1 better names.nicm
2016-10-15Rename a function for consistency and some spacing nits.nicm
2016-10-15Fire hooks on the simple notifys (window-renamed and session-renamed),nicm
2016-10-15Drain notifys once at the end of the server loop instead of doing itnicm
2016-10-13Trying to do hooks generically is way too complicated and unreliable andnicm
2016-10-13Add support for BCE (background colour erase). This makes various escapenicm
2016-10-13Some improvements and bug fixes for hooks:nicm
2016-10-12bind-key -c has gone, remove from man page, and unused table declarations.nicm
2016-10-12Drop the edit mode key tables and just use fixed key bindings for thenicm
2016-10-12Redraw selection in tty_draw_line, so it appears when redrawing wholenicm
2016-10-12The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tnicm
2016-10-11Some other stuff that can be local to one file.nicm
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-11Support double and triple clicks (they are cumulative, so double isnicm
2016-10-11Fundamental change to how copy mode key bindings work:nicm
2016-10-11Support UTF-8 entry into the command prompt.nicm
2016-10-10Do not allow the opposite pane to resize when dragging with the mousenicm
2016-10-10Some more static.nicm
2016-10-09Make the CLIENT_STATUS flag imply that pane status lines are redrawn ifnicm
2016-10-05Keep buffer creation time and add accessors for it and the order number.nicm
2016-09-28Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered withnicm