Age | Commit message (Expand) | Author |
2017-02-08 | window_copy_pagedown shouldn't reset the mode anymore, instead let the | Nicholas Marriott |
2017-02-08 | Add support for scroll up escape sequence (CSI S) and use it when | Nicholas Marriott |
2017-02-08 | Collect sequences of printable ASCII characters and process them | Nicholas Marriott |
2017-02-08 | Fix clear start of line. | Nicholas Marriott |
2017-02-08 | Some other tidying bits. | Nicholas Marriott |
2017-02-08 | Add a helper to store a cell, and some tidying. | Nicholas Marriott |
2017-02-08 | Remove unnecessary duplicate check. | Nicholas Marriott |
2017-02-08 | Improve some of the logging on resize. | Nicholas Marriott |
2017-02-08 | Due to non-blocking sockets, tls_handshake() could wait in a busy | Alexander Bluhm |
2017-02-08 | Log size of output buffer as well. | Nicholas Marriott |
2017-02-08 | Trying to avoid the occasional newline by saving the last cell on screen | Nicholas Marriott |
2017-02-08 | Tweak how much we expand lines by. | Nicholas Marriott |
2017-02-08 | Remove event watermarks, don't work well enough to be worth it. | Nicholas Marriott |
2017-02-07 | Do not clear the scroll region, instead set it to the scroll region we | Nicholas Marriott |
2017-02-07 | IPsec packets could be dropped unaccounted if output after crypto | Alexander Bluhm |
2017-02-07 | Remove a debugging leftover. | Nicholas Marriott |
2017-02-07 | DECSLRM in xterm(1) appears to have a quirk where it can generate an | Nicholas Marriott |
2017-02-07 | Unfortunately DECFRA does not handle default colours properly (it does | Nicholas Marriott |
2017-02-06 | Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all | Nicholas Marriott |
2017-02-06 | Do not go through the whole attributes setting process if the new cell | Nicholas Marriott |
2017-02-06 | Add BCE for clear to start of screen, which was somehow missed. | Nicholas Marriott |
2017-02-06 | Cancel key table when switching session, unless the key is going to | Nicholas Marriott |
2017-02-06 | Fix logging of CSI parameters. | Nicholas Marriott |
2017-02-06 | Only redraw the modified character when adding combining characters, not | Nicholas Marriott |
2017-02-06 | Restore \r\n newline sequence for server ident string. The CR got | Damien Miller |
2017-02-06 | The .Nm macro does not only use the default name when it has no | Ingo Schwarze |
2017-02-05 | Wrap .St content in a <span class="St">. | Ingo Schwarze |
2017-02-05 | fix font selection for .Bf without argument | Ingo Schwarze |
2017-02-05 | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze |
2017-02-05 | for .Rs, use <cite> | Ingo Schwarze |
2017-02-05 | Improve <table> syntax: | Ingo Schwarze |
2017-02-05 | Support IPv6 proxy addresses | Jeremie Courreges-Anglas |
2017-02-04 | Missing va_end, from Anton Lindqvist. | Nicholas Marriott |
2017-02-04 | Include netinet/in.h for in_addr_t now it has moved out of sys/types.h. | Jonathan Gray |
2017-02-04 | Do not fix the default indent for all subsequent files; some may use | Ingo Schwarze |
2017-02-03 | use ssh_packet_set_log_preamble() to include connection username | Damien Miller |
2017-02-03 | add ssh_packet_set_log_preamble() to allow inclusion of a preamble | Damien Miller |
2017-02-03 | support =- for removing methods from algorithms lists, e.g. | Damien Miller |
2017-02-03 | Cache status line position to reduce option lookups during output. | Nicholas Marriott |
2017-02-03 | Expand lines more aggressively to reduce rate of allocations. | Nicholas Marriott |
2017-02-03 | Minor cleanup, no functional change: | Ingo Schwarze |
2017-02-03 | If an application parses multiple files with mparse_readfd(3) but | Ingo Schwarze |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2017-02-03 | allow form-feed characters at EOL; bz#2431 ok dtucker@ | Damien Miller |
2017-02-03 | Make ssh_packet_set_rekey_limits take u32 for the number of seconds | Darren Tucker |
2017-02-02 | In vasnmprintf() return an error if malloc fails and don't set | Jonathan Gray |
2017-02-01 | Add a missing sizeof(*lines) factor to previous commit to ensure we zero | Theo Buehler |
2017-02-01 | Don't allocate the buffer for the -n flag in one call. | Martijn van Duren |
2017-02-01 | Implement "all event" (1003) mouse mode but in a way that works. The | Nicholas Marriott |
2017-02-01 | update currency exchanges rates; | Jason McIntyre |