aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAge
...
* Protocol versioning, version is checked on identify message.Nicholas Marriott2008-07-01
|
* 0.4 released.Nicholas Marriott2008-07-01
|
* Zombie windows, requested by Will Maier.Nicholas Marriott2008-06-29
|
* Handle bad session/client properly.Nicholas Marriott2008-06-27
|
* Oops, forgot to commit move-window. Also add select-prompt to allow index to ↵Nicholas Marriott2008-06-25
| | | | be typed.
* Allow use of alt keys. move-window command.Nicholas Marriott2008-06-25
|
* Only lowercase key bindings.Nicholas Marriott2008-06-25
|
* Tweak.Nicholas Marriott2008-06-25
|
* Handle escaped keys properly and use M-f/M-b in copy mode.Nicholas Marriott2008-06-25
|
* Next/previous word in copy-mode.Nicholas Marriott2008-06-24
|
* list-commands command.Nicholas Marriott2008-06-23
|
* Split options into a table to allow abbreviations.Nicholas Marriott2008-06-23
|
* Don't be clever and translate default colour.Nicholas Marriott2008-06-22
|
* Simple tab completion of option names in command prompt.Nicholas Marriott2008-06-21
|
* Only set title if TERM looks vaguely okay. Also use newline for, er, newline ↵Nicholas Marriott2008-06-21
| | | | rather than cursor_down.
* Strip padding from terminfo strings.Nicholas Marriott2008-06-21
|
* buffer-limit option.Nicholas Marriott2008-06-20
|
* Swap in new paste buffer code and add a couple more commands.Nicholas Marriott2008-06-20
|
* Wake up every 100 ms instead of 500. Add note.Nicholas Marriott2008-06-19
|
* display-time option to set message display time.Nicholas Marriott2008-06-19
|
* status-lines -> status, prefix-key -> prefixNicholas Marriott2008-06-19
|
* Command prompt for interactive commands.Nicholas Marriott2008-06-19
|
* Missed update.Nicholas Marriott2008-06-19
|
* Set window title to current session. New options set-titles to disable.Nicholas Marriott2008-06-18
|
* Display <> for more windows and highlight if activity.Nicholas Marriott2008-06-18
|
* To 0.4. Some other Makefile tweaks.Nicholas Marriott2008-06-18
|
* Informational messages on window option changes.Nicholas Marriott2008-06-16
|
* show-window-options command.Nicholas Marriott2008-06-16
|
* Add a couple of extra option types, and implement show-options command.Nicholas Marriott2008-06-15
|
* New window options: force-width and force-height. This will force a window toNicholas Marriott2008-06-14
| | | | | | | | | an arbitrary width and height (0 for the default unlimited). This is neat for emacs which doesn't have a sensible way to force hard wrapping at 80 columns. Also, don't try to be clever and use clr_eol when redrawing the whole screen, it causes trouble since the redraw functions are used to draw the blank areas too.
* Don't die on empty strings.Nicholas Marriott2008-06-14
|
* Set socket mode +x if sessions attached.Nicholas Marriott2008-06-08
|
* Make status-interval actually changeable.Nicholas Marriott2008-06-07
|
* New flag: aggressize resize. Resize window when to size of smallest session ↵Nicholas Marriott2008-06-06
| | | | for which it is _current_ window.
* Make server exit when last session dies. Also fix window check for status ↵Nicholas Marriott2008-06-06
| | | | activity redraw.
* Don't use entry init since it may be dependent on key.Nicholas Marriott2008-06-05
|
* Don't bork on link/swap the same window. Also extend comment.Nicholas Marriott2008-06-05
|
* Big reorganisation of command-line syntax.Nicholas Marriott2008-06-05
|
* Easy bits of arg printing for list-keys.Nicholas Marriott2008-06-05
|
* Support binding 27-31.Nicholas Marriott2008-06-04
|
* status is a toggle.Nicholas Marriott2008-06-04
|
* Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott2008-06-04
|
* Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott2008-06-04
|
* Bring select-window into line with everything else wrt -i.Nicholas Marriott2008-06-04
|
* Status bar left and right strings (set with status-left and status-right), ↵Nicholas Marriott2008-06-04
| | | | and automatic update (at interval set by status-interval).
* Per-session configuration options.Nicholas Marriott2008-06-03
|
* Allow -c anywhere -s was allowed.Nicholas Marriott2008-06-03
|
* Allow fnmatch(3) on -s, and select newest session if multiple.Nicholas Marriott2008-06-03
|
* If no command is specified, assume new-session.Nicholas Marriott2008-06-03
|
* Quick and dirty kill-server command.Nicholas Marriott2008-06-03
|