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