Age | Commit message (Expand) | Author |
2019-05-21 | Fix a couple of Ta from Alphonse Mariya. | Nicholas Marriott |
2019-05-20 | Fix ordering of source-file with multiple files and add flags to load_cfg. | Nicholas Marriott |
2019-05-20 | Replace the various identical error callbacks with a single one in cmd-queue.c. | Nicholas Marriott |
2019-05-20 | Add a helper to allocate a cmd_list. | Nicholas Marriott |
2019-05-20 | Fix the color space parameter in RGB SGR, from Brad Town. | Nicholas Marriott |
2019-05-18 | Move the single command flag (CMD_CONTROL) into the shared flags. | Nicholas Marriott |
2019-05-17 | Change a couple of ACS characters to be more sensible and add a few | Nicholas Marriott |
2019-05-17 | Initialize default size variables, from Thomas Adam. | Nicholas Marriott |
2019-05-15 | Fix dragging when in view mode rather than copy mode, GitHub issue 1740 | Nicholas Marriott |
2019-05-14 | Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736. | Nicholas Marriott |
2019-05-13 | Add support for overline (SGR 53), from Ricardo Banffy. | Nicholas Marriott |
2019-05-13 | Always include Lock in the menu. | Nicholas Marriott |
2019-05-13 | Fix column width for copy mode commands. | Nicholas Marriott |
2019-05-12 | Oops, removed too much in last change. | Nicholas Marriott |
2019-05-12 | Fix some indentation and dead assignments. | Nicholas Marriott |
2019-05-12 | Add simple menus to tree, client, buffer modes. | Nicholas Marriott |
2019-05-12 | Remove menu_create_from_items, I thought I would use it for some later | Nicholas Marriott |
2019-05-11 | Don't use arguments with It and -enum, pointed out by jmc. | Nicholas Marriott |
2019-05-11 | Do not reduce window height by status line height for control mode | Nicholas Marriott |
2019-05-10 | Fix a typo in previous (, -> :). | Nicholas Marriott |
2019-05-10 | Add support for simple menus usable with mouse or keyboard. New command | Nicholas Marriott |
2019-05-10 | Add a function to draw a simple menu onto a screen. | Nicholas Marriott |
2019-05-09 | Save mouse buttons as well as position. | Nicholas Marriott |
2019-05-09 | send-keys also needs to insert key commands in the right order. | Nicholas Marriott |
2019-05-09 | Change swap-window -d to be the other way round (stay with src window), | Nicholas Marriott |
2019-05-09 | Add formats to show if pane is the marked pane and if any marked pane is set. | Nicholas Marriott |
2019-05-08 | Add a flag to redraw only the overlay, and remove the overlay on resize. | Nicholas Marriott |
2019-05-08 | Adjust how mouse targets are found so they always have a session, window | Nicholas Marriott |
2019-05-07 | Move around the display-panes identify code to make it a bit more | Nicholas Marriott |
2019-05-07 | Adjust the same bit to adjust the selection for history-top and | Nicholas Marriott |
2019-05-07 | Rename the ENVIRONMENT section which was squatting on the standard | Ingo Schwarze |
2019-05-07 | Treat keys in identify mode (display-panes) specially and handle them | Nicholas Marriott |
2019-05-07 | Do not use evbuffer_add_buffer because it is destructive and doesn't | Nicholas Marriott |
2019-05-03 | Fix order of insertion in load_cfg. | Nicholas Marriott |
2019-05-03 | Allow panes to be empty (no command), output can be piped to them with | Nicholas Marriott |
2019-05-03 | Insert after the right element on queue. | Nicholas Marriott |
2019-05-03 | Do not store the mouse position we calculate as the start of a drag back | Nicholas Marriott |
2019-05-03 | Use the right index for user-keys. | Nicholas Marriott |
2019-05-03 | Fix mouse positioning when the pane is not entirely visible. | Nicholas Marriott |
2019-05-03 | Correct ordering when adding after an existing item. | Nicholas Marriott |
2019-05-03 | Instead of processing keys all together, put them up on the client | Nicholas Marriott |
2019-05-03 | Fix reverse attribute in status line, GitHub issue 1709. | Nicholas Marriott |
2019-05-02 | Fix up some bits about window-size that seem to have got lost. | Nicholas Marriott |
2019-05-01 | Remove unused variable from Thomas Adam. | Nicholas Marriott |
2019-04-30 | Fix user options after show-hooks merge, GitHub issue 1704. | Nicholas Marriott |
2019-04-30 | Don't redraw control clients, from George Nachman. | Nicholas Marriott |
2019-04-30 | Fix memory leak in window tree search, from Amos Bird. | Nicholas Marriott |
2019-04-29 | Add support for keys to jump between matching brackets - C-M-f and C-M-b | Nicholas Marriott |
2019-04-28 | Support multiple occurances of the same argument. Use this for a new | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |