summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-05-12Add simple menus to tree, client, buffer modes.Nicholas Marriott
2019-05-12Remove menu_create_from_items, I thought I would use it for some laterNicholas Marriott
2019-05-11The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-11Don't use arguments with It and -enum, pointed out by jmc.Nicholas Marriott
2019-05-11Do not reduce window height by status line height for control modeNicholas Marriott
2019-05-10For PermitOpen violations add the remote host and port toFlorian Obser
2019-05-10Fix a typo in previous (, -> :).Nicholas Marriott
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandNicholas Marriott
2019-05-10Add a function to draw a simple menu onto a screen.Nicholas Marriott
2019-05-10Backout latest, commited by mistake.Alexandre Ratchov
2019-05-10Use the correct length for MIDI common messages.Alexandre Ratchov
2019-05-10Don't try to send to device helper process if it's terminated.Alexandre Ratchov
2019-05-10Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>Philip Guenther
2019-05-09This no longer uses utime(3), so it doesn't need <utime.h>Philip Guenther
2019-05-09Use the new sysctl to print systat pf 1. This now works even for unprivedClaudio Jeker
2019-05-09ftp makes a new connection for each auto-fetch file. Remove a lie claimingChristian Weisgerber
2019-05-09Save mouse buttons as well as position.Nicholas Marriott
2019-05-09send-keys also needs to insert key commands in the right order.Nicholas Marriott
2019-05-09delete five unused macrosIngo Schwarze
2019-05-09UTF-8 cleanup in the function pshift().Ingo Schwarze
2019-05-09Change swap-window -d to be the other way round (stay with src window),Nicholas Marriott
2019-05-09Add formats to show if pane is the marked pane and if any marked pane is set.Nicholas Marriott
2019-05-08allow switching to print stats since boot via 'b'.Ted Unangst
2019-05-08remove sess argument from all functions that only used it for loggingSebastian Benoit
2019-05-08remove sess argument from log functions. ok deraadt@Sebastian Benoit
2019-05-08Add a flag to redraw only the overlay, and remove the overlay on resize.Nicholas Marriott
2019-05-08Adjust how mouse targets are found so they always have a session, windowNicholas Marriott
2019-05-08xr to sysupgradeTed Unangst
2019-05-07fix an obvious documentation bug: -# requires an argumentIngo Schwarze
2019-05-07Move around the display-panes identify code to make it a bit moreNicholas Marriott
2019-05-07Adjust the same bit to adjust the selection for history-top andNicholas Marriott
2019-05-07Completely clean up UTF-8 handling in the file filename.c:Ingo Schwarze
2019-05-07UTF-8 cleanup of the function pappend():Ingo Schwarze
2019-05-07Rename the ENVIRONMENT section which was squatting on the standardIngo Schwarze
2019-05-07Treat keys in identify mode (display-panes) specially and handle themNicholas Marriott
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tNicholas Marriott
2019-05-06Remove an example that doesn't do what the accompanying text says,Ingo Schwarze
2019-05-03Fix order of insertion in load_cfg.Nicholas Marriott
2019-05-03Allow panes to be empty (no command), output can be piped to them withNicholas Marriott
2019-05-03Insert after the right element on queue.Nicholas Marriott
2019-05-03Do not store the mouse position we calculate as the start of a drag backNicholas Marriott
2019-05-03avoid duplicate "bad argument" error message, also shortening the codeIngo Schwarze
2019-05-03Enter dangling .so links into the database, to avoid harassingIngo Schwarze
2019-05-03Use the right index for user-keys.Nicholas Marriott
2019-05-03When processing unknown output options, prevent passing NULL to printf.anton
2019-05-03In fs_lookup(), use stat(2) rather than access(2) to check file existence.Ingo Schwarze
2019-05-03Fix mouse positioning when the pane is not entirely visible.Nicholas Marriott
2019-05-03In man(1) mode with a specific section requested,Ingo Schwarze
2019-05-03Correct ordering when adding after an existing item.Nicholas Marriott