2023-06-08 |
nicm | Fix mismatch between function prototype and definition...
|
commit | commitdiff | tree |
2023-05-19 |
nicm | Add format for server_sessions, from Magnus Gross.
|
commit | commitdiff | tree |
2023-04-28 |
nicm | Add options to change the confirm key and default behaviour of
|
commit | commitdiff | tree |
2023-04-28 |
nicm | Do not fatal if tparm fails, instead just log it (not...
|
commit | commitdiff | tree |
2023-04-25 |
nicm | Tidy tparm wrapper functions to have more obvious names...
|
commit | commitdiff | tree |
2023-04-25 |
nicm | Invalidate cached tty state after changing features...
|
commit | commitdiff | tree |
2023-04-17 |
nicm | Ignore the user keys range when checking if a key is...
|
commit | commitdiff | tree |
2023-04-17 |
nicm | It seems silly to use progname for version, just always...
|
commit | commitdiff | tree |
2023-04-17 |
nicm | Make the check if printing is allowed the same as writing...
|
commit | commitdiff | tree |
2023-04-17 |
nicm | Discard mouse sequences that have the right form but...
|
commit | commitdiff | tree |
2023-04-03 |
nicm | Clarify text for new -A slightly, GitHub issue 3508.
|
commit | commitdiff | tree |
2023-03-27 |
nicm | Add a format to show if there are unseen changes while...
|
commit | commitdiff | tree |
2023-03-27 |
nicm | For passthrough, don't write to clients attached to...
|
commit | commitdiff | tree |
2023-03-15 |
nicm | Do not leak screen in popups, GitHub issue 3492.
|
commit | commitdiff | tree |
2023-03-15 |
nicm | Fix command prompt not to always append argument but...
|
commit | commitdiff | tree |
2023-02-10 |
nicm | Fix cursor position after zero width space, GitHub...
|
commit | commitdiff | tree |
2023-02-07 |
nicm | Remove old buffer when renaming rather than complaining...
|
commit | commitdiff | tree |
2023-02-07 |
nicm | Add an L modifier like P, W, S to loop over clients...
|
commit | commitdiff | tree |
2023-02-06 |
nicm | Add -f to list-clients like the other list commands...
|
commit | commitdiff | tree |
2023-02-05 |
nicm | Do not allow multiple line separators in a row.
|
commit | commitdiff | tree |
2023-02-05 |
nicm | Extend display-message to work for control clients...
|
commit | commitdiff | tree |
2023-02-02 |
nicm | Add a missing error message which causes an invalid...
|
commit | commitdiff | tree |
2023-02-02 |
nicm | Tweak note for D key binding, from Clark Wang.
|
commit | commitdiff | tree |
2023-01-23 |
nicm | Too many \s in example, GitHub issue 3445.
|
commit | commitdiff | tree |
2023-01-20 |
nicm | Add a flag to display-menu to select the manu item...
|
commit | commitdiff | tree |
2023-01-17 |
nicm | Support -1 without -N for list-keys.
|
commit | commitdiff | tree |
2023-01-17 |
nicm | Update palette when moving a pane, GitHub issue 3437.
|
commit | commitdiff | tree |
2023-01-16 |
nicm | Mark keys sent by command and skip paste handling for...
|
commit | commitdiff | tree |
2023-01-12 |
nicm | Have tmux recognise pasted texts wrapped in bracket...
|
commit | commitdiff | tree |
2023-01-09 |
nicm | Fix behaviour with \007 (used the wrong tree for last...
|
commit | commitdiff | tree |
2023-01-09 |
nicm | Accept \007 as terminator to OSC 10 or 11.
|
commit | commitdiff | tree |
2023-01-08 |
nicm | Fix parsing of optional arguments so that and accept...
|
commit | commitdiff | tree |
2023-01-08 |
nicm | Have client return 1 if process is interrupted to an...
|
commit | commitdiff | tree |
2023-01-08 |
nicm | Restore code to handle wcwidth failure so that unknown...
|
commit | commitdiff | tree |
2023-01-08 |
nicm | Quotes are now required in select-layout example.
|
commit | commitdiff | tree |
2023-01-06 |
nicm | If a pane is killed, cancel reading from the file....
|
commit | commitdiff | tree |
2023-01-03 |
nicm | Query the client terminal for foreground and background...
|
commit | commitdiff | tree |
2022-12-19 |
nicm | Allow send-keys without a client again, reported by...
|
commit | commitdiff | tree |
2022-12-16 |
nicm | Do not escape tabs in output (iTerm2 needs them). GitHub...
|
commit | commitdiff | tree |
2022-12-16 |
nicm | Make U+FE0F VARIATION SELECTOR-16 change the width...
|
commit | commitdiff | tree |
2022-12-16 |
nicm | Add send-keys -K to handle keys directly as if typed...
|
commit | commitdiff | tree |
2022-12-07 |
nicm | Process escape sequences in show-buffer, GitHub issue...
|
commit | commitdiff | tree |
2022-11-11 |
nicm | Tweak previous to set and log the feature instead of...
|
commit | commitdiff | tree |
2022-11-11 |
nicm | Parse primary device attributes as well as secondary...
|
commit | commitdiff | tree |
2022-11-11 |
nicm | Document alternative delimiters for substitution, from...
|
commit | commitdiff | tree |
2022-11-08 |
nicm | Fix C-S-Tab without extended keys, from Aaron Jensen.
|
commit | commitdiff | tree |
2022-11-04 |
nicm | Unescape the string for the literal operator (l:) so...
|
commit | commitdiff | tree |
2022-11-03 |
nicm | If there are no buffers, reset mode as soon as any...
|
commit | commitdiff | tree |
2022-11-03 |
nicm | Add a -l flag to display-message to disable format...
|
commit | commitdiff | tree |
2022-11-02 |
nicm | Instead of always setting the extended flag, set it...
|
commit | commitdiff | tree |
2022-11-01 |
nicm | Add modified Tab key sequences, from Aaron Jensen,...
|
commit | commitdiff | tree |
2022-11-01 |
nicm | Use active pane in target window not current window...
|
commit | commitdiff | tree |
2022-10-28 |
nicm | Add paste-buffer-deleted notification and fix name...
|
commit | commitdiff | tree |
2022-10-25 |
nicm | Initialize context before testing it.
|
commit | commitdiff | tree |
2022-10-25 |
nicm | Fix a memory leak, from Japin Li in GitHub issue 3358.
|
commit | commitdiff | tree |
2022-10-25 |
nicm | Do not fire redraw callback if NULL.
|
commit | commitdiff | tree |
2022-10-17 |
nicm | Preserve marked pane when renumbering windows.
|
commit | commitdiff | tree |
2022-09-28 |
nicm | Add scroll-top and scroll-bottom commands to scroll...
|
commit | commitdiff | tree |
2022-09-28 |
nicm | Add a -T flag to capture-pane to stop at the last used...
|
commit | commitdiff | tree |
2022-09-12 |
nicm | Don't use options from pane if pane is NULL.
|
commit | commitdiff | tree |
2022-09-10 |
nicm | Use correct option name.
|
commit | commitdiff | tree |
2022-09-09 |
nicm | Add message-line option to control where message and...
|
commit | commitdiff | tree |
2022-08-31 |
nicm | Fix window size report, from Vincent Bernat.
|
commit | commitdiff | tree |
2022-08-24 |
nicm | Check for NULL returns from bufferevent_new.
|
commit | commitdiff | tree |
2022-08-23 |
nicm | Add scroll-middle copy mode command to make cursor...
|
commit | commitdiff | tree |
2022-08-15 |
nicm | Notify when a paste buffer is deleted, GitHub issue...
|
commit | commitdiff | tree |
2022-08-15 |
nicm | Add a Nobr terminfo capability to tell tmux the terminal...
|
commit | commitdiff | tree |
2022-08-15 |
nicm | Add some const, from Markus F X J Oberhumer.
|
commit | commitdiff | tree |
2022-08-15 |
nicm | Don't stop at first match when updating environment.
|
commit | commitdiff | tree |
2022-08-11 |
nicm | vi(1) Home/End bindings, from Markus F X J Oberhumer.
|
commit | commitdiff | tree |
2022-08-10 |
nicm | Fix check of home directory (&& not ||), from Markus...
|
commit | commitdiff | tree |
2022-08-04 |
nicm | Change g and G to go to top and bottom of menu, GitHub...
|
commit | commitdiff | tree |
2022-08-03 |
nicm | Do not crash when searching for .* with extremely long...
|
commit | commitdiff | tree |
2022-08-02 |
nicm | Add a third state "all" to allow-passthrough to work...
|
commit | commitdiff | tree |
2022-08-02 |
nicm | Fix validation of missing percentage arguments.
|
commit | commitdiff | tree |
2022-08-02 |
nicm | -u is no longer equivalent to -TUTF-8 so don't say...
|
commit | commitdiff | tree |
2022-07-22 |
nicm | Clear marks when the search string changes. From Anindya...
|
commit | commitdiff | tree |
2022-07-19 |
nicm | Do not ignore the "off" flag when checking if a pane...
|
commit | commitdiff | tree |
2022-07-19 |
nicm | Process modifiers as bits rather than using a switch...
|
commit | commitdiff | tree |
2022-07-19 |
nicm | Fix memory leak, from Gabriel Souza Franco.
|
commit | commitdiff | tree |
2022-07-06 |
nicm | Show config errors on attach if they were not shown...
|
commit | commitdiff | tree |
2022-07-06 |
nicm | Remove debugging code.
|
commit | commitdiff | tree |
2022-07-06 |
nicm | Defer reading from control client until the command...
|
commit | commitdiff | tree |
2022-07-06 |
nicm | Mention whether time is creation/activity for sort...
|
commit | commitdiff | tree |
2022-07-06 |
nicm | Support hyperlinks with capture-pane -e and add a mouse_hype...
|
commit | commitdiff | tree |
2022-07-04 |
nicm | Sort panes by index not by ID, GitHub issue 3249.
|
commit | commitdiff | tree |
2022-06-30 |
nicm | Add support for OSC 8 hyperlinks (a VTE extension now...
|
commit | commitdiff | tree |
2022-06-27 |
nicm | Tweak previous - find end of style correctly.
|
commit | commitdiff | tree |
2022-06-27 |
nicm | Do not expand single character format aliases inside...
|
commit | commitdiff | tree |
2022-06-21 |
nicm | Store time lines are scrolled into history and display...
|
commit | commitdiff | tree |
2022-06-20 |
nicm | Do not display configuration file errors in a pane...
|
commit | commitdiff | tree |
2022-06-17 |
nicm | Check cursor options when a pane is created, not just...
|
commit | commitdiff | tree |
2022-06-16 |
nicm | Keep cursor on selected item on menu (useful for blind...
|
commit | commitdiff | tree |
2022-06-14 |
nicm | kf* terminfo capabilities are poorly defined and rxvt...
|
commit | commitdiff | tree |
2022-06-11 |
nicm | Fix size of flags output buffer.
|
commit | commitdiff | tree |
2022-06-10 |
nicm | Ignore OSC if the first argument is not properly terminated.
|
commit | commitdiff | tree |
2022-06-09 |
nicm | If an application gives the first parameter to OSC...
|
commit | commitdiff | tree |
2022-06-07 |
nicm | Expand arguments to some commands where it makes sense...
|
commit | commitdiff | tree |
2022-06-04 |
nicm | When picking a buffer because one isn't specified by...
|
commit | commitdiff | tree |
2022-06-03 |
nicm | Do not unintentionally turn off all mouse mode when...
|
commit | commitdiff | tree |