summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2010-06-29replace some magic mouse constants with defines for clarity. ok nicmTed Unangst
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott
2010-06-28Send all three of stdin, stdout, stderr from the client to the server, so thatNicholas Marriott
2010-06-27Store the current working directory in the session, change the default-pathNicholas Marriott
2010-06-26Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott
2010-06-21Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott
2010-06-21Extend the -t:+ and -t:- window targets for next and previous window toNicholas Marriott
2010-06-21Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott
2010-06-06Use a macro-based mask for obtaining a key or modifier-set from theNicholas Marriott
2010-06-05Fix problems with window sizing seen by Raghavendra D Prabhu whenNicholas Marriott
2010-05-31When the mode-mouse option is on, support dragging to make a selectionNicholas Marriott
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-23Pass in the session, rather than the client, to window modes' key()Nicholas Marriott
2010-05-05Identical behaviour to select-prompt can now be obtained withNicholas Marriott
2010-05-04Put this back in with the initialisation in the right order.Nicholas Marriott
2010-05-04Revert last change, it appears to be broken somehow.Nicholas Marriott
2010-05-03Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott
2010-04-04Run job commands explicitly in the global enviroment (which can beNicholas Marriott
2010-04-04Squash a function that is only called in a callback into the callbackNicholas Marriott
2010-03-22Dead functions, lint.Nicholas Marriott
2010-03-22Add vi-style "jump" commands for copy mode, from Micah Cowan.Nicholas Marriott
2010-03-22Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott
2010-03-22New input parser based on http://vt100.net/emu/dec_ansi_parser.Nicholas Marriott
2010-03-02Permit keys in copy mode to be prefixed by a repeat count, entered withNicholas Marriott
2010-02-19copy mode uses the real screen as backing and if it is updated while copying,Nicholas Marriott
2010-02-11Add "N" key to search the opposite way from the last search (reverse of "n"),Nicholas Marriott
2010-02-06Use the array.h code for the causes list.Nicholas Marriott
2010-02-06Support attaching a client read-only with a new -r flag to the attach-sessionNicholas Marriott
2010-02-06Rectangle copy support, from Robin Lee Powell.Nicholas Marriott
2010-02-06Instead of bailing out on the first configuration file error, carry on,Nicholas Marriott
2010-02-04vi-style B, W and E keys in copy mode to navigate between words treating onlyNicholas Marriott
2010-02-01Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott
2010-01-27Alter next-word to have vi-like movement behaviour, and add next-word-end withNicholas Marriott
2010-01-25Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.Nicholas Marriott
2010-01-07New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott
2010-01-03Options to set the colour of the pane borders, with different colours for theNicholas Marriott
2009-12-17Allow keys to be replaced and reorder the table so that terminfo-defined keysNicholas Marriott
2009-12-14New server option, escape-time, to set the timeout used to detect if escapesNicholas Marriott
2009-12-10Add "server options" which are server-wide and not bound to a session orNicholas Marriott
2009-12-08Permit panes to be referred to as "top", "bottom", "top-left" etc, if the rightNicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-12-03Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott
2009-12-01New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott
2009-11-30Handle partial xterm function key sequences.Nicholas Marriott
2009-11-26This doesn't need to be u_int.Nicholas Marriott
2009-11-26Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-25Output the right keys for application and number keypad modes (they were theNicholas Marriott
2009-11-19Change status line drawing to create the window list in a separate screen andNicholas Marriott