summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-07-29- ~<, ~_ are undocumented aliases of ~r, ~:Martynas Venckus
2009-07-29Add an additional heuristic to work out the current session when run from theNicholas Marriott
2009-07-29Rename struct hdrtype to msgtype which is a better name and can be used evenNicholas Marriott
2009-07-29Taking account of the "s, 22 not 24 is the maximum length of #T in status-rightNicholas Marriott
2009-07-28Final pieces of mode key rebinding: bind-key and unbind-key now accept a -tNicholas Marriott
2009-07-28remove core / tilde C. it's useless, doesn't work, never has beenMartynas Venckus
2009-07-28Accept and print "Enter" and "Escape" for keys rather than C-m and C-[.Nicholas Marriott
2009-07-28Next step towards customisable mode keys: build each default table of keys intoNicholas Marriott
2009-07-28If select-layout is not given an argument, repply the last layout used in theNicholas Marriott
2009-07-27- make urls such as http://foo, http://foo/, or http://foo/bar/Martynas Venckus
2009-07-27Remove an unused entry in the mode keys command enum and renameNicholas Marriott
2009-07-27Change mode key bindings from big switches into a set of tables. Rather thanNicholas Marriott
2009-07-27Get rid of empty mode_key_free function.Nicholas Marriott
2009-07-27document how patterns are matched and that only the first 16 charsJason McIntyre
2009-07-27Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi).Nicholas Marriott
2009-07-27Draw UTF-8 characters under the selection correctly.Nicholas Marriott
2009-07-27Change previous-word behavior to move to the beginning of the word (matchesNicholas Marriott
2009-07-26now in sync with version 1.8.1Ingo Schwarze
2009-07-26sync to 1.8.1: explicit-close macros now only warn when encounteringIngo Schwarze
2009-07-26sync to 1.8.1: remove superfluous NOSPACE in bd post,Ingo Schwarze
2009-07-26sync to 1.8.1: add a comment explaining the non-trivial termpair semantics;Ingo Schwarze
2009-07-26sync to 1.8.1: describe corrected handling of quoted literals,Ingo Schwarze
2009-07-26sync to 1.8.1: rewrite quoted literal handling correctly,Ingo Schwarze
2009-07-26Detect backspace by looking at termios VERASE and translate it into \177 (whichNicholas Marriott
2009-07-26Calculate the space available for the prompt buffer and the cursor positionNicholas Marriott
2009-07-26Go to the next if the current best process is replaced, don't keep comparing itNicholas Marriott
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-26sync to 1.8.1: removed excessively verbose EARGVPARM warningIngo Schwarze
2009-07-26sync to 1.8.1: support .br and .spIngo Schwarze
2009-07-26sync to 1.8.1: modify macro hash tables to deal with lowercase macro names;Ingo Schwarze
2009-07-26sync to 1.8.1: small clarity updates;Ingo Schwarze
2009-07-26sync to 1.8.1: .Bl -diag lacked the second blank after the tagIngo Schwarze
2009-07-26sync to 1.8.1: correct vis count for erroneously-decorated whitespace;Ingo Schwarze
2009-07-26sync to 1.8.1: word splitting now happens in libmdoc,Ingo Schwarze
2009-07-26sync to 1.8.1: libmdoc now breaks up free-form lines into tokens;Ingo Schwarze
2009-07-25sync to 1.8.1: fix date in footer; from Ulrich SporleinIngo Schwarze
2009-07-25sio_open returns a pointer so the < 0 comparison is wrongAlexandre Ratchov
2009-07-25fix comments, remove no longer needed declaration, reorder includesAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-07-24Set the active pane when respawning a window - fixes problems when respawning aNicholas Marriott
2009-07-24Use the full range of ACS line drawing characters to draw pane borders,Nicholas Marriott
2009-07-24cmd_find_index should return -2 on error.Nicholas Marriott
2009-07-24Simplify screen redrawing by drawing the border and background together ratherNicholas Marriott
2009-07-24Accept lowercase c- and m- prefix as well as C- and M-.Nicholas Marriott
2009-07-24Permit commands to be bound to key presses without the prefix key first. TheNicholas Marriott
2009-07-24up-pane and down-pane no longer auto-repeat; update the description ofStuart Henderson
2009-07-23None of the server message functions return anything but 0, so make them allNicholas Marriott
2009-07-23Tidy client message return slightly: convert flags into an enum, and mergeNicholas Marriott
2009-07-23elide a little bit later, the final list, after From has beenMartynas Venckus
2009-07-23Redraw after starting selection to correctly remove any existing selection.Nicholas Marriott