2022-05-30 |
nicm | Add a way for lines added to copy mode to be passed...
|
commit | commitdiff | tree |
2022-05-30 |
nicm | iTerm2 has OSC 7, from Gregory Anders.
|
commit | commitdiff | tree |
2022-05-30 |
nicm | Spacing/style nits.
|
commit | commitdiff | tree |
2022-05-30 |
nicm | Emit window-layout-changed on swap-pane, from George...
|
commit | commitdiff | tree |
2022-05-30 |
nicm | Better error reporting when applying custom layouts.
|
commit | commitdiff | tree |
2022-05-30 |
nicm | Add an ACL list for users connecting to the tmux socket...
|
commit | commitdiff | tree |
2022-04-14 |
nicm | Fix clearphist alias, from Jacqueline Jolicoeur via...
|
commit | commitdiff | tree |
2022-04-01 |
nicm | Preserve CRLF flag when respawning.
|
commit | commitdiff | tree |
2022-03-30 |
nicm | Capture up to used size not available size for each...
|
commit | commitdiff | tree |
2022-03-28 |
nicm | Report error if creating socket fails with -D.
|
commit | commitdiff | tree |
2022-03-25 |
nicm | Fix exit message if creating socket fails.
|
commit | commitdiff | tree |
2022-03-24 |
nicm | Add unit (milliseconds) to escape-time, show unset...
|
commit | commitdiff | tree |
2022-03-24 |
nicm | Add a capability for OSC 7 and use it similarly to...
|
commit | commitdiff | tree |
2022-03-17 |
nicm | Check scroll-on-clear for ED also.
|
commit | commitdiff | tree |
2022-03-17 |
nicm | Add an option (scroll-on-clear) to control if tmux...
|
commit | commitdiff | tree |
2022-03-16 |
nicm | Add an option to set the character used for unused...
|
commit | commitdiff | tree |
2022-03-08 |
nicm | With -f use percentages of window size not pane size...
|
commit | commitdiff | tree |
2022-03-08 |
nicm | Fix user hooks (which are strings not arrays).
|
commit | commitdiff | tree |
2022-03-08 |
nicm | Add remain-on-exit-format to set text shown when pane...
|
commit | commitdiff | tree |
2022-03-08 |
nicm | Add argument to refresh-client -l to forward clipboard...
|
commit | commitdiff | tree |
2022-03-08 |
nicm | Add formats for client and server UID and user (for...
|
commit | commitdiff | tree |
2022-03-07 |
nicm | Pass client when adding menu item, GitHub issue 3103.
|
commit | commitdiff | tree |
2022-03-03 |
nicm | Allow optional arguments.
|
commit | commitdiff | tree |
2022-03-01 |
nicm | Don't convert codes for special keys (Tab, Enter, Escape).
|
commit | commitdiff | tree |
2022-02-28 |
nicm | Exit on SIGHUP before attach also, GitHub issue 3084.
|
commit | commitdiff | tree |
2022-02-28 |
nicm | Map control keys back to an ASCII uppercase letter...
|
commit | commitdiff | tree |
2022-02-22 |
nicm | Do not attempt to update focus (and crash) when there...
|
commit | commitdiff | tree |
2022-02-22 |
nicm | Add next_session_id format with the next session ID...
|
commit | commitdiff | tree |
2022-02-22 |
nicm | Initialize copy_width before adjusting it, GitHub issue...
|
commit | commitdiff | tree |
2022-02-22 |
nicm | Use correct size for screen when popup is created without...
|
commit | commitdiff | tree |
2022-02-17 |
nicm | Add a window-resized hook which is fired when the window...
|
commit | commitdiff | tree |
2022-02-16 |
nicm | Support more mouse buttons when the terminal sends...
|
commit | commitdiff | tree |
2022-02-15 |
nicm | Add an option (default off) to control the passthrough...
|
commit | commitdiff | tree |
2022-02-15 |
nicm | Do not create a buffer from an OSC 52 response if we...
|
commit | commitdiff | tree |
2022-02-14 |
nicm | Do not return error with -q, GitHub issue 3065.
|
commit | commitdiff | tree |
2022-02-04 |
nicm | Use ACS for pane border indicators so they work with...
|
commit | commitdiff | tree |
2022-02-03 |
nicm | Adjust size given to resize-pane for pane status line...
|
commit | commitdiff | tree |
2022-02-03 |
nicm | Use format_draw for command prompt prefix to allow...
|
commit | commitdiff | tree |
2022-02-03 |
nicm | Update focus when active pane changes after pane destroyed.
|
commit | commitdiff | tree |
2022-02-03 |
nicm | Add a key in copy mode to toggle position indicator.
|
commit | commitdiff | tree |
2022-02-01 |
nicm | A menu must be shown on a client, so always give the...
|
commit | commitdiff | tree |
2022-02-01 |
nicm | Add option to show arrows for active pane indicator...
|
commit | commitdiff | tree |
2022-02-01 |
nicm | Mention that if-shell and #() use /bin/sh.
|
commit | commitdiff | tree |
2022-02-01 |
nicm | Do not overflow width when not enough space.
|
commit | commitdiff | tree |
2022-01-17 |
nicm | Do not try to strdup NULL, from seL4 at disroot dot...
|
commit | commitdiff | tree |
2022-01-06 |
nicm | Ignore windows without a size set (may be used for...
|
commit | commitdiff | tree |
2021-12-31 |
nicm | Try to turn on less-capable mouse modes when turning...
|
commit | commitdiff | tree |
2021-12-21 |
nicm | Support underscore style with capture-pane -e, GitHub...
|
commit | commitdiff | tree |
2021-12-21 |
nicm | ARM's Morello CHERI architecture does not support pointers...
|
commit | commitdiff | tree |
2021-12-20 |
nicm | Do not crash on a zero size character.
|
commit | commitdiff | tree |
2021-12-13 |
nicm | Make pane-border-format a pane option, GitHub issue...
|
commit | commitdiff | tree |
2021-12-10 |
nicm | Missed unlinked control notifications, GitHub issue...
|
commit | commitdiff | tree |
2021-12-10 |
nicm | Mention XParseColor(3) for the cursor colour escape...
|
commit | commitdiff | tree |
2021-12-10 |
nicm | Add a NOBLOCK flag rather than adding amount to wait...
|
commit | commitdiff | tree |
2021-12-07 |
nicm | Respond to OSC 4 query.
|
commit | commitdiff | tree |
2021-12-06 |
nicm | Fix g/G keys to be in line with copy mode.
|
commit | commitdiff | tree |
2021-12-06 |
nicm | Do not dereference NULL window when resizing client...
|
commit | commitdiff | tree |
2021-11-29 |
nicm | Bump response timer to three seconds, GitHub issue...
|
commit | commitdiff | tree |
2021-11-29 |
nicm | Fix user option lookup ordering.
|
commit | commitdiff | tree |
2021-11-15 |
nicm | Leave the hardware cursor at the position of the selected...
|
commit | commitdiff | tree |
2021-11-11 |
nicm | If automatic-rename is off, allow the escape sequence...
|
commit | commitdiff | tree |
2021-11-11 |
nicm | If trimming menu item text, show key if it would take...
|
commit | commitdiff | tree |
2021-11-03 |
nicm | Add a cursor-style option, from Alexis Hildebrandt...
|
commit | commitdiff | tree |
2021-11-02 |
nicm | fatalx on unknown enum members in a couple of places...
|
commit | commitdiff | tree |
2021-11-01 |
nicm | Add a cursor-colour option, from Alexis Hildebrandt...
|
commit | commitdiff | tree |
2021-11-01 |
nicm | Fix a comparison, from Ben Boeckel, and a crash when...
|
commit | commitdiff | tree |
2021-10-28 |
nicm | Do not force the cursor to move if it is in the automargin...
|
commit | commitdiff | tree |
2021-10-28 |
nicm | Allow detach even if suspend flag set, GitHub issue...
|
commit | commitdiff | tree |
2021-10-28 |
nicm | Expand command as a format, GitHub issue 2920.
|
commit | commitdiff | tree |
2021-10-26 |
nicm | Accept some emacs control keys in vi normal mode, from...
|
commit | commitdiff | tree |
2021-10-26 |
nicm | Do not allow inline styles to replace mode-style for...
|
commit | commitdiff | tree |
2021-10-25 |
nicm | Add a way to force a colour to RGB and a format to...
|
commit | commitdiff | tree |
2021-10-25 |
nicm | Missing Pp, from Alexis Hildebrandt.
|
commit | commitdiff | tree |
2021-10-25 |
nicm | Add -s and -S to display-popup to set popup and border...
|
commit | commitdiff | tree |
2021-10-25 |
nicm | Instead of setting the popup default colours in the...
|
commit | commitdiff | tree |
2021-10-22 |
nicm | Remove key and trim text if menu cannot fit in available...
|
commit | commitdiff | tree |
2021-10-21 |
nicm | Correctly adjust the end pointer for a two character...
|
commit | commitdiff | tree |
2021-10-21 |
nicm | Show error if user option doesn't exist, GitHub issue...
|
commit | commitdiff | tree |
2021-10-20 |
nicm | Remove a TODO comment.
|
commit | commitdiff | tree |
2021-10-20 |
nicm | Add -T to set a popup title, from Alexis Hildebrandt...
|
commit | commitdiff | tree |
2021-10-19 |
nicm | Same as -N, don't send if 0 arguments and -R.
|
commit | commitdiff | tree |
2021-10-18 |
nicm | Fix menu width containing disabled items, from Alexis...
|
commit | commitdiff | tree |
2021-10-18 |
nicm | Spacing fixes from Alexis Hildebrandt.
|
commit | commitdiff | tree |
2021-10-18 |
nicm | Remove duplicate options, spotted by Ricky Cintron.
|
commit | commitdiff | tree |
2021-10-15 |
nicm | Do not send any key if -N flag is given even if no...
|
commit | commitdiff | tree |
2021-10-14 |
nicm | Add popup-border-lines option to set popup line style...
|
commit | commitdiff | tree |
2021-10-14 |
nicm | When checking ranges in tty_cmd_cells, cannot use the...
|
commit | commitdiff | tree |
2021-10-13 |
nicm | Add popup-style and popup-border-style options, from...
|
commit | commitdiff | tree |
2021-10-11 |
nicm | Make positions hidden by overlays range-based rather...
|
commit | commitdiff | tree |
2021-10-11 |
nicm | Add -e flag to set environment for popup, from Alexis...
|
commit | commitdiff | tree |
2021-10-07 |
nicm | Add a missing El, from Alexis Hildebrandt in GitHub...
|
commit | commitdiff | tree |
2021-10-07 |
nicm | Handle splitw -I correctly when used from an attached...
|
commit | commitdiff | tree |
2021-10-06 |
nicm | Do not reset cursor to default if it has never been...
|
commit | commitdiff | tree |
2021-10-05 |
nicm | Fix some warnings.
|
commit | commitdiff | tree |
2021-10-05 |
nicm | Set mouse_x and mouse_y on the status line, GitHub...
|
commit | commitdiff | tree |
2021-10-05 |
nicm | Make send-keys without any arguments send the key it...
|
commit | commitdiff | tree |
2021-10-05 |
nicm | Separate "very visible" flag from blinking flag, it...
|
commit | commitdiff | tree |
2021-10-05 |
nicm | Do not try to use NULL time values.
|
commit | commitdiff | tree |
2021-09-27 |
nicm | Do not call recalculate_sizes while clearing a client...
|
commit | commitdiff | tree |
2021-09-22 |
nicm | Fix command prompt with multiple prompts (add the result...
|
commit | commitdiff | tree |