Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Try to search the entire history first for up to 200 ms so a search count can | Nicholas Marriott | 2020-05-03 |
| | | | | be shown. If it takes too long, search the visible text only. | ||
* | Use the cursor position not the current position when working out which marks | Nicholas Marriott | 2020-05-03 |
| | | | | are current. | ||
* | Need musl-gcc for static also. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Add musl builds. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Ugh, enable not with. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Use termcap instead. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Try w/o database. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Better ncurses URL and some other fixes. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Add build of everything. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Add more stuff. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Fix exclude. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Add static build. | Nicholas Marriott | 2020-05-03 |
| | |||
* | Merge branch '3.1b-rc' | Nicholas Marriott | 2020-05-03 |
|\ | |||
| * | Portable does not need sys/queue.h. | Nicholas Marriott | 2020-05-03 |
| | | |||
* | | Do not need to work out status line offset, we already have it. | Nicholas Marriott | 2020-05-02 |
| | | |||
* | | Clamping to area needs to use the offset without the status line, since that is | Nicholas Marriott | 2020-05-02 |
| | | | | | | | | where the window offsets are based. | ||
* | | menu_mode_cb needs to return a screen also. | Nicholas Marriott | 2020-05-02 |
| | | |||
* | | Update CHANGES. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Use VIS_CSTYLE for paste buffers also. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Turn off overlay check when we know we are inside. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Get the whole overlay screen not just the mode so cursor changes are included. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott | 2020-05-01 |
| | | | | | | | | | | | | everything up in tty_ctx. Provide a way to initialize the tty_ctx from a callback and use it to let popups draw directly through input_parse in the same way as panes do, rather than forcing a full redraw on every change. | ||
* | | Rename tty_pane_full_width to tty_full_width. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Move size to tty_ctx. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Rename some tty_ctx members. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Add -e for new-session. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Solaris at least does not have _PATH_VI. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Typo in man page. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Add 'e' key in buffer mode to open the buffer in an editor. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-30 |
|\ \ | |||
| * | | Do not remove the automatic-rename option from the global set, only from | nicm | 2020-04-30 |
| | | | | | | | | | | | | | | | the window (it must stay in the global set or tmux will crash). GitHub issue 2188. | ||
* | | | Merge tag '3.1b' | Nicholas Marriott | 2020-04-30 |
|\ \ \ | | |/ | |/| | | | | 3.1b | ||
| * | | Do not remove the automatic-rename option from the global set, only from | Nicholas Marriott | 2020-04-30 |
| | | | | | | | | | | | | | | | the window (it must stay in the global set or tmux will crash). GitHub issue 2188. | ||
* | | | Allow formats for message-style. | Nicholas Marriott | 2020-04-30 |
| | | | |||
* | | | Use format for status-style. | Nicholas Marriott | 2020-04-30 |
| | | | |||
* | | | Complete partial window indexes properly. | Nicholas Marriott | 2020-04-30 |
| | | | |||
* | | | Add -W and -T flags to command-prompt to only complete a window and a target. | Nicholas Marriott | 2020-04-30 |
| | | | |||
* | | | Complete aliases as well as commands. | Nicholas Marriott | 2020-04-29 |
| | | | |||
* | | | Add to CHANGES. | Nicholas Marriott | 2020-04-29 |
| | | | |||
* | | | Copy mode search improvements: | Nicholas Marriott | 2020-04-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add styles for the search marking styles (copy-mode-match-style and copy-mode-current-match-style). - Show the current match (the one with the cursor on it) in a different style. - Copying without a selection will copy the current match if there is one. | ||
* | | | Handle cells outside any pane correctly. | Nicholas Marriott | 2020-04-29 |
| | | | |||
* | | | Did not mean to commit this bit. | Nicholas Marriott | 2020-04-29 |
| | | | |||
* | | | Close menu on backspace with TAB flag. | Nicholas Marriott | 2020-04-29 |
| | | | |||
* | | | Do not want -O0 by default. | Nicholas Marriott | 2020-04-29 |
| | | | |||
* | | | Update CHANGES. | Nicholas Marriott | 2020-04-29 |
| | | | |||
* | | | Improve command prompt completion: | Nicholas Marriott | 2020-04-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show a menu with completions if there are multiple. - Don't complete argument stuff (options, layouts) at start of text. - For -t and -s, if there is no : then complete sessions but if there is a :, show a menu of all windows in the session rather than trying to complete the window name which is a bit useless if there are duplicates. Lots of scope for being more sophisticated left here. | ||
* | | | Remove an unnecessary comma. | Nicholas Marriott | 2020-04-29 |
| | | | |||
* | | | Need to redraw borders now when some things change. Also change default so that | Nicholas Marriott | 2020-04-29 |
| | | | | | | | | | | | | the active border colour is different in a mode or with synchronize-panes on. | ||
* | | | Apply format to pane status line also. | Nicholas Marriott | 2020-04-29 |
| | | | |||
* | | | Apply a format when redrawing pane borders. | Nicholas Marriott | 2020-04-29 |
| | | |