summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-04-20Now that struct winlink has a session pointer, can remove some arguments.Nicholas Marriott
2017-04-20There is no real need for window_printable_flags to allocate, make itNicholas Marriott
2017-04-20If a #() command doesn't exit, use its most recent line of output (itNicholas Marriott
2017-04-20use strtonum instead of strtoll to parse the argument to -jDavid Gwynne
2017-04-19load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi.Nicholas Marriott
2017-04-19Add a suspend helper function, and do not allow detaching or suspendingNicholas Marriott
2017-04-19Style nits and a missing cast.Nicholas Marriott
2017-04-19spelling fixes from michael w. bombardieriJason McIntyre
2017-04-19When the data we have buffered to write to a terminal grows beyond aNicholas Marriott
2017-04-19More thoroughly reject direct access to unintended files, such thatIngo Schwarze
2017-04-18Revert use of DECSLRM on iTerm2, it doesn't help as much as we throught,Nicholas Marriott
2017-04-18On terminals without DECSLRM, when a pane that is less than the fullNicholas Marriott
2017-04-18Detect iTerm2 and use DECSLRM for it as well.Nicholas Marriott
2017-04-18Now that global -i is gone, pass -i through to the apropos(1)Ingo Schwarze
2017-04-18Add a format for number of bytes writtent to client, useful for debugging.Nicholas Marriott
2017-04-18Do not check for BCE for a background colour that isn't needed, useNicholas Marriott
2017-04-18Delete the undocumented and unimplemented man(1) -i (interactiveIngo Schwarze
2017-04-18The apropos(1) manual still documents the unary -i operator forIngo Schwarze
2017-04-18Style nits; no binary change.Nicholas Marriott
2017-04-18Fix previous: i forgot explicit NUL termination;Ingo Schwarze
2017-04-18Include client name in key logging.Nicholas Marriott
2017-04-18use freezero() instead of explicit_bzero + freeTheo de Raadt
2017-04-18use freezero() instead of 4-line conditional explicit_bzero + freeTheo de Raadt
2017-04-18free(NULL) is ok so use it; from Michael W. BombardieriTheo de Raadt
2017-04-17Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order.Ingo Schwarze
2017-04-17Recognize nl_langinfo(CODESET) return values "646" and "" as aliasesIngo Schwarze
2017-04-17implement display of long .Lk URIs to match -TasciiIngo Schwarze
2017-04-17Fix handling of trailing punctuation in .Lk.Ingo Schwarze
2017-04-17Change COMPILER_VERSION tests which limited additional warnings to gcc4Jonathan Gray
2017-04-17Don't bother moving the cursor for empty lines.Nicholas Marriott
2017-04-17Remove a couple of redraw flags that no longer have any effect.Nicholas Marriott
2017-04-16Memory leak, from David CARLIER.Nicholas Marriott
2017-04-16Use EL1 to clear lines when redrawing the leftmost pane, rather thanNicholas Marriott
2017-04-16Move comments into a block and uses {} to unconfuse reading.Theo de Raadt
2017-04-16Statistics for high memory flips in the buffer cacheBob Beck
2017-04-16remove -g from CFLAGS at florian's requestJonathan Gray
2017-04-16Different compilers and versions of compilers have different warnings.Jonathan Gray
2017-04-14Show long .Lk URIs in like an indented display, similar to groff.Ingo Schwarze
2017-04-14Do not make the colon after the .Lk link text italic.Ingo Schwarze
2017-04-12isblank() is ANSI C since C99, no need to provide a replacement.Todd C. Miller
2017-04-12bluhm discovered "script < /dev/null" attempts tty operations in violationTheo de Raadt
2017-04-06a little const here and there to prevent rules from changingTed Unangst
2017-04-06prepenv can take a const ruleTed Unangst
2017-04-05Clamp size to length if snprintf ever indicates overflowTheo de Raadt
2017-04-05Add Home and End for copy mode.Nicholas Marriott
2017-04-05Try again to resolve problems with mistaking sessions for windows: nowNicholas Marriott
2017-04-05Give each client a name. This defaults to the tty name as before butNicholas Marriott
2017-04-05cfg_file can be static.Nicholas Marriott
2017-04-05Change tty_repeat_space to write large sets of spaces together insteadNicholas Marriott
2017-04-05- -Z before -z in options listJason McIntyre