aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott2009-12-01
* Look for mice and xterm keys before standard function keys as they are lessNicholas Marriott2009-12-01
* Handle partial xterm function key sequences.Nicholas Marriott2009-11-30
* Add a couple of comments.Nicholas Marriott2009-11-27
* This doesn't need to be u_int.Nicholas Marriott2009-11-26
* Make types clearer and lint happier.Nicholas Marriott2009-11-26
* Fix type - attributes should be u_char not int.Nicholas Marriott2009-11-26
* Change paranoia check to check for <= 0 and to avoid warning.Nicholas Marriott2009-11-26
* Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott2009-11-26
* Continue rather than returning if not a mouse key, to avoid hanging on anyNicholas Marriott2009-11-26
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
* Rename a variable to something more helpful.Nicholas Marriott2009-11-26
* Get a u_char from the string, otherwise it isn't possible to enter \0377 as itNicholas Marriott2009-11-26
* Handle the possibility of partial mouse reads, and fix a comment while here.Nicholas Marriott2009-11-26
* Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set.Nicholas Marriott2009-11-26
* Output the right keys for application and number keypad modes (they were theNicholas Marriott2009-11-25
* Add a -p flag to display-message to print the output rather than displaying inNicholas Marriott2009-11-24
* Add cursor keys to the key names list.Nicholas Marriott2009-11-22
* Use home from struct passwd if HOME is empty as well as if it is NULL, and fixNicholas Marriott2009-11-21
* When -h and -p are given to split-window, calculate the percentage size usingNicholas Marriott2009-11-20
* Display UTF-8 properly in status line messages and prompt. Cursor handling isNicholas Marriott2009-11-20
* Remove oldest messages from log when limit is hit, not newest.Nicholas Marriott2009-11-20
* Get some brackets in the right place so ## works. Also fix a space in aNicholas Marriott2009-11-19
* Change status line drawing to create the window list in a separate screen andNicholas Marriott2009-11-19
* Two new options, window-status-format and window-status-current-format, whichNicholas Marriott2009-11-19
* tweak previous;Jason McIntyre2009-11-19
* Revert to xterm-keys off by default. It was on as an experiment to see if theNicholas Marriott2009-11-19
* Tidy up by breaking the # replacement code into a separate function, also add aNicholas Marriott2009-11-19
* Don't interpret #() for display-message, it usually doesn't make sense and mayNicholas Marriott2009-11-19
* Missed an unused variable :-/.Nicholas Marriott2009-11-18
* Cleanup by moving various (mostly horrible) little bits handling UTF-8 gridNicholas Marriott2009-11-18
* Add a per-client log of status line messages displayed while that clientNicholas Marriott2009-11-18
* Mark -n keys with (no prefix) rather than [].Nicholas Marriott2009-11-18
* Permit top-bit-set characters to be entered in the status line. They couldNicholas Marriott2009-11-17
* In choose mode, assign each item a number or lowercase letter from thoseNicholas Marriott2009-11-17
* A screen can be one cell wide; don't crash if that is the case.Nicholas Marriott2009-11-16
* I made a complete horlicks of the last change, fix it so it doesn't either leadNicholas Marriott2009-11-16
* Tweak a comment and add some spacing.Nicholas Marriott2009-11-13
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Unreachable statement, found by lint.Nicholas Marriott2009-11-13
* Tidy up and fix some types, prompted by lint via deraadt.Nicholas Marriott2009-11-13
* imsg_read returns ssize_t not int, pointed out by lint via deraadt.Nicholas Marriott2009-11-13
* Destroy panes immediately rather than checking them all every loop.Nicholas Marriott2009-11-13
* Use winlink_remove() to remove old winlinks when synchronizing grouped sessionsNicholas Marriott2009-11-13
* Zap unused functions, prompted by deraadt.Nicholas Marriott2009-11-13
* Emulate the ri (reverse index) capability: this allows tmux to at least startNicholas Marriott2009-11-12
* Support rxvt-style keys again, but this time: support all the variations, putNicholas Marriott2009-11-12
* Rewrite a confusing loop when freeing the arg array on exit and move the checkNicholas Marriott2009-11-11
* Add an explicit zero-length check for UTF-8 input data, prompted by a reportNicholas Marriott2009-11-11
* Free the pane bufferevent when the fd is closed (the signal could come beforeNicholas Marriott2009-11-11