summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-05-31Fix warnings, from Ben Boeckel.nicm
2019-05-31Allow % strings that are all numbers or %s, and fix a double free. Bothnicm
2019-05-30Remove a leftover abort and some fixes from cppcheck.nicm
2019-05-30No longer need to reduce line number by one.nicm
2019-05-30I had hoped that non-xenl terminals had died out, at least in fairlynicm
2019-05-29Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm
2019-05-29The line number needs to be updated only after the \n is processed bynicm
2019-05-29Support \ooo escapes, from Avi Halachmi.nicm
2019-05-28Redraw status line if size changes, GitHub issue 1762. Also fix lengthnicm
2019-05-28Do not read past the end of the argument string if it is empty.nicm
2019-05-28Exit 1 correctly if source-file fails.nicm
2019-05-28Allow source-file to take multiple arguments.nicm
2019-05-28Change the default right click pane to open the menu if not in a modenicm
2019-05-28Add key bindings to open the window and pane menus (C-m and M-m for now).nicm
2019-05-28Allow menu items to be disabled by putting a - at the start of theirnicm
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-27Clarify newlines inside {} a little.nicm
2019-05-27Go less crazy with horizontal separators on default menus.nicm
2019-05-27Fix crash when killing the current window, reported by Jesus Rafaelnicm
2019-05-27Add an additional {} syntax for defining strings in the configurationnicm
2019-05-27Fix the intended ordering of items in buffer mode - it should not alwaysnicm
2019-05-26Add keys for new menu items.nicm
2019-05-26Always redraw overlay if it is on (so status line doesn't redraw over it).nicm
2019-05-26Do not accept choice unless mouse has actually moved before.nicm
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
2019-05-26Add a way to append or prepend to a format if the length has been limited.nicm
2019-05-26Some other platforms doesn't support fmemopen(3) (not unexpectedly), sonicm
2019-05-25Add <, >, <=, >= for formats, GitHub issue 1747.nicm
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