summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-04-01Turn some errors down to info.Nicholas Marriott
2012-04-01Fix option name.Nicholas Marriott
2012-04-01Add a layout history which can be stepped through with select-layout -uNicholas Marriott
2012-04-01Add pane_current_path format, suggested by Mikolaj Kucharski.Nicholas Marriott
2012-04-01Only exit mouse mode on scroll wheel when actually reaching the end ofNicholas Marriott
2012-04-01Only find each window once no matter how many panes, from JonathanNicholas Marriott
2012-04-01update currency exchange rates;Jason McIntyre
2012-04-01error out if accept() failsTheo de Raadt
2012-03-31err(1, NULL) can drive people insane, so please avoid it.Theo de Raadt
2012-03-30make the description of -c a little saner; ok nicmJason McIntyre
2012-03-30* use -A with traceroute6 to print the AS number; OK deraadt@ dcoppa@ henning@Gleydson Soares
2012-03-29Add PermitOpen none option based on patch from Loganaden VelvindronDarren Tucker
2012-03-29there must be an even number of node names, not pairs;Jason McIntyre
2012-03-29Don't spin if accept() fails because it is out of file descriptors,Alexandre Ratchov
2012-03-28The Delete key should delete the character to the right of the cursor.lum
2012-03-28Close an opendir(). From Igor Zinovik.lum
2012-03-28explain certificate extensions/crit split rationale. Mention requirementDamien Miller
2012-03-27Reverse the default of the -c flag from off to on to prevent the textNicholas Marriott
2012-03-24Add sys/file.h.Nicholas Marriott
2012-03-23add a MIDI-controlled master volume knob to adjust the mix ofAlexandre Ratchov
2012-03-23Ignore SIGCHLD because we don't really care what happened to the forkedRobert Nagy
2012-03-22tweak: consistent include guards, no change in generated code.Marc Espie
2012-03-22minor cleanup: error messages include lineno and fileno together, soMarc Espie
2012-03-22Accept an argument to show-environment to show one variable, based on aNicholas Marriott
2012-03-21Some terminals respond to secondary DA with primary (they ignore theNicholas Marriott
2012-03-21Fix save-buffer usage, from Kazuhiko Sakaguchi.Nicholas Marriott
2012-03-20Remove a stale comment.Nicholas Marriott
2012-03-20Add -C -N -T flags to find-window to find in content, name, title. FromNicholas Marriott
2012-03-20Check changes_timer with event_initialized before event_del.Nicholas Marriott
2012-03-2050 is a too low trigger default on larger terminals, bump to 250.Nicholas Marriott
2012-03-20Add a simple form of output rate limiting by counting the number ofNicholas Marriott
2012-03-19GNU's pkg-config added PREFIX/share/pkgconfig/ as a search path 4 yearsAntoine Jacoutot
2012-03-19Add tracing and dumping of "pointer to struct" syscall arguments forPhilip Guenthe
2012-03-19Move MSG_IDENTIFY to the last sent by the client, this will be needed byNicholas Marriott
2012-03-17On xterm 271 and later, put the terminal into SCL 5 and use DECCRA forNicholas Marriott
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2012-03-17$Id$ -> $OpenBSD$.Nicholas Marriott
2012-03-17Use snprintf for constructing attribute string, from Tim Ruehsen.Nicholas Marriott
2012-03-17Add a wrap-search option to turn off wrapping of searches in copyNicholas Marriott
2012-03-17Michael Krysiak points out that some terminals (eg mintty) have cursorNicholas Marriott
2012-03-17Need to call recalculate_sizes() when changing window with the mouse,Nicholas Marriott
2012-03-17Add -q option to set-option to turn off info message, from marcel partap.Nicholas Marriott
2012-03-17Break out termios initialization into a separate function, from GeorgeNicholas Marriott
2012-03-17Do not clear to end of line if the line is full, fixes missing lastNicholas Marriott
2012-03-17Use the region lower not the pane size to work out where the bottom lineNicholas Marriott
2012-03-17Tweak last fix to actually hit the right end of pane.Nicholas Marriott
2012-03-17Fix warnings. Doh.Nicholas Marriott
2012-03-17Check event_initialized before event_del if event may not have been setNicholas Marriott
2012-03-17Redirect libevent logging to tmux's log.Nicholas Marriott
2012-03-17Revert screen-write.c r1.54 and fix the bug properly. After wrapping aNicholas Marriott