summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2012-03-17remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.David Gwynne
2012-03-15Send secondary DA to terminals with XT in terminfo when starting up andNicholas Marriott
2012-03-15Respond to secondary DA requests.Nicholas Marriott
2012-03-15Fix a warning. Doh.Nicholas Marriott
2012-03-15Add a helper function for enabling an optimization to make some codeNicholas Marriott
2012-03-15root should always be excluded from the test for /etc/nologin insteadPhilip Guenthe
2012-03-14Store context off before moving the cursor when wrapping, to fix longNicholas Marriott
2012-03-14Remove the NO_HELP conditional directives. If defined, mg will not compile andlum
2012-03-14repair function when used with different scales; from AIDA Shinra, thanks!Otto Moerbeek
2012-03-13Teach pgrep/pkill to only match processes, not threads. ok guenther@Stuart Henderson
2012-03-12Add -P/-F flags to break-pane too, from George Nachman.Nicholas Marriott
2012-03-12Erm, use EL in a way that actually works...Nicholas Marriott
2012-03-12Use EL to clear to end of line if possible.Nicholas Marriott
2012-03-11Always remember last cursor position when moving up or down, not justNicholas Marriott
2012-03-09Remove some bits leftover from unused backoff code.Nicholas Marriott
2012-03-09Add a missing call to window_set_name, from George Nachman.Nicholas Marriott
2012-03-09Use a lock file and flock() to serialize server start, avoids problemsNicholas Marriott
2012-03-08fix format strings for size_tMarc Espie
2012-03-08allow editline in -d mode; from AIDA ShinraOtto Moerbeek
2012-03-08let length(0.000) conform to what gnu bc does; from AIDA ShinraOtto Moerbeek
2012-03-04free -> xfree.Nicholas Marriott
2012-03-04Add -F format to new-window and split-window to use with the -P flag,Nicholas Marriott
2012-03-04Accept hex values as keys, needed for send-keys, based on a diff fromNicholas Marriott
2012-03-04Add A and I keys for vi status line editing.Nicholas Marriott
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-03-03Replace some loops with calloc/memset. From Michael W Bombardieri.Nicholas Marriott
2012-03-03Terminate strftime buffer properly and free format string, whoops. FromNicholas Marriott
2012-03-03Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott
2012-03-03The wlmouse offset should be part of the client, not the server. FromNicholas Marriott
2012-03-03Remove unused variable, from Michael W Bombardieri who also got an okNicholas Marriott
2012-03-03Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott