summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-02-02Add -l flag to send-keys to send input literally (without translatingNicholas Marriott
2012-02-02Move window name changes into wrapper function window_set_name, fromNicholas Marriott
2012-02-02Do not change pane when changing window with mouse on status line,Nicholas Marriott
2012-02-02Get client_width and client_height the right way round, from StephenNicholas Marriott
2012-02-01update currency exchange rates;Jason McIntyre
2012-01-31Remove setpgid() call, this is a leftover from when we were forked.Christiano F. Haesbaert
2012-01-31Provide defined ways to set the various default-path possibilities: ~Nicholas Marriott
2012-01-31also kill descendants on child timeout; from pjantzen@Otto Moerbeek
2012-01-30Add pane id to each pane in layout description (while still acceptingNicholas Marriott
2012-01-30id -> ID; ok nicmJason McIntyre
2012-01-30Don't print double spaces in list output.Nicholas Marriott
2012-01-30- allow the default to only show all non-listneing scokets, which matchesOkan Demirmen
2012-01-30typo in error message; ok krw@Okan Demirmen
2012-01-30Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott
2012-01-29Enforce history-limit option when clearing the screen, memory leakNicholas Marriott
2012-01-29Don't use floating precision while printing PPS in UDP mode.Christiano F. Haesbaert
2012-01-29.Ar tweak. ok jmc@ schwarze@.lum
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
2012-01-29Call bufferevent_free before closing file descriptor associated with itNicholas Marriott
2012-01-26add a timer to tcpbench as a command-line option (-t) soHenning Brauer
2012-01-26Make the default rate 48kHz and the default block size 10ms. TheseAlexandre Ratchov
2012-01-26Terminate strftime buffer properly even if a really long format stringNicholas Marriott
2012-01-26Fix memory leak in error path, from Tiago Cunha.Nicholas Marriott
2012-01-26Typo in comment. ok ratchov@lum
2012-01-26Tidy window and buffer NULL checks.lum
2012-01-25packet_read_poll() is not used anymore.Markus Friedl
2012-01-25memleak in key_load_file(); from Jan KlemkowMarkus Friedl
2012-01-25do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying;Markus Friedl
2012-01-22Bring in corrections and improvements that were committed to the newIngo Schwarze
2012-01-21Remove unused backoff code that doesn't do any good.Nicholas Marriott
2012-01-21Show pane size in top right of display panes mode.Nicholas Marriott
2012-01-21it's -> its.Nicholas Marriott
2012-01-21Use RB trees not SPLAY.Nicholas Marriott
2012-01-21Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott
2012-01-21Add strings to allow the aixterm bright colours to be used whenNicholas Marriott
2012-01-21One day I will actually fix ALL the warnings before I commit...Nicholas Marriott
2012-01-21Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott
2012-01-21Only hide flags on the current window when the session is attached, fromNicholas Marriott
2012-01-20Add some const and fix a warning.Nicholas Marriott
2012-01-20Add some trivial additional status line attributes from jwcxz at usersNicholas Marriott
2012-01-20Remove trailing spaces.Nicholas Marriott
2012-01-20Add an option to disable the window rename escape sequence, from RomainNicholas Marriott
2012-01-20Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott
2012-01-18Ensure that $DISPLAY contains only valid characters before using it toDarren Tucker
2012-01-17flesh out the VI COMMANDS section somewhat;Jason McIntyre
2012-01-17tweak previous;Jason McIntyre
2012-01-17Allow pkill to use the -l option. This displays which processes have beenlum
2012-01-17Change the exit value on errors to be more 4.4BSD like. Use the sum oflum
2012-01-17Did Richard Stallman suggest the name change AND the new name "mg"? This islum
2012-01-16Fix a memory leak in pkcs11_rsa_private_encrypt(), reported by Jan Klemkow.Miod Vallat