summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
2009-02-12Only use RI at the top of the screen.Nicholas Marriott
2009-02-11FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott
2009-02-11Emulate CSR with existing screen data on old/stupid terminals which don't sup...Nicholas Marriott
2009-02-10Don't redraw status line unless it has actually changed. Stops extraneousNicholas Marriott
2009-02-08Handle "" properly.Nicholas Marriott
2009-02-08Move to 0.8.Nicholas Marriott
2009-02-03copy-buffer command.Tiago Cunha
2009-02-01Support commands with right parenthesis. From nicm and me.Tiago Cunha
2009-01-30move-window bound to ., from joshe.Nicholas Marriott
2009-01-30Format.Nicholas Marriott
2009-01-30Tweak example.Nicholas Marriott
2009-01-30Set colour of window entry in status line based on window options.Nicholas Marriott
2009-01-29Support #(command) in status-left, and status-right.Tiago Cunha
2009-01-28Mouse in copy mode.Nicholas Marriott
2009-01-28* Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott
2009-01-27-u to start with screen scrolled up.Nicholas Marriott
2009-01-27Allow status, mode and message attributes to be changed by three new options:...Nicholas Marriott
2009-01-26Be more clever about picking window name.Nicholas Marriott
2009-01-26Don't screw up UTF-8 combined characters.Nicholas Marriott
2009-01-25load-buffer commandTiago Cunha
2009-01-23+CHANGES.Nicholas Marriott
2009-01-23Better error messages for fork.Nicholas Marriott
2009-01-23Return 1 on error. Doh.Nicholas Marriott
2009-01-21Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy upNicholas Marriott
2009-01-21new-window -k.Nicholas Marriott
2009-01-21Bring back -p and -l to splitw to specify height as % or nlines.Nicholas Marriott
2009-01-21Allow a selection in vi keys mode...Nicholas Marriott
2009-01-20Darwin support for automatic-rename, from joshe.Nicholas Marriott
2009-01-20Try to change the window title to match the command running it in. This is doneNicholas Marriott
2009-01-19Fix various silly problems with status line off.Nicholas Marriott
2009-01-19Use reverse rather than background which doesn't show up when terminal doesn'tNicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-19Start the first client with a special socketpair so it is already known to theNicholas Marriott
2009-01-18Unbreak UTF-8.Nicholas Marriott
2009-01-18-a flags to next/previous window.Nicholas Marriott
2009-01-18find-window command.Nicholas Marriott
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