summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-25Client name can actually be NULL, so use address in that case.nicm
2019-05-25Use client name when logging command queue.nicm
2019-05-25Merge cmd_list_parse into cmd-parse.y so it can use the new aliasnicm
2019-05-25Fix error handling in if-shell.nicm
2019-05-25Make cmd_log_argv take a printf-like format for the prefix.nicm
2019-05-23unbreak build, okay nicm@espie
2019-05-23Fix line numbers - commands are added after the line ends so they need tonicm
2019-05-23Use the same argument escaping code for options as well.nicm
2019-05-23Environment variables can start with { also.nicm
2019-05-23Fix drawing of status-right when it is aligned to the centre, GitHubnicm
2019-05-23Break the argument escaping code into a separate function and use it tonicm
2019-05-23Don't remove group items for group 0 (no group).nicm
2019-05-23Fix length calculation for pasting UTF-8 characters in the status line,nicm
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-22Fix crash if window doesn't exist, GitHub issue 1751.nicm
2019-05-21Fix a couple of Ta from Alphonse Mariya.nicm
2019-05-20Fix ordering of source-file with multiple files and add flags to load_cfg.nicm
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.nicm
2019-05-20Add a helper to allocate a cmd_list.nicm
2019-05-20Fix the color space parameter in RGB SGR, from Brad Town.nicm
2019-05-18Move the single command flag (CMD_CONTROL) into the shared flags.nicm
2019-05-17Change a couple of ACS characters to be more sensible and add a fewnicm
2019-05-17Initialize default size variables, from Thomas Adam.nicm
2019-05-15Fix dragging when in view mode rather than copy mode, GitHub issue 1740nicm
2019-05-14Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736.nicm
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.nicm
2019-05-13Always include Lock in the menu.nicm
2019-05-13Fix column width for copy mode commands.nicm
2019-05-12Oops, removed too much in last change.nicm
2019-05-12Fix some indentation and dead assignments.nicm
2019-05-12Add simple menus to tree, client, buffer modes.nicm
2019-05-12Remove menu_create_from_items, I thought I would use it for some laternicm
2019-05-11Don't use arguments with It and -enum, pointed out by jmc.nicm
2019-05-11Do not reduce window height by status line height for control modenicm
2019-05-10Fix a typo in previous (, -> :).nicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
2019-05-10Add a function to draw a simple menu onto a screen.nicm
2019-05-09Save mouse buttons as well as position.nicm
2019-05-09send-keys also needs to insert key commands in the right order.nicm
2019-05-09Change swap-window -d to be the other way round (stay with src window),nicm
2019-05-09Add formats to show if pane is the marked pane and if any marked pane is set.nicm
2019-05-08Add a flag to redraw only the overlay, and remove the overlay on resize.nicm
2019-05-08Adjust how mouse targets are found so they always have a session, windownicm
2019-05-07Move around the display-panes identify code to make it a bit morenicm
2019-05-07Adjust the same bit to adjust the selection for history-top andnicm
2019-05-07Rename the ENVIRONMENT section which was squatting on the standardschwarze
2019-05-07Treat keys in identify mode (display-panes) specially and handle themnicm
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm
2019-05-03Fix order of insertion in load_cfg.nicm
2019-05-03Allow panes to be empty (no command), output can be piped to them withnicm