Age | Commit message (Expand) | Author |
2019-03-18 | install rsync as openrsync, so that people can easily familiarize | Theo de Raadt |
2019-03-17 | Break description of styles into its own section. | Nicholas Marriott |
2019-03-17 | The header file "html.h" uses enum roff_tok, | Ingo Schwarze |
2019-03-17 | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | Theo Buehler |
2019-03-17 | correct example; from pierre emeriaud | Jason McIntyre |
2019-03-16 | When drawing a horizontal line in tbl(7) UTF-8 output, it is not | Ingo Schwarze |
2019-03-16 | benno helped me clean up the tcp forwarding section; | Jason McIntyre |
2019-03-16 | Use a pointer for the active screen in the status line instead of | Nicholas Marriott |
2019-03-16 | Give status_save_old the client so it can do the reinit too. | Nicholas Marriott |
2019-03-16 | Tidy and rename some bits of status line code. | Nicholas Marriott |
2019-03-16 | Fix a buffer over-read while dumping functions. | Sunil Nimmagadda |
2019-03-16 | Fix a buffer over-read while dumping structs/unions. | Sunil Nimmagadda |
2019-03-16 | Fix a buffer over-read while dumping enums. | Sunil Nimmagadda |
2019-03-15 | Add a way to set individual defaults for an array option. | Nicholas Marriott |
2019-03-15 | Add a : to make error messages clearer. | Nicholas Marriott |
2019-03-15 | Copy recursion counter into new formats when looping. | Nicholas Marriott |
2019-03-15 | Move status line free into its own function. | Nicholas Marriott |
2019-03-15 | Remove unused member of struct client. | Nicholas Marriott |
2019-03-15 | Only print format logging when the flag is set, even if also sending to log_d... | Nicholas Marriott |
2019-03-15 | The pane and window loops need to pass the window and pane tags when | Nicholas Marriott |
2019-03-15 | Add a -v flag to display-message to show verbose messages as the format | Nicholas Marriott |
2019-03-14 | Add a limit on how far format_expand can recurse. | Nicholas Marriott |
2019-03-14 | Store the time in the format tree rather than passing it around. | Nicholas Marriott |
2019-03-14 | Remove some unnecessary temporary variables and be much less strict | Nicholas Marriott |
2019-03-14 | Add format flags for start and end window. | Nicholas Marriott |
2019-03-14 | Add T format modifier like E but also do strftime(3). | Nicholas Marriott |
2019-03-14 | Accept 0 time as a shorthand for now to format_expand_time. | Nicholas Marriott |
2019-03-14 | Fix ED1 (clear end of screen), reported by Marc Reisner. | Nicholas Marriott |
2019-03-14 | Cleanup and bugfix: | Ingo Schwarze |
2019-03-14 | A little tidying in style_parse. | Nicholas Marriott |
2019-03-14 | Add a wrapper (struct style) around styles rather than using the | Nicholas Marriott |
2019-03-14 | Do not use const on struct window_pane, it causes more trouble than it | Nicholas Marriott |
2019-03-14 | Missing space in capture-pane usage, from Ben Boeckel. | Nicholas Marriott |
2019-03-14 | Add actual HPA (\033[`), the existing one is CHA. From Marc Reisner. | Nicholas Marriott |
2019-03-13 | Need to set attributes before clearing. | Nicholas Marriott |
2019-03-13 | The pane's style should be initialized to default before parsing the | Nicholas Marriott |
2019-03-13 | Contrary to what the NetBSD attribute(3) manual page suggests, | Ingo Schwarze |
2019-03-13 | Tweak format_replace logging. | Nicholas Marriott |
2019-03-13 | Add formats to list sessions, windows or panes. | Nicholas Marriott |
2019-03-13 | Apply length limits and substitution even to literal formats. | Nicholas Marriott |
2019-03-13 | Add E: format to expand a format twice (useful to expand the value of an | Nicholas Marriott |
2019-03-13 | Make format parsing build the modifiers into a list, standardize how | Nicholas Marriott |
2019-03-13 | UTF-8 cleanup in do_append() replacing calls to broken functions: | Ingo Schwarze |
2019-03-13 | Do not use origin for VPA. | Nicholas Marriott |
2019-03-12 | Set a flag on cells are genuinely empty (cleared and never written to) | Nicholas Marriott |
2019-03-12 | DECRC and DECSC apparently need to preserve origin mode as well, based | Nicholas Marriott |
2019-03-12 | Fix HPA in origin mode. | Nicholas Marriott |
2019-03-12 | Tidy up a lot of &ictx->ctx by using a local variable. | Nicholas Marriott |
2019-03-12 | Fix resizing of control clients, should be ignored until SIZECHANGED flag set. | Nicholas Marriott |
2019-03-12 | Fix wrapping after origin mode change. | Nicholas Marriott |