aboutsummaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAge
...
* Fix page down, again.Nicholas Marriott2009-01-29
|
* Mouse in copy mode.Nicholas Marriott2009-01-28
|
* * Better support for at least the most common variant of mouse input: parse ↵Nicholas Marriott2009-01-28
| | | | | | | it and adjust for different panes. Also support mouse in window/session choice mode. * Bring back the fancy window titles with session/window names: it is easy to work around problems with elinks (see FAQ).
* -u to start with screen scrolled up.Nicholas Marriott2009-01-27
|
* Handle cursor on/off better.Nicholas Marriott2009-01-27
|
* Done!Nicholas Marriott2009-01-27
|
* Don't screw up UTF-8 combined characters.Nicholas Marriott2009-01-26
|
* Update.Nicholas Marriott2009-01-26
|
* Typos.Nicholas Marriott2009-01-26
|
* load-buffer commandTiago Cunha2009-01-25
|
* Better error messages for fork.Nicholas Marriott2009-01-23
|
* Update TODO.Nicholas Marriott2009-01-23
|
* new-window -k.Nicholas Marriott2009-01-21
|
* Bring back -p and -l to splitw to specify height as % or nlines.Nicholas Marriott2009-01-21
|
* Allow a selection in vi keys mode...Nicholas Marriott2009-01-21
|
* Try to change the window title to match the command running it in. This is doneNicholas Marriott2009-01-20
| | | | | | | | | | | | | by reading argv[0] from the process group leader of the group that owns the tty (tcgetpgrp()). This can't be done portably so some OS-dependent code is introduced (ugh); OpenBSD, FreeBSD and Linux are supported at the moment. A new window flag, automatic-rename, is available: if this is set to off, the window name is not changed. Specifying a name with the new-window, new-session or rename-window commands will automatically set this flag to off for the window in question. To disable it entirely set the option to off globally (setw -g automatic-rename off).
* Fix various silly problems with status line off.Nicholas Marriott2009-01-19
|
* Pass return code from _exec; allow command sequences to work from the ↵Nicholas Marriott2009-01-19
| | | | command line.
* Unbreak UTF-8.Nicholas Marriott2009-01-18
|
* +.Nicholas Marriott2009-01-18
|
* This is done.Nicholas Marriott2009-01-18
|
* find-window command.Nicholas Marriott2009-01-18
|
* Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott2009-01-18
|
* suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott2009-01-18
|
* Update for 0.7.Nicholas Marriott2009-01-18
|
* Document xterm-keysNicholas Marriott2009-01-17
|
* Document repeat-time.Tiago Cunha2009-01-16
|
* Document choose-*.Nicholas Marriott2009-01-16
|
* Update.Nicholas Marriott2009-01-16
|
* Add tabs.Nicholas Marriott2009-01-16
|
* Document command-prompt template string, and panes commands. From nicm and me.Tiago Cunha2009-01-16
|
* Some comments.Nicholas Marriott2009-01-16
|
* Support #S #H in status-left/right.Nicholas Marriott2009-01-15
|
* Reorder a bit.Nicholas Marriott2009-01-15
|
* Document default-path, and update set/setw with the -u flag. From nicm and me.Tiago Cunha2009-01-15
|
* Two new commands, choose-window and choose-session which work only when ↵Nicholas Marriott2009-01-15
| | | | bound to a key and allow the window or session to be selected from a list.
* Retry properly when failed to connect.Nicholas Marriott2009-01-15
|
* Update.Nicholas Marriott2009-01-14
|
* Rework the prefix-time stuff. The option is now call repeat-time and ↵Nicholas Marriott2009-01-14
| | | | defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying.
* Update.Nicholas Marriott2009-01-14
|
* switch-pane is now select-pane.Nicholas Marriott2009-01-14
|
* Multiple window splitting.Nicholas Marriott2009-01-14
|
* Turn off prefix-time for the moment, it is too annoying.Nicholas Marriott2009-01-13
|
* command-prompt now accepts a single argument, a template string. Any ↵Nicholas Marriott2009-01-13
| | | | | | | | | | | occurrences of %% in this string are replaced by whatever is entered at the prompt and the result is executed as a command. This allows things like (now bound by default): bind , command-prompt "rename-window %%" Or my favourite: bind x command-prompt "split-window 'man %%'"
* prefix-time option to allow multiple commands without additional prefixes.Nicholas Marriott2009-01-12
|
* Handle ctrl/shift modifiers better.Nicholas Marriott2009-01-12
|
* Commands to resize panes; also a pane generic cmd, not used yet.Nicholas Marriott2009-01-12
|
* Use -O0 to prevent copy issues.Nicholas Marriott2009-01-12
|
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵Nicholas Marriott2009-01-11
| | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit).
* save-buffer command, from Tiago Cunha.Nicholas Marriott2009-01-11
|