Age | Commit message (Expand) | Author |
2017-02-27 | errant dot; from klemens nanni | Jason McIntyre |
2017-02-27 | If splitw -b is used, insert the new pane before the current one in the | Nicholas Marriott |
2017-02-26 | Move away from BN_zero, the one returning an int is deprecated and the | Otto Moerbeek |
2017-02-24 | add support for variables in the lhs of SYSV modifiers. | Marc Espie |
2017-02-24 | might as well set the listener socket CLOEXEC | Damien Miller |
2017-02-23 | - write parse errors to stderr, prompted by Martijn Dekker | Otto Moerbeek |
2017-02-23 | Introduce e command, equivalent to p, but writes to stderr | Otto Moerbeek |
2017-02-22 | Pledge man.cgi(8). | Ingo Schwarze |
2017-02-22 | Since SQLite is gone, we no longer need the "flock" pledge. | Ingo Schwarze |
2017-02-22 | Remove unused-with-dead-store variable oldpsanl. | Tom Cosgrove |
2017-02-22 | Minor bits: fix an array size, add comment, make grid_cell_entry static. | Nicholas Marriott |
2017-02-22 | Handle an odd edge case where .It is preceded by .Sm. | Ingo Schwarze |
2017-02-21 | Change pane redraw to collect cells up as well, and simplify it a bit. | Nicholas Marriott |
2017-02-21 | Don't need is1,is2,is3 so remove them. | Nicholas Marriott |
2017-02-21 | Scrolling at least needs to be flushed before sending EL to the terminal | Nicholas Marriott |
2017-02-20 | Crank all members of struct ipipstat to 64 bits | Jeremie Courreges-Anglas |
2017-02-20 | * Hoist Copyright notice to the top, don't hide it in the middle. | Ingo Schwarze |
2017-02-19 | Do not break the line at U+00A0 NO-BREAK SPACE. | Ingo Schwarze |
2017-02-19 | Recognise AArch64 binaries and core dumps. | Jonathan Gray |
2017-02-19 | Add SGR 28 to clear hidden flag. | Nicholas Marriott |
2017-02-19 | Add a common nl_langinfo(CODESET) alias for US-ASCII "ANSI_X3.4-1968" | Damien Miller |
2017-02-18 | preconv_encode() can take a const input buffer; | Ingo Schwarze |
2017-02-17 | Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii | Ingo Schwarze |
2017-02-17 | Many people have been complaining for a long time that ``...'' looks | Ingo Schwarze |
2017-02-17 | Fix a read buffer overrun that copied random data from memory into | Ingo Schwarze |
2017-02-17 | Do not show rsa1 key type in usage when compiled without SSH1 support. | Darren Tucker |
2017-02-17 | ifdef out "rsa1" from the list of supported keytypes when compiled without | Darren Tucker |
2017-02-17 | For ProxyJump/-J, surround host name with brackets to allow | Damien Miller |
2017-02-16 | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze |
2017-02-16 | There are buggy terminals out there that do not move the cursor to 0,0 | Nicholas Marriott |
2017-02-16 | Handle insert cells when cursor at edge of screen correctly, and do a | Nicholas Marriott |
2017-02-16 | Merge clear-history into capture-pane. | Nicholas Marriott |
2017-02-16 | Fix rev. 1.183: -O syntax is different in default apropos(1) output | Ingo Schwarze |
2017-02-16 | Style nits. | Nicholas Marriott |
2017-02-16 | Fix block scoping error if an explicit block is broken by two | Ingo Schwarze |
2017-02-16 | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze |
2017-02-15 | Fix memory leaks in match_filter_list() error paths. | Jonathan Gray |
2017-02-15 | Fix the code supposed to abort when attempting to detach a slot that's | Alexandre Ratchov |
2017-02-15 | Fix previous: I forgot that i had to change the convention how | Ingo Schwarze |
2017-02-15 | Do not clear to end of screen unless the pane is at the bottom. | Nicholas Marriott |
2017-02-15 | "status bar" -> "status line" for consistency, from Benjamin Dopplinger. | Nicholas Marriott |
2017-02-15 | fix division by zero crash in "df" output when server returns zero | Damien Miller |
2017-02-14 | Make source-file look for files relative to the client working directory | Nicholas Marriott |
2017-02-13 | Collected cells may still need to be extended for RGB colours. | Nicholas Marriott |
2017-02-12 | Do not access a NULL pointer if a matrix or square root are empty. | Ingo Schwarze |
2017-02-11 | Do not read one element past the end of the static const termacts array. | Ingo Schwarze |
2017-02-11 | Never look for broken blocks inside blocks that are already closed. | Ingo Schwarze |
2017-02-11 | Do not prematurely close .Nd containing a broken child. | Ingo Schwarze |
2017-02-11 | Do not prematurely mark intermediate blocks as broken while scanning | Ingo Schwarze |
2017-02-10 | For child macros of block-end macros, only scan backwards for pending | Ingo Schwarze |