Age | Commit message (Expand) | Author |
2017-11-17 | Allow formats in selectp -T, from Thomas Adam. | Nicholas Marriott |
2017-11-16 | Add -and-cancel variants for scrolling commands to exit copy mode when | Nicholas Marriott |
2017-11-15 | Add a common function for spreading out cells and use it for the two | Nicholas Marriott |
2017-11-15 | Completely rewrite the reflow code to correctly handle double width | Nicholas Marriott |
2017-11-15 | If there is a double width character at the very end of the line with | Nicholas Marriott |
2017-11-13 | When searching in copy mode, do not scroll if the result is already on | Nicholas Marriott |
2017-11-09 | If we successfully change the directory, set PWD too to give the shell a | Nicholas Marriott |
2017-11-03 | Clear key properly if on space with nothing in it. | Nicholas Marriott |
2017-11-03 | Support mouse on preview in tree mode. | Nicholas Marriott |
2017-11-03 | Change mouse in modes so that one click moves the cursor and a double | Nicholas Marriott |
2017-11-02 | Make the mode draw function use the parent screen directly rather than | Nicholas Marriott |
2017-11-02 | Add a "fast" version of screen_write_copy for tree mode that doesn't do | Nicholas Marriott |
2017-11-02 | Format for group list of "other sessions" is a bit weird, just list all | Nicholas Marriott |
2017-11-02 | Tweak previous slightly so that current session is chosen if it is in | Nicholas Marriott |
2017-11-02 | Only show the first member of session groups in tree mode (-G flag | Nicholas Marriott |
2017-11-02 | There is no point in reflowing panes which have not changed width. | Nicholas Marriott |
2017-10-26 | Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) | Nicholas Marriott |
2017-10-25 | Note that notifications are also hooks. | Nicholas Marriott |
2017-10-25 | Default allow-rename to off because it is ridiculous that applications | Nicholas Marriott |
2017-10-25 | h/l keys for expand and collapse. | Nicholas Marriott |
2017-10-25 | Add P key to paste tagged in buffer mode, and trim some code that should | Nicholas Marriott |
2017-10-22 | Use window_pane_index() when drawing pane numbers (so pane-base-index is | Nicholas Marriott |
2017-10-20 | Clear status line with spaces again so reverse works, spotted by sthen. | Nicholas Marriott |
2017-10-16 | Infrastructure for drawing status lines of more than one line in height, | Nicholas Marriott |
2017-10-12 | Show exit status and time in the remain-on-exit pane text, mostly from | Nicholas Marriott |
2017-10-11 | Box around label in preview. | Nicholas Marriott |
2017-10-11 | Clear to end of line properly with UTF-8 present. | Nicholas Marriott |
2017-10-11 | Add C-n and C-p keys for tree mode, and choose the right initial line | Nicholas Marriott |
2017-10-09 | kind should be S-Down not S-Up. | Nicholas Marriott |
2017-10-08 | Fix description of history_size, from Campbell Barton. | Nicholas Marriott |
2017-10-06 | Support %else in config files to match %if, from Brad Town in GitHub | Nicholas Marriott |
2017-10-05 | Add -- to some key bindings so leading -s work. | Nicholas Marriott |
2017-10-05 | Add support for the xterm(1) title stack, from Brad Town, GitHub issue | Nicholas Marriott |
2017-10-05 | When writing batches of characters to the screen, we need to clear | Nicholas Marriott |
2017-09-22 | Initialize alerts timer event where it is used, avoids crash with new windows. | Nicholas Marriott |
2017-09-13 | Remove unused (always 1) arguments from some functions, from Daniel | Nicholas Marriott |
2017-09-11 | Check event is initialized before delete; fixes crash reported by | Nicholas Marriott |
2017-09-11 | Mention that filter is a format. | Nicholas Marriott |
2017-09-11 | Do not free more lines than are available in the history. | Nicholas Marriott |
2017-09-10 | Previously, extended cell data was never reduced in size even when the | Nicholas Marriott |
2017-09-10 | Apply timeout to CAN and RS which also wait for ST. | Nicholas Marriott |
2017-09-08 | Fix a few errors in how the selected line is chosen after resize, | Nicholas Marriott |
2017-09-08 | When removing a key table clear it out of clients, fixes issue with | Nicholas Marriott |
2017-09-07 | Do not fail if unset an option that is already unset, reported by Thomas | Nicholas Marriott |
2017-09-06 | Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible if | Nicholas Marriott |
2017-09-04 | Move to current mouse position not last when clcking in copy mode; fixes | Nicholas Marriott |
2017-09-02 | Add selectp -T to set pane title. | Nicholas Marriott |
2017-08-30 | Instead of overloading the line clear function to mean free if | Nicholas Marriott |
2017-08-30 | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | Nicholas Marriott |
2017-08-29 | Redraw rectangle selections properly when cursor at end, GitHub issue 992. | Nicholas Marriott |