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 |
2021-09-17 |
nicm | Do not destroy sessions twice, GitHub issue 2889.
|
commit | commitdiff | tree |
2021-09-16 |
nicm | Fix run-shell -d with no command, GitHub issue 2885.
|
commit | commitdiff | tree |
2021-09-15 |
nicm | For the moment, restore if-shell and run-shell to parsing...
|
commit | commitdiff | tree |
2021-09-10 |
nicm | Do fatal/fatalx a different way so the compiler trick...
|
commit | commitdiff | tree |
2021-09-10 |
nicm | Get rid of the last two warnings by turning them off...
|
commit | commitdiff | tree |
2021-09-10 |
nicm | Disable aliases inside aliases for the moment.
|
commit | commitdiff | tree |
2021-09-09 |
nicm | Keep -? as usage.
|
commit | commitdiff | tree |
2021-09-09 |
nicm | Turn on both button and all mouse modes for menus since...
|
commit | commitdiff | tree |
2021-09-09 |
nicm | Expand argument to run-shell again.
|
commit | commitdiff | tree |
2021-09-09 |
nicm | Fix parsing of aliases again (GitHub issue 2842), also...
|
commit | commitdiff | tree |
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 |