summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-07-10Don't send initialisation strings is1/2/3 (barely anything else does) and moveNicholas Marriott
2009-07-10billenium was in september, apparently;Jason McIntyre
2009-07-10Add a default-terminal option to set the starting value of $TERM in newNicholas Marriott
2009-07-10Document display-time option which seems to have been missed.Nicholas Marriott
2009-07-09When the terminal size is reduced horizontally, don't truncate lines to the newNicholas Marriott
2009-07-09Cursor up and down should be limited by the scroll region (cuu should stop atNicholas Marriott
2009-07-09New command, if-shell (alias if). Executes the tmux command in the secondNicholas Marriott
2009-07-09Stop in the right place so all the lines selected are copied. Reported by KalleNicholas Marriott
2009-07-09Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge dot...Nicholas Marriott
2009-07-09Change inserting and deleting lines inside the scroll region to properly clearNicholas Marriott
2009-07-09Tidy by removing unused argument from grid_view_{insert,delete}_line_regionNicholas Marriott
2009-07-08Fix two memory leaks when assigning shell variables in configurationNicholas Marriott
2009-07-08Add POSIX-compliant fuser mode to fstat. Originally based onTodd C. Miller
2009-07-08When reinitialising the screen, do not omit to clear the last line.Nicholas Marriott
2009-07-08Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX,Nicholas Marriott
2009-07-08sync to 1.7.23: fixed const-nessesIngo Schwarze
2009-07-08sync to 1.7.21: unified escape sequence validation for mdoc and manIngo Schwarze
2009-07-07Don't let ambiguous commands override an exact alias match: eg if commandsNicholas Marriott
2009-07-07Rename the global options variables to be shorter and to make session optionsNicholas Marriott
2009-07-07Handle empty or unset TERM correctly; also fix a fatal() message while here.Nicholas Marriott
2009-07-07When sending a "protocol mismatch" error message, tell the client to exitNicholas Marriott
2009-07-07..couldn't resist..Jasper Lievisse Adriaanse
2009-07-07The fix for default-path (use target session options instead of global options)Nicholas Marriott
2009-07-07Minor fix: look for default-path in the options for the specified session firstNicholas Marriott
2009-07-07sync to 1.7.21: provide WESCAPE and MAN_IGN_ESCAPE,Ingo Schwarze
2009-07-07The word "indent" has a special meaning in ".Bd -tag -offset indent",Ingo Schwarze
2009-07-07sync to 1.7.21: kristaps@ seems to prefer British spelling...Ingo Schwarze
2009-07-07sync to 1.7.21: suboptarg is not portable to Linux;Ingo Schwarze
2009-07-07sync to 1.7.21:Ingo Schwarze
2009-07-06sync to 1.7.21:Ingo Schwarze
2009-07-06sync to 1.7.21: increment offset by the value of .Bd -offsetIngo Schwarze
2009-07-06.Bd -offset indent-two is two times 6, not two times 5 spacesIngo Schwarze
2009-07-06remove unused WDEPCOL warning that became unused in 1.7.19Ingo Schwarze
2009-07-06(1) exit with failure not success if options parsing fails;Ingo Schwarze
2009-07-06sync to 1.7.21: convert the last plain mdoc_err() in this file to verr();Ingo Schwarze
2009-07-06Add a section summarising how options work, make the distinction between windowNicholas Marriott
2009-07-05only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@Kevin Steves
2009-07-02Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal errorNicholas Marriott
2009-07-02allow for long home dir paths (bz #1615). ok deraadtDarren Tucker
2009-06-30crank version; ok deraadtMarkus Friedl
2009-06-30When unlocking the server, don't try to clear the prompt on clients without aNicholas Marriott
2009-06-30Add missing single quotes around a colon in Runas_Spec definition.Todd C. Miller
2009-06-29Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott
2009-06-29sync with sudo 1.7.2Todd C. Miller
2009-06-29Fix the range of a #ifndef SMALL ... #endif not to include the "break;"Alexander Hall
2009-06-29Don't try to page up with scroll-mode -u or copy-mode -u unless the mode wasNicholas Marriott
2009-06-27release storage after asprintf. ok sthen@Martynas Venckus
2009-06-27Use gmtime_r so the current time isn't overwritten, the minute comparison worksNicholas Marriott
2009-06-27Now in sync with 1.7.20, except that a few patches looking incorrectIngo Schwarze
2009-06-27sync to 1.7.20: minimum offset for .Bl -enum is 5 spaces, not 4Ingo Schwarze