summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-09-27Use same working directory rules for jobs as new windows rather thannicm
2018-09-25Allow panes to be 1 line or column by redrawing instead of using thenicm
2018-09-24Only include pane status in minimum size if it is turned on, GitHubnicm
2018-09-11The cursor position is limited to the margins for CUF and CUB, so turnnicm
2018-09-11Do not check for mouse events on pane borders when zoomed, based on anicm
2018-09-10Do not clear selection when searching.nicm
2018-09-03Allow a large line number to go to the end with goto-line, from Marknicm
2018-09-03Fix selection test, from Takeshi Banse.nicm
2018-08-29Reset line flag when clearing selection, GitHub issue 1454.nicm
2018-08-29Keep any text killed in the command prompt with C-w and yank it withnicm
2018-08-29Add C-Left and C-Right as aliases for M-b and M-f.nicm
2018-08-27Memory leaks, from Gang Fan in GitHub issue 1453.nicm
2018-08-26Add q: format prefix to escape sh(1) special characters. Suggested bynicm
2018-08-23all_jobs can be static.nicm
2018-08-23Move job struct into job.c.nicm
2018-08-22Add StatusLeft and StatusRight mouse key modifiers for the left andnicm
2018-08-20Move offset of window list into status struct.nicm
2018-08-20Add -Z to find-window as well.nicm
2018-08-20Fix problems with page scrolling in copy mode, GitHub issue 1440 fromnicm
2018-08-19Add a flag to force redrawing of the status line even if the contentnicm
2018-08-19Expand \u and \U escape sequences in command strings, from Christophernicm
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and fornicm
2018-08-18SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm
2018-08-18Some tidying and helper functions.nicm
2018-08-16Add the KEYC_XTERM flag to all function keys that imply a modifier sonicm
2018-08-14Add size to arguments struct too.nicm
2018-08-14Some tidying, use a struct for arguments (there will be more later) andnicm
2018-08-09Whoops, didn't mean to commit this.nicm
2018-08-09Bump the UTF-8 character array up to 18 to allow for more combiningnicm
2018-08-05calloc the mode data instead of malloc and initialize everything.nicm
2018-08-02Log command arguments.nicm
2018-08-02session_groups can be static also.nicm
2018-08-02Make key trees and some other bits static.nicm
2018-08-02Minor tidying.nicm
2018-08-02Make display-panes block the client until a pane is chosen or it times out.nicm
2018-08-01Initialize new lineflag member.nicm
2018-07-31Do not leak path or use it after free.nicm
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlynicm
2018-07-31Clear history on RIS like most other terminals do.nicm
2018-07-30Remove a leftover unused struct.nicm
2018-07-23Point to glob in section 7 for the actual list of special characters insteadkn
2018-07-17When a key isn't in the first table, we need to try the same key againnicm
2018-07-16Add an "Any" key to run a command if a key is pressed that is not boundnicm
2018-07-15Fix new-window -k, GitHub issue 1403.nicm
2018-07-11Expand formats in load-buffer and save-buffer.nicm
2018-07-11Helper function to shorten history.nicm
2018-07-11Add function comments.nicm
2018-07-06Add a rectangle_toggle format, from Hirokazu Hata.nicm
2018-07-04whitespace needed between macro args and punctuation;jmc
2018-07-04Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm