summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-08-16use unsigned values where applicableMarc Espie
2009-08-16remove useless commentsMarc Espie
2009-08-16write sensible error messageMarc Espie
2009-08-16avoid touching .PHONY targets, they don't exist.Marc Espie
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-08-15remove unused define. markus@ ok.Federico G. Schwindt
2009-08-14make the "get_handle: ..." error messages vaguely useful by allowingDamien Miller
2009-08-14tweak the vmstat description;Jason McIntyre
2009-08-14SENSOR_WATTS; ok canacar deraadt kettenis henningConstantine A. Murenin
2009-08-14tie IPKTS/OPKTS to bottom corner for smaller screensTheo de Raadt
2009-08-14Reset attributes as well as scroll region before poll(2) and add a big commentNicholas Marriott
2009-08-14Send SGR0 when initialising the screen. Fixes problems on terminals with BCENicholas Marriott
2009-08-13there are louder and louder moans about the inability to see packetTheo de Raadt
2009-08-13Switch the prompt code to return an empty string when the user enters noNicholas Marriott
2009-08-13vi(1)-style half page scroll in copy and scroll modes. Move the vi full pageNicholas Marriott
2009-08-13Scroll by two less than the number of lines in the screen, like emacs, ratherNicholas Marriott
2009-08-13Disable mode-mouse (mouse in copy/choice mode) by default as it isn't veryNicholas Marriott
2009-08-13Add a base-index session option to specify the first index checked when lookingNicholas Marriott
2009-08-13Allowing copy mode to scroll left and right is annoying, so limit it to theNicholas Marriott
2009-08-13Rather than telling the client to exit in the function when creating a newNicholas Marriott
2009-08-13When creating a new session from the command-line where there is an externalNicholas Marriott
2009-08-13use Bk/Ek to avoid ugly split in synopsis;Jason McIntyre
2009-08-13Redraw the screen after resizing.Nicholas Marriott
2009-08-13It was originally intended that scroll mode would show content that wasNicholas Marriott
2009-08-13Print a warning when rdomain is used on non-AF_INET sockets. Those areClaudio Jeker
2009-08-13Allow tcpbench to bind to a different rdomain.Claudio Jeker
2009-08-13sync synopsis and usage();Jason McIntyre
2009-08-13If the client passes zero for the window size in the identify message (which itNicholas Marriott
2009-08-13Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",Damien Miller
2009-08-12i am sorry to commit to userland from a kernel hackathonHenning Brauer
2009-08-12A tty context must not be modified as it may be reused to update multipleNicholas Marriott
2009-08-12When started as the shell, __progname contains a leading -, so hardcode "tmux"Nicholas Marriott
2009-08-12sort options;Jason McIntyre
2009-08-12imsg closes the fd after sending, so dup() STDIN_FILENO before passing it toNicholas Marriott
2009-08-12support most of scp(1)'s commandline arguments in sftp(1), as a firstDamien Miller
2009-08-11Initialise log_fd to -1, prevents spurious disconnection of the client when itNicholas Marriott
2009-08-11Have the client pass its stdin fd to the server when identifying itself andNicholas Marriott
2009-08-11Add a TTY_OPENED flag and tidy a little.Nicholas Marriott
2009-08-11Drop the no_stop argument to tty_close and tty_free in favour of a flag in theNicholas Marriott
2009-08-11Switch tmux to use imsg. This is the last major change to make theNicholas Marriott
2009-08-11Add flags for 1+2 and 2 arguments to the generic target code, use it forNicholas Marriott
2009-08-10No arguments are the same as new-session and this requires the environment toNicholas Marriott
2009-08-10Reset the attributes after drawing all or part of the screen, and reset theNicholas Marriott
2009-08-10Use the right source and destination lines in grid_duplicate_lines.Nicholas Marriott
2009-08-10some minor tweaks; ok nicmJason McIntyre
2009-08-09sync to 1.8.4: three additional .St macrosIngo Schwarze
2009-08-09sync to 1.8.4: remove superfluous FIXMEsIngo Schwarze
2009-08-09sync to 1.8.4: full .An -[no]split supportIngo Schwarze
2009-08-09sync to 1.8.4: correct error message to complain about .An line argumentsIngo Schwarze
2009-08-09sync to 1.8.4: now that leading blanks in literal text are preserved,Ingo Schwarze