aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Collapse)AuthorAge
...
* Ready for 0.8.Nicholas Marriott2009-04-21
|
* rotate-window command.Nicholas Marriott2009-04-03
|
* swap-pane command.Nicholas Marriott2009-04-02
|
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
| | | | | | | | | | | issues - particularly, don't mix with manual pane resizing and be careful when viewing from multiple clients; generally cycling the layout a few times will fix most problems. Getting this in for testing while I think about how to deal with manual mode. Split window as normal and cycle the layouts with C-b space. Some of the layouts will work better when swap-pane comes along.
* More AIX tweaks.Nicholas Marriott2009-03-31
|
* Missing \.Nicholas Marriott2009-03-31
|
* Most of AIX support.Nicholas Marriott2009-03-31
|
* break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott2009-03-07
|
* Reuse CPPFLAGS.Nicholas Marriott2009-02-18
|
* INCDIRS after CPPFLAGS.Nicholas Marriott2009-02-18
|
* Use CPPFLAGS.Nicholas Marriott2009-02-18
|
* Move to 0.8.Nicholas Marriott2009-02-08
|
* Time for 0.7.Nicholas Marriott2009-02-07
|
* copy-buffer command.Tiago Cunha2009-02-03
|
* Allow status, mode and message attributes to be changed by three new ↵Nicholas Marriott2009-01-27
| | | | | | | options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks!
* load-buffer commandTiago Cunha2009-01-25
|
* Dont overload DEBUG, use FDEBUG.Nicholas Marriott2009-01-21
|
* Darwin support for automatic-rename, from joshe.Nicholas Marriott2009-01-20
|
* Darwin too.Nicholas Marriott2009-01-20
|
* 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).
* find-window command.Nicholas Marriott2009-01-18
|
* Remove object files in the compat directory.Tiago Cunha2009-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
|
* Tidy a few warnings.Nicholas Marriott2009-01-17
|
* 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.
* Darwin needs vis.c as well.Nicholas Marriott2009-01-14
|
* switch-pane is now select-pane.Nicholas Marriott2009-01-14
|
* up-pane and down-pane commands.Nicholas Marriott2009-01-14
|
* kill-pane command.Nicholas Marriott2009-01-13
|
* 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
|
* Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott2009-01-11
|
* Linux bits.Nicholas Marriott2009-01-10
|
* vis functions for Linux.Nicholas Marriott2009-01-10
|
* source-file command from Tiago Cunha.Nicholas Marriott2008-12-15
|
* Fix CLEANFILES.Nicholas Marriott2008-12-13
|
* Import OpenBSD's getopt(3) to workaround broken glibc version.Nicholas Marriott2008-12-10
|
* Make window options work the same was as session options, add ↵Nicholas Marriott2008-12-08
| | | | mode-fg/mode-bg options, force -g for global on set/show/setw/showw/
* Trim.Nicholas Marriott2008-09-26
|
* Fix stupid GNU getopt behaviour.Nicholas Marriott2008-09-25
|
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
|
* Initial UTF-8 support.Nicholas Marriott2008-09-09
|
* Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott2008-08-28
|
* 0.4 released.Nicholas Marriott2008-07-01
|
* Zombie windows, requested by Will Maier.Nicholas Marriott2008-06-29
|
* 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
|
* list-commands command.Nicholas Marriott2008-06-23
|