aboutsummaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAge
...
* Update TODO; fix a comment; better screenshot.Nicholas Marriott2009-04-16
|
* rotate-window command.Nicholas Marriott2009-04-03
|
* swap-pane command.Nicholas Marriott2009-04-02
|
* Some stuff is done.Nicholas Marriott2009-04-02
|
* Update TODO.Nicholas Marriott2009-04-02
|
* Draw vertical line on the right when window size is limited.Nicholas Marriott2009-03-31
|
* Fix UTF-8 in c&p mode.Nicholas Marriott2009-03-30
|
* Add UTF-8 to grid_compare..Nicholas Marriott2009-03-30
|
* - Ignore padding when writing so copying the screen for copy-mode doesn't ↵Nicholas Marriott2009-03-29
| | | | | | | include extra characters. - Handle combined characters properly when the previous character is not UTF-8.
* Update/reorganise.Nicholas Marriott2009-03-28
|
* Better UTF-8 support, including combined characters. Unicode data is now storedNicholas Marriott2009-03-28
| | | | | | | | | | | as UTF-8 in a separate array, the code does a lookup into this every time it gets to a UTF-8 cell. Zero width characters are just appended onto the UTF-8 data for the previous cell. This also means that almost no bytes extra are wasted non-Unicode data (yay). Still some oddities, such as copy mode skips over wide characters in a strange way, and the code could do with some tidying.
* +.Nicholas Marriott2009-03-28
|
* Key repeating is now a property of the key binding not of the command. RepeatNicholas Marriott2009-03-28
| | | | | | is turned on when the key is bound with the -r flag to bind-key. next/previous- window no longer repeat by default as it turned out to annoy me.
* Update TODO.Nicholas Marriott2009-03-27
|
* Sockets in /tmp are now created in a subdirectory named, tmux-UID, egNicholas Marriott2009-03-27
| | | | | | | | | | tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a separate server, the new -L command line option should be used: this creates a socket in the same directory with a different name ("-L main" will create socket called "main"). -S should only be used to place the socket outside /tmp. This makes sockets a little more secure and a bit more convenient to use multiple servers.
* Update.Nicholas Marriott2009-03-27
|
* * New session flag "set-remain-on-exit" to set remain-on-exit flag for new ↵Nicholas Marriott2009-03-21
| | | | windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847.
* Done.Nicholas Marriott2009-03-07
|
* 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
|
* Put socket path in $TMUX.Nicholas Marriott2009-03-04
|
* Fix window choice mode, again.Nicholas Marriott2009-03-02
|
* This is now fixed.Nicholas Marriott2009-02-28
|
* Update TODO.Nicholas Marriott2009-02-25
|
* These are fixed.Nicholas Marriott2009-02-15
|
* Redo mode keys slightly more cleanly and apply them to command prompt ↵Nicholas Marriott2009-02-13
| | | | editing. vi or emacs mode is controlled by the session option status-keys.
* More TODO.Nicholas Marriott2009-02-13
|
* Update TODO.Nicholas Marriott2009-02-13
|
* Code tidying on my way to find tmux-in-tmux bug.Nicholas Marriott2009-02-13
|
* Update TODO.Nicholas Marriott2009-02-12
|
* Update.Nicholas Marriott2009-02-11
|
* Update TODO.Nicholas Marriott2009-02-11
|
* Update TODO.Nicholas Marriott2009-02-10
|
* Typos.Nicholas Marriott2009-02-08
|
* Test.Nicholas Marriott2009-02-08
|
* Test syncmail III.Nicholas Marriott2009-02-08
|
* Test syncmail II.Nicholas Marriott2009-02-08
|
* Test syncmail.Nicholas Marriott2009-02-08
|
* Continue process if suspended.Nicholas Marriott2009-02-08
|
* Move to 0.8.Nicholas Marriott2009-02-08
|
* Update.Nicholas Marriott2009-02-07
|
* Comment. Missing OS X headers. +TODO.Nicholas Marriott2009-02-07
|
* Make process name guessing pick up SSTOP.Nicholas Marriott2009-02-07
|
* Document automatic-rename.Nicholas Marriott2009-02-07
|
* Document command sequences.Nicholas Marriott2009-02-07
|
* Update.Nicholas Marriott2009-02-06
|
* - Document find-window.Tiago Cunha2009-02-06
| | | | | | | | - Document suspend-client. - Document window-status-{attr,bg,fg}. - Options without arguments should be listed first. - s/Copies/Copy/.
* copy-buffer command.Tiago Cunha2009-02-03
|
* - Document the -p and -l options in split-window.Tiago Cunha2009-02-01
| | | | | | - Update {copy,scroll}-mode with the -u option. - While there sort options alphabetically.
* Set colour of window entry in status line based on window options.Nicholas Marriott2009-01-30
|