2021-09-02 |
nicm | Change copying arguments to that flags without arguments...
|
commit | commitdiff | tree |
2021-08-27 |
nicm | Replace %% in command lists (by copying them) for template...
|
commit | commitdiff | tree |
2021-08-27 |
nicm | Allow control mode clients to set a hard limit on the...
|
commit | commitdiff | tree |
2021-08-25 |
nicm | Improve some logging.
|
commit | commitdiff | tree |
2021-08-25 |
nicm | Ignore client creating session when working out size...
|
commit | commitdiff | tree |
2021-08-25 |
nicm | bind-key needs to allow commands for any argument for...
|
commit | commitdiff | tree |
2021-08-25 |
nicm | Validate command argument types (string or command...
|
commit | commitdiff | tree |
2021-08-25 |
nicm | setupterm needs char * not const char * on some platforms.
|
commit | commitdiff | tree |
2021-08-25 |
nicm | Fix up some printflike attributes.
|
commit | commitdiff | tree |
2021-08-25 |
nicm | Start inputs as NULL so not freeing random stack garbage...
|
commit | commitdiff | tree |
2021-08-23 |
nicm | args_make_commands_now needs to take an extra reference...
|
commit | commitdiff | tree |
2021-08-23 |
nicm | Move command argument parsing common functions and...
|
commit | commitdiff | tree |
2021-08-23 |
nicm | Key bindings steal a reference to the command instead...
|
commit | commitdiff | tree |
2021-08-23 |
nicm | Revert one of previous, for some reason it is being...
|
commit | commitdiff | tree |
2021-08-23 |
nicm | Fix a few memory leaks.
|
commit | commitdiff | tree |
2021-08-23 |
nicm | Limit width and height to tty correctly, GitHub issue...
|
commit | commitdiff | tree |
2021-08-22 |
nicm | Fix handling of leading #s when working out width.
|
commit | commitdiff | tree |
2021-08-22 |
nicm | Do not double free expanded path in source-file, also...
|
commit | commitdiff | tree |
2021-08-22 |
nicm | Insert alias in the right place, GitHub issue 2842.
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Free value properly.
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Preserve argument type in command and convert to string...
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Pass typed arguments out of the parser into the arguments...
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Use new syntax for default key bindings.
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Stop caring about empty commands, just treat as a null...
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Remove some members of struct cmd which are no longer...
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Preserve command group when moving temporary list to...
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Rename a member to match what it will be in future.
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Add args parsing callback for some future work, currently...
|
commit | commitdiff | tree |
2021-08-21 |
nicm | Wrap command argument definitions in their own struct.
|
commit | commitdiff | tree |
2021-08-20 |
nicm | A couple more spacing fixes.
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Spacing tweaks.
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Hide struct args behind a couple of accessor functions.
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Add a couple of const and fix some warnings.
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Remove some unnecessary blank lines.
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Expose args_value struct (will be needed soon) and...
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Add a way to create an empty arguments set.
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Remove stray spaces after function names.
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Fill colour palette correctly from option for new panes...
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Actually parse contents of {} as a command and then...
|
commit | commitdiff | tree |
2021-08-20 |
nicm | Add a helper function for actually parsing the command.
|
commit | commitdiff | tree |
2021-08-18 |
nicm | Need to flatten arguments for aliases.
|
commit | commitdiff | tree |
2021-08-18 |
nicm | Push the conversion of {} to string up out of the parser...
|
commit | commitdiff | tree |
2021-08-17 |
nicm | Treat a pane that has died the same as no pane when...
|
commit | commitdiff | tree |
2021-08-17 |
nicm | Fix pipe-pane usage.
|
commit | commitdiff | tree |
2021-08-17 |
nicm | Do not block with incremental command prompt.
|
commit | commitdiff | tree |
2021-08-17 |
nicm | Set the right session if detach-on-destroy is off.
|
commit | commitdiff | tree |
2021-08-17 |
nicm | calloc for confirm-before data since the item needs...
|
commit | commitdiff | tree |
2021-08-17 |
nicm | Be more sophisticated about enabling synchronized updates...
|
commit | commitdiff | tree |
2021-08-17 |
nicm | Revert previous; this is not how it should work.
|
commit | commitdiff | tree |
2021-08-17 |
nicm | Start sync before drawing popup.
|
commit | commitdiff | tree |
2021-08-14 |
nicm | Some other missing palette NULL checks, from oss-fuzz.
|
commit | commitdiff | tree |
2021-08-14 |
nicm | Do not use NULL palette when clearing.
|
commit | commitdiff | tree |
2021-08-14 |
nicm | Missing argument specifier for -c.
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Tweak how mouse works on popup: only Meta alone resizes...
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Check callback needs to only return 0 (text should...
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Fill in some other bits on new panes.
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Add menu options to convert a popup into a pane.
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Adjust overlay check callback before drawing data from...
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Add a menu when a popup is present (mouse only for...
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Add -B flag to remove border from popup.
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Break message type stuff out into its own header.
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Change focus to be driven by events rather than walking...
|
commit | commitdiff | tree |
2021-08-13 |
nicm | Set return code for confirm-before and make command...
|
commit | commitdiff | tree |
2021-08-12 |
nicm | Make newline a style delimiter as well so they can...
|
commit | commitdiff | tree |
2021-08-12 |
nicm | Now that styles can contain formats, they need to be...
|
commit | commitdiff | tree |
2021-08-12 |
nicm | Use COLOUR_DEFAULT not hardcoded 8.
|
commit | commitdiff | tree |
2021-08-12 |
nicm | Evaluate styles with the pane variables.
|
commit | commitdiff | tree |
2021-08-12 |
nicm | Restore saved cursor position after a ZWJ rather than...
|
commit | commitdiff | tree |
2021-08-12 |
nicm | Do not dereference pane when it is NULL, fixes a crash...
|
commit | commitdiff | tree |
2021-08-12 |
nicm | Move hook format setup earlier and add a hook_client...
|
commit | commitdiff | tree |
2021-08-11 |
nicm | Break the colour palette into a struct rather than...
|
commit | commitdiff | tree |
2021-08-11 |
nicm | Add pipe variants of the line copy commands. While...
|
commit | commitdiff | tree |
2021-08-11 |
nicm | Return to applying pane-border-style to the area outside...
|
commit | commitdiff | tree |
2021-08-11 |
nicm | Make confirm-before optionally block the invoking client...
|
commit | commitdiff | tree |
2021-08-11 |
nicm | OSC 52 can be long enough to make tmux think the output...
|
commit | commitdiff | tree |
2021-08-09 |
nicm | Change copy-line and copy-end-of-line not to cancel...
|
commit | commitdiff | tree |
2021-08-06 |
nicm | Add basic support for zero width joiners, GitHub issues...
|
commit | commitdiff | tree |
2021-08-06 |
nicm | Add client focus hooks.
|
commit | commitdiff | tree |
2021-08-06 |
nicm | Another minor fix - do not draw positions that are...
|
commit | commitdiff | tree |
2021-08-06 |
nicm | Tweak previous not to replace complete characters with...
|
commit | commitdiff | tree |
2021-08-06 |
nicm | Correctly draw wide characters that are partially obscured.
|
commit | commitdiff | tree |
2021-08-05 |
nicm | Do not freeze output in panes when a popup is open...
|
commit | commitdiff | tree |
2021-08-04 |
nicm | Add a client-active hook, from ncfavier in GitHub issue...
|
commit | commitdiff | tree |
2021-07-28 |
nicm | Make window-linked and window-unlinked window options...
|
commit | commitdiff | tree |
2021-07-21 |
nicm | Do not add height twice when calculating popup_mouse_top...
|
commit | commitdiff | tree |
2021-07-21 |
nicm | Do not close popups on resize, instead adjust them...
|
commit | commitdiff | tree |
2021-07-14 |
nicm | Move default value for TERM into tmux.h.
|
commit | commitdiff | tree |
2021-07-13 |
nicm | Give #() commands a one second grace period where the...
|
commit | commitdiff | tree |
2021-07-13 |
nicm | Only use client for sizing when not detached, GitHub...
|
commit | commitdiff | tree |
2021-07-08 |
nicm | Fix mouse_word format now word-separators has no space...
|
commit | commitdiff | tree |
2021-07-06 |
nicm | Improve error reporting when the tmux /tmp directory...
|
commit | commitdiff | tree |
2021-07-06 |
nicm | Forbid empty session names, GitHub issue 2758.
|
commit | commitdiff | tree |
2021-06-18 |
nicm | Mention %1 under choose-tree also.
|
commit | commitdiff | tree |
2021-06-16 |
nicm | Minor fixes to option descriptions.
|
commit | commitdiff | tree |
2021-06-16 |
nicm | Pass Ctrl keys through as is when given as hex, GitHub...
|
commit | commitdiff | tree |
2021-06-10 |
nicm | Do not clear region based on current cursor position...
|
commit | commitdiff | tree |
2021-06-10 |
nicm | Feature for the mouse since FreeBSD termcap does not...
|
commit | commitdiff | tree |
2021-06-10 |
nicm | Fix rectangle selection, from Anindya Mukherjee, GitHub...
|
commit | commitdiff | tree |
2021-06-10 |
nicm | Bump FORMAT_LOOOP_LIMIT and add a log message when...
|
commit | commitdiff | tree |
2021-06-10 |
nicm | Fix <= operator.
|
commit | commitdiff | tree |
next |