summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-11-03Change mouse in modes so that one click moves the cursor and a doublenicm
2017-11-02Make the mode draw function use the parent screen directly rather thannicm
2017-11-02Add a "fast" version of screen_write_copy for tree mode that doesn't donicm
2017-11-02Format for group list of "other sessions" is a bit weird, just list allnicm
2017-11-02Tweak previous slightly so that current session is chosen if it is innicm
2017-11-02Only show the first member of session groups in tree mode (-G flagnicm
2017-11-02There is no point in reflowing panes which have not changed width.nicm
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm
2017-10-25Note that notifications are also hooks.nicm
2017-10-25Default allow-rename to off because it is ridiculous that applicationsnicm
2017-10-25h/l keys for expand and collapse.nicm
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldnicm
2017-10-22Use window_pane_index() when drawing pane numbers (so pane-base-index isnicm
2017-10-20Clear status line with spaces again so reverse works, spotted by sthen.nicm
2017-10-16Infrastructure for drawing status lines of more than one line in height,nicm
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromnicm
2017-10-11Box around label in preview.nicm
2017-10-11Clear to end of line properly with UTF-8 present.nicm
2017-10-11Add C-n and C-p keys for tree mode, and choose the right initial linenicm
2017-10-09kind should be S-Down not S-Up.nicm
2017-10-08Fix description of history_size, from Campbell Barton.nicm
2017-10-06Support %else in config files to match %if, from Brad Town in GitHubnicm
2017-10-05Add -- to some key bindings so leading -s work.nicm
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issuenicm
2017-10-05When writing batches of characters to the screen, we need to clearnicm
2017-09-22Initialize alerts timer event where it is used, avoids crash with new windows.nicm
2017-09-13Remove unused (always 1) arguments from some functions, from Danielnicm
2017-09-11Check event is initialized before delete; fixes crash reported bynicm
2017-09-11Mention that filter is a format.nicm
2017-09-11Do not free more lines than are available in the history.nicm
2017-09-10Previously, extended cell data was never reduced in size even when thenicm
2017-09-10Apply timeout to CAN and RS which also wait for ST.nicm
2017-09-08Fix a few errors in how the selected line is chosen after resize,nicm
2017-09-08When removing a key table clear it out of clients, fixes issue withnicm
2017-09-07Do not fail if unset an option that is already unset, reported by Thomasnicm
2017-09-06Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible ifnicm
2017-09-04Move to current mouse position not last when clcking in copy mode; fixesnicm
2017-09-02Add selectp -T to set pane title.nicm
2017-08-30Instead of overloading the line clear function to mean free ifnicm
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
2017-08-29Redraw rectangle selections properly when cursor at end, GitHub issue 992.nicm
2017-08-29Support REP escape sequence (\033[b).nicm
2017-08-29Check for complete keys before escape prefix, allows keys to be definednicm
2017-08-28Do not forbid targets to specify non-visible panes - the checks fornicm
2017-08-27Do not allow the current line of screen when the preview is toggled,nicm
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.nicm
2017-08-24When tty is error or closed, remove client. Reported by Thomas Sattler.nicm
2017-08-23Key (v) and flag (-N) to toggle preview in choose modes.nicm
2017-08-23Fix searching when match is at end of line, from Brad Town.nicm
2017-08-23Allow multiple bells even if there is an existing bell (but not activitynicm