aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAge
* Add a changes entry.Nicholas Marriott2009-05-13
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Use ACS for line drawing characters.Nicholas Marriott2009-05-04
* Support "neww; neww" as well "neww ; neww".Nicholas Marriott2009-04-30
* previous-layout command.Nicholas Marriott2009-04-30
* Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkillNicholas Marriott2009-04-30
* Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott2009-04-30
* Some tweaks for Solaris.Nicholas Marriott2009-04-29
* Avoid using the prompt history when the server is locked, and prevent anyTiago Cunha2009-04-27
* - confirm-before command.Tiago Cunha2009-04-27
* Support NEL.Nicholas Marriott2009-04-23
* Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSDNicholas Marriott2009-04-23
* Note it.Nicholas Marriott2009-04-23
* Remove the right number of characters from the buffer when escape then a cursorNicholas Marriott2009-04-17
* rotate-window command.Nicholas Marriott2009-04-03
* Change scroll/pane redraws to only redraw the single pane affected rather thanNicholas Marriott2009-04-02
* If redrawing the region would mean redrawing > half the pane, just schedule toNicholas Marriott2009-04-02
* Tweak to CHANGES.Nicholas Marriott2009-04-01
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
* +UTF-8 fixed to CHANGES.Nicholas Marriott2009-03-31
* Update CHANGES.Nicholas Marriott2009-03-31
* Draw vertical line on the right when window size is limited.Nicholas Marriott2009-03-31
* Better UTF-8 support, including combined characters. Unicode data is now storedNicholas Marriott2009-03-28
* Key repeating is now a property of the key binding not of the command. RepeatNicholas Marriott2009-03-28
* Clear using ED when redrawing the screen. I foolishly assumed using spacesNicholas Marriott2009-03-28
* Sockets in /tmp are now created in a subdirectory named, tmux-UID, egNicholas Marriott2009-03-27
* * New session flag "set-remain-on-exit" to set remain-on-exit flag for new wi...Nicholas Marriott2009-03-21
* Support for 88 colour terminals.Nicholas Marriott2009-03-07
* break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott2009-03-07
* Sort out escape key handling so it works.Nicholas Marriott2009-03-02
* Redo mode keys slightly more cleanly and apply them to command prompt editing...Nicholas Marriott2009-02-13
* Looking up argv[0] is expensive, so just use p_comm for the window name which...Nicholas Marriott2009-02-13
* Only use RI at the top of the screen.Nicholas Marriott2009-02-12
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott2009-02-11
* Emulate CSR with existing screen data on old/stupid terminals which don't sup...Nicholas Marriott2009-02-11
* Don't redraw status line unless it has actually changed. Stops extraneousNicholas Marriott2009-02-10
* Handle "" properly.Nicholas Marriott2009-02-08
* Move to 0.8.Nicholas Marriott2009-02-08
* copy-buffer command.Tiago Cunha2009-02-03
* Support commands with right parenthesis. From nicm and me.Tiago Cunha2009-02-01
* move-window bound to ., from joshe.Nicholas Marriott2009-01-30
* Format.Nicholas Marriott2009-01-30
* Tweak example.Nicholas Marriott2009-01-30
* Set colour of window entry in status line based on window options.Nicholas Marriott2009-01-30
* Support #(command) in status-left, and status-right.Tiago Cunha2009-01-29
* Mouse in copy mode.Nicholas Marriott2009-01-28
* * Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott2009-01-28
* -u to start with screen scrolled up.Nicholas Marriott2009-01-27
* Allow status, mode and message attributes to be changed by three new options:...Nicholas Marriott2009-01-27
* Be more clever about picking window name.Nicholas Marriott2009-01-26