aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Collapse)AuthorAge
...
* Skip exec on cmds. Also use xmemstrdup where appropriate.Nicholas Marriott2007-10-03
|
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03
|
* Destroy screens properly.Nicholas Marriott2007-10-01
|
* Lose intermediate handling (unused). Change argument parsing to work ↵Nicholas Marriott2007-09-29
| | | | properly over multiple buffers by saving a copy of the argument (we can't just save off/len since the buffer may vanish at any point).
* Window flags, currently only bell.Nicholas Marriott2007-09-29
|
* New input parser via state machine.Nicholas Marriott2007-09-28
|
* Adjust $TMUX environ var to include session index, and don't compact session ↵Nicholas Marriott2007-09-27
| | | | list on release. Also fix some argument types.
* Stop crashing when exiting windows.Nicholas Marriott2007-09-21
|
* Whoops. Other way round.Nicholas Marriott2007-09-21
|
* Be more careful about destroying windows.Nicholas Marriott2007-09-21
|
* Reset ignored signals after forkpty.Nicholas Marriott2007-09-20
|
* Truncate array if last window is closed.Nicholas Marriott2007-09-19
|
* Don't renumber on close.Nicholas Marriott2007-09-19
|
* Use after free.Nicholas Marriott2007-08-27
|
* We use screen now, not ansi.Nicholas Marriott2007-08-27
|
* 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.