summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2016-09-28Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered withnicm
2016-09-16Swap watermarks from high (4096) to low (128) when we get full buffersnicm
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,nicm
2016-09-04Add support for performing a full width split (with splitw -f), rathernicm
2016-09-02Remember the number of lines scrolled into the history (versus clearednicm
2016-08-03Fix minimum size when pane status line is enabled, reported by Y Petremann.nicm
2016-07-15Tweak output of environment logging.nicm
2016-07-15Log environment to new panes.nicm
2016-07-15Don't update cells in each block of data read from a pane immediately,nicm
2016-06-16Allow a command to be specified to display-panes, similar tonicm
2016-06-15Copy mode needs to keep the original grid intact so it can copy from itnicm
2016-06-06Cache selected state so that cells going from selected to unselected are notnicm
2016-06-06Insert new panes after the pane being split in the list rather thannicm
2016-05-30Cache the window styles and do not look up the window-style optionsnicm
2016-05-27Use getprogname() instead of __progname to make portability easier.nicm
2016-05-12- Rework load_cfg() error handling a little.tim
2016-05-01Use the same code for half page scrolling as full, from Michal Mazurek.nicm
2016-04-30tty_client_ready can not be internal to tty.c again.nicm
2016-04-29Add option to include status text in the pane borders. Ifnicm
2016-04-29The backoff timer is causing no end of trouble with disconnected clientsnicm
2016-04-29Make the grid_cell passed into screen_write_* const.nicm
2016-04-27Add next/previous paragraph, from J Raynor.nicm
2016-03-18Instead of reusing MouseUp at the finish of a drag, add a new keynicm
2016-03-02Handle wcwidth() and mbtowc() failures in better style and dropnicm
2016-03-01Use system wcwidth() instead of carrying around UTF-8 width tables.nicm
2016-01-31Whoops, need this for the previous reverse trim commit too.nicm
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidnicm
2016-01-19Split out getting the current state from the target search so it can benicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2016-01-16Add hooks for alerts (bell, silence, activity), from Thomas Adam.nicm
2016-01-15A couple of missing printflike attributes, from Andrey Starodubtsev.nicm
2015-12-16send-keys -R should reset the input parser to ground state (so it can benicm
2015-12-15Some hooks API changes to fire a hook while waiting another cmdq andnicm
2015-12-15Make the marked pane a cmd_find_state.nicm
2015-12-14Use cmd_find_clear_state instead of an extra function doing the same.nicm
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsnicm
2015-12-13Use member names in cmd_entry definitions so I stop getting confusednicm
2015-12-13-c needs to be able for fail for display-message.nicm
2015-12-13Use struct cmd_find_state directly and remove cmd_state_flag, alsonicm
2015-12-13Change cmd_find_target to use a state struct from the caller.nicm
2015-12-13Remove the cmd_find_{session,window,pane,index} functions (which arenicm
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2015-12-12Add key-table option to set the default key table for a session, allowsnicm
2015-12-12Allow prefix and prefix2 to be set to None to disable (useful if younicm
2015-12-11Style nits and line wrapping of function declarations.nicm
2015-12-11We cannot do hooks_find and then hooks_remove because it might have comenicm
2015-12-11Add cmdq as an argument to format_create and add a format for thenicm
2015-12-08Remove format_create_flags and just pass flags to format_create.nicm
2015-12-08Spacing nits.nicm
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm