- 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
- 14fdb49 FreeBSD lacks TTY_NAME_MAX. by Nicholas Marriott · 17 years ago
- 25e94a0 List client command. by Nicholas Marriott · 17 years ago
- bfad5c0 Define __dead and __packed. by Nicholas Marriott · 17 years ago
- 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
- de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
- 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
- 37f17a7 Warn and bork on nested sessions ($TMUX exists). by Nicholas Marriott · 17 years ago
- 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
- f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
- 7ec5be3 set status, status-fg, status-bg. by Nicholas Marriott · 17 years ago
- ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
- efa3e13 Simplify input.c - lose class table and use macros. by Nicholas Marriott · 17 years ago
- 6f2edda Have resize update a SESSION_UNATTACHED flag. by Nicholas Marriott · 17 years ago
- 91e24af Clean up pause/exit mess with flags. by Nicholas Marriott · 17 years ago
- 26b3409 Lose command index enum in favour of runtime-calculated index. by Nicholas Marriott · 17 years ago
- 75e1e4b Lose usage and move it into the struct. by Nicholas Marriott · 17 years ago
- 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
- 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
- ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
- 225e07f Select window command. by Nicholas Marriott · 17 years ago
- 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
- 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago
- 774b556 Key binding and unbinding. by Nicholas Marriott · 17 years ago
- 292ad55 List keys command. by Nicholas Marriott · 17 years ago
- 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
- 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
- df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
- aaa98ab Rename some bits. by Nicholas Marriott · 17 years ago
- fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
- dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
- 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
- a6d3594 Redraw client status lines on rename. by Nicholas Marriott · 17 years ago
- 843779a Restore window title handling. by Nicholas Marriott · 17 years ago
- bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
- 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
- 9d563c3 Destroy screens properly. by Nicholas Marriott · 17 years ago
- 308bc18 Window info command. by Nicholas Marriott · 17 years ago
- d17df2c Whoops, forgot this. by Nicholas Marriott · 17 years ago
- 1e316cf Lose intermediate handling (unused). Change argument parsing to work 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). by Nicholas Marriott · 17 years ago
- 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
- a777c06 Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These will be reqd for status line(s). by Nicholas Marriott · 17 years ago
- 2ec60c9 Pass bell through from any window. by Nicholas Marriott · 17 years ago
- 0bbe838 Window flags, currently only bell. by Nicholas Marriott · 17 years ago
- aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
- d2e035f Added window renaming support (tmux rename) by Maximilian Gass · 17 years ago
- 5990461 Add client_flush to flush output when transient commands are called. by Nicholas Marriott · 17 years ago
- 58affec Split list into ls/lsw. by Nicholas Marriott · 17 years ago
- 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
- 3fa8f16 Adjust $TMUX environ var to include session index, and don't compact session list on release. Also fix some argument types. by Nicholas Marriott · 17 years ago
- 5ef6d07 Join oldest session if non specified. Fix errors. by Nicholas Marriott · 17 years ago
- 8d01984 Restore list command. by Nicholas Marriott · 17 years ago
- 302a35d Server function naming, still not happy with server stuff though. by Nicholas Marriott · 17 years ago
- fb39b22 Cleanup part II: split up client stuff and ops. More to come. by Nicholas Marriott · 17 years ago
- 671694a Cleanup part 1: split up server.c. by Nicholas Marriott · 17 years ago
- 3fef2d9 Window list with C-b W. by Nicholas Marriott · 17 years ago
- 34f87e5 Last window option. by Nicholas Marriott · 17 years ago
- 2cd99f0 Reset ignored signals after forkpty. by Nicholas Marriott · 17 years ago
- fc63750 Scrolling region. by Nicholas Marriott · 17 years ago
- 12f7197 session_flush can go bye-bye again. by Nicholas Marriott · 17 years ago
- 04f4e42 Change command format. by Nicholas Marriott · 17 years ago
- 6e210bb If a session is destroyed, safely kill all other clients attached to it. by Nicholas Marriott · 17 years ago
- 635edfa Don't accept zero titles. by Nicholas Marriott · 17 years ago
- 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
- a41ece5 Initial import to CVS. Basic functions are working, albeit with a couple of 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. by Nicholas Marriott · 17 years ago