summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2009-01-18Show (attached) for attached sessions.Nicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-17Update.Nicholas Marriott
2009-01-15Support #S #H in status-left/right.Nicholas Marriott
2009-01-15Be a bit more helpful.Nicholas Marriott
2009-01-15Two new commands, choose-window and choose-session which work only when bound...Nicholas Marriott
2009-01-14Spell check.Nicholas Marriott
2009-01-14Repeat for last-window is useless and annoying, take it off.Nicholas Marriott
2009-01-14Make last-window repeatable too; update my configuration backup, er, example.Nicholas Marriott
2009-01-14Rework the prefix-time stuff. The option is now call repeat-time and defaults...Nicholas Marriott
2009-01-14Alt-up/down to resize by five lines.Nicholas Marriott
2009-01-14switch-pane is now select-pane.Nicholas Marriott
2009-01-14up-pane and down-pane commands.Nicholas Marriott
2009-01-14Multiple window splitting.Nicholas Marriott
2009-01-14Disable lock-after-time by default.Nicholas Marriott
2009-01-13kill-pane command.Nicholas Marriott
2009-01-13command-prompt now accepts a single argument, a template string. Any occurren...Nicholas Marriott
2009-01-12prefix-time option to allow multiple commands without additional prefixes.Nicholas Marriott
2009-01-12More hacks for key handling.Nicholas Marriott
2009-01-12Handle ctrl/shift modifiers better.Nicholas Marriott
2009-01-12Commands to resize panes; also a pane generic cmd, not used yet.Nicholas Marriott
2009-01-12Make the window pane code handle panes of different sizes, and add a -l and -...Nicholas Marriott
2009-01-12Use -O0 to prevent copy issues.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2009-01-11save-buffer command, from Tiago Cunha.Nicholas Marriott
2009-01-11Add a couple of bits.Nicholas Marriott
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott
2009-01-10Pick up cwd from environment,.Nicholas Marriott
2009-01-10Clock mode.Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2009-01-10New command, server-info, to show server info + terminal details. Also tweak ...Nicholas Marriott
2009-01-09Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott
2009-01-09Update key handling code. Simplify, support ctrl properly and add a new windo...Nicholas Marriott
2009-01-08Update CHANGES.Nicholas Marriott
2009-01-07Whoops. New stuff goes at the top. Doh!Nicholas Marriott
2009-01-07Some options tidying/code shrinkage. Also add -u option to unset non-global o...Nicholas Marriott
2009-01-06+TODO +CHANGES.Nicholas Marriott
2009-01-06Complete option names as well.Nicholas Marriott
2009-01-06Prompt history.Nicholas Marriott
2009-01-06Switch to splay tree for key bindings.Nicholas Marriott
2008-12-22Make home and end work.Nicholas Marriott
2008-12-20Add vim mode.Nicholas Marriott
2008-12-15source-file command from Tiago Cunha.Nicholas Marriott
2008-12-13Work around lack of dch.Nicholas Marriott
2008-12-10Tidy formatting.Nicholas Marriott
2008-12-10Import OpenBSD's getopt(3) to workaround broken glibc version.Nicholas Marriott
2008-12-08Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott
2008-12-05Ability to show window title on status line.Nicholas Marriott
2008-11-27Support dfly, from joshe.Nicholas Marriott