summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2013-04-01update currency exchange rates;Jason McIntyre
2013-03-31m88k has shared libs now.Brad Smith
ok jasper@
2013-03-31A space got lost in fstat state output, put it back.Alexander Bluhm
OK deraadt@
2013-03-30Correctly report `weak' status of non-function symbols. Makes nm agree withMiod Vallat
objdump -t on, say, _DYNAMIC in libpthread.
2013-03-30Use getaddrinfo() to display multiple addresses including IPv6.Florian Obser
Pointed out by todd@. "The approach seems fine." deraadt@ OK todd@
2013-03-30Fixed a memory leak during HTTP header parsing.Tobias Stoeckmann
ok deraadt, halex, sthen
2013-03-28allow passing a full path to a .pc file, instead of just the module name.Jasper Lievisse Adriaanse
fd.o pkg-config allows this and some ports landry's working on depend on it. tested in a bulk by landry@, thanks
2013-03-28If -s to swap-pane is not given, use the current pane.Nicholas Marriott
2013-03-28Make copy-mode -u still scroll up if already in copy mode, handy forNicholas Marriott
people who bind it with -n.
2013-03-28Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,Philip Guenther
msdos, NFS, fifos and devices, plus support for querying it in getconf(2) and the requisite pathconf(2) manpage blurb ok tedu@
2013-03-27Add TMUX_TMPDIR variable to put the socket directory outsideNicholas Marriott
TMPDIR. From Ben Boeckel.
2013-03-27Move the cursor back into the last column on CUU/CUD to match xtermNicholas Marriott
behaviour. From George Nachman.
2013-03-27Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott
few and unnecessary.
2013-03-26i broke it. tailq is now simpleq in pool.Ted Unangst
found the hard way by otto.
2013-03-26bits for octeon (will format as OCTEON in Dt);Jason McIntyre
2013-03-26Only accept partial keys if the timer has not expired, fixes infiniteNicholas Marriott
loop when Escape is pressed the wrong number of times.
2013-03-26Fix compiler warnings, missing #include. From Thomas Adam.Nicholas Marriott
2013-03-25Try to establish client for run-shell and if-shell if no -t.Nicholas Marriott
2013-03-25Revert the command-prefix change which breaks sequences of commands.Nicholas Marriott
2013-03-25Set pane resize flag when needed.Nicholas Marriott
2013-03-25Sort includes and fix spaces.Nicholas Marriott
2013-03-25b comes before t.Nicholas Marriott
2013-03-25Process ^[ as meta when a partial key is found.Nicholas Marriott
2013-03-25Add -P and -F to new-session.Nicholas Marriott
2013-03-25Create a new context when copying instead of using the inputNicholas Marriott
context. The input context may not exist yet. Fixes crash when copying from config file errors.
2013-03-25Extend jobs to support writing and use that for copy-pipe instead ofNicholas Marriott
popen, from Chris Johnsen.
2013-03-25Handle empty pending output (not a failure) and add \n. From GeorgeNicholas Marriott
Nachman.
2013-03-25Handle no client better in display-message.Nicholas Marriott
2013-03-25When only two panes in a window, only draw half the separating line asNicholas Marriott
active.
2013-03-25Display the window's column number in mode line not theFlorian Obser
column number of the active window. OK jasper@
2013-03-25Don't let display-message crash if no client, from George Nachman.Nicholas Marriott
2013-03-25Only send end guard if begin was sent, from George Nachman.Nicholas Marriott
2013-03-25Include prefix on ids, from George Nachman.Nicholas Marriott
2013-03-25Write escaped output in control mode rather than hex, from GeorgeNicholas Marriott
Nachman.
2013-03-25Clarify zoom/unzoom, from Romain Francoise.Nicholas Marriott
2013-03-25Remove unnecessary .Pp.Nicholas Marriott
2013-03-25Correct line numbers for undo-list.Florian Obser
OK jasper@
2013-03-25Don't zoom windows with one pane, from Romain Francoise.Nicholas Marriott
2013-03-25We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately whenNicholas Marriott
becoming ready.
2013-03-25Don't add prefix to %output pane id.Nicholas Marriott
2013-03-25Record when the buffer was saved in the undo history. The bufferFlorian Obser
will be marked unchanged at the correct point when stepping through the undo history. OK jasper@
2013-03-25Clean up capture-pane and add -P option to dump pending output, based onNicholas Marriott
code from George Nachman.
2013-03-25Document control mode in the manpage, from George Nachman.Nicholas Marriott
2013-03-25Use single stdout and stderr for control clients.Nicholas Marriott
2013-03-25Fix if-shell and run-shell if there are no sessions. Batted aroundNicholas Marriott
through several people, finished off by Chris Johnsen.
2013-03-25Add home and end as modified by xterm in keypad mode, from ChrisNicholas Marriott
Johnsen.
2013-03-25Fix a warning.Nicholas Marriott
2013-03-25Add time and a command count to control mode guards, based on code fromNicholas Marriott
George Nachman.
2013-03-25Fix handling of short (< 4 character) checksums and a bug with parsingNicholas Marriott
old-style custom layouts. Based on fix from Chris Johnsen.
2013-03-25Do not redraw panes if invisible.Nicholas Marriott