aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* kill-window command.Nicholas Marriott2007-11-12
|
* Initial man page.Nicholas Marriott2007-11-09
|
* rename-session command.Nicholas Marriott2007-11-09
|
* Make it build/run on Linux.Nicholas Marriott2007-10-31
|
* swap-window command.Nicholas Marriott2007-10-30
|
* %u -> %d for indexes. Some lint fixes.Nicholas Marriott2007-10-30
|
* unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott2007-10-26
|
* link-window command to link a window into another session.Nicholas Marriott2007-10-26
|
* has-session command.Nicholas Marriott2007-10-25
|
* List client command.Nicholas Marriott2007-10-23
|
* FreeBSD's util.h is libutil.h.Nicholas Marriott2007-10-19
|
* Kill window command. Nuke some backspace stuff.Nicholas Marriott2007-10-19
|
* Refresh session command.Nicholas Marriott2007-10-19
|
* send-prefix command.Nicholas Marriott2007-10-12
|
* Simplify input.c - lose class table and use macros.Nicholas Marriott2007-10-10
|
* -d option to attach. Also fix CC in Makefile and make it build with DEBUG again.Nicholas Marriott2007-10-04
|
* Incomplete resize support.Nicholas Marriott2007-10-04
|
* Window attachment, malloc debugging, fix a segfault with no sessions.Nicholas Marriott2007-10-04
|
* Nuke ?.Nicholas Marriott2007-10-04
|
* Select window command.Nicholas Marriott2007-10-04
|
* Rename window.Nicholas Marriott2007-10-04
|
* set-option command to set meta.Nicholas Marriott2007-10-04
|
* Key binding and unbinding.Nicholas Marriott2007-10-04
|
* List keys command.Nicholas Marriott2007-10-04
|
* Next/last/previous window, some other tweaks.Nicholas Marriott2007-10-04
|
* New window command.Nicholas Marriott2007-10-03
|
* Rewrite command handling to be more generic. Not finished!Nicholas Marriott2007-10-03
|
* Key binding, unbinding.Nicholas Marriott2007-10-03
|
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03
|
* Add profiling. Also some trivial optimisations to skip memcpying.Nicholas Marriott2007-10-03
|
* Simple status line.Nicholas Marriott2007-10-01
|
* Binary-only install target.Nicholas Marriott2007-09-29
|
* New input parser via state machine.Nicholas Marriott2007-09-28
|
* Restore list command.Nicholas Marriott2007-09-26
|
* Cleanup part II: split up client stuff and ops. More to come.Nicholas Marriott2007-09-26
|
* Cleanup part 1: split up server.c.Nicholas Marriott2007-09-26
|
* META env var.Nicholas Marriott2007-09-20
|
* Sync with fdm.Nicholas Marriott2007-07-25
|
* Initial import to CVS. Basic functions are working, albeit with a couple of ↵Nicholas Marriott2007-07-09
showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation.