Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Reorg window data structures. Add an intermediate data type (struct winlink) ↵ | Nicholas Marriott | 2007-10-26 | |
| | | | | to hold index and make sessions hold a RB tree of them rather than a fixed array. | |||
* | has-session command. | Nicholas Marriott | 2007-10-25 | |
| | ||||
* | Use local var and pull screen out of ictx. | Nicholas Marriott | 2007-10-24 | |
| | ||||
* | Handle DSR for resize(1). | Nicholas Marriott | 2007-10-24 | |
| | ||||
* | Save restore attr. | Nicholas Marriott | 2007-10-24 | |
| | ||||
* | Don't need ttydefchars here. | Nicholas Marriott | 2007-10-23 | |
| | ||||
* | Lift last MAXNAMELEN limit on -s argument. | Nicholas Marriott | 2007-10-23 | |
| | ||||
* | FreeBSD lacks TTY_NAME_MAX. | Nicholas Marriott | 2007-10-23 | |
| | ||||
* | List client command. | Nicholas Marriott | 2007-10-23 | |
| | ||||
* | Define __dead and __packed. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Kill window command. Nuke some backspace stuff. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Add a bell-action option. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Refresh session command. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Warn and bork on nested sessions ($TMUX exists). | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | Accept colours as strings. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | send-prefix command. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | set status, status-fg, status-bg. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | Mark windows in yellow on status line when bell. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | Simplify input.c - lose class table and use macros. | Nicholas Marriott | 2007-10-10 | |
| | ||||
* | Have resize update a SESSION_UNATTACHED flag. | Nicholas Marriott | 2007-10-05 | |
| | ||||
* | Clean up pause/exit mess with flags. | Nicholas Marriott | 2007-10-05 | |
| | ||||
* | Lose command index enum in favour of runtime-calculated index. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Lose usage and move it into the struct. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Incomplete resize support. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Window attachment, malloc debugging, fix a segfault with no sessions. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Nuke ?. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Select window command. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Rename window. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | set-option command to set meta. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Key binding and unbinding. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | List keys command. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Next/last/previous window, some other tweaks. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | New window command. | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | Rewrite command handling to be more generic. Not finished! | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | Rename some bits. | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | String/number arguments.. | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | Key binding, unbinding. | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | Move command handling into the server and tidy up some bits. | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | Redraw client status lines on rename. | Nicholas Marriott | 2007-10-02 | |
| | ||||
* | Restore window title handling. | Nicholas Marriott | 2007-10-01 | |
| | ||||
* | Simple status line. | Nicholas Marriott | 2007-10-01 | |
| | ||||
* | Pass attributes around as flags rather than as a list of escape codes. | Nicholas Marriott | 2007-10-01 | |
| | ||||
* | Destroy screens properly. | Nicholas Marriott | 2007-10-01 | |
| | ||||
* | Window info command. | Nicholas Marriott | 2007-09-30 | |
| | ||||
* | Whoops, forgot this. | Nicholas Marriott | 2007-09-29 | |
| | ||||
* | Lose intermediate handling (unused). Change argument parsing to work ↵ | Nicholas Marriott | 2007-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). | |||
* | Write error messages for rename. Also tweak some error outputs, and fix -i. | Nicholas Marriott | 2007-09-29 | |
| | ||||
* | Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These ↵ | Nicholas Marriott | 2007-09-29 | |
| | | | | will be reqd for status line(s). | |||
* | Pass bell through from any window. | Nicholas Marriott | 2007-09-29 | |
| | ||||
* | Window flags, currently only bell. | Nicholas Marriott | 2007-09-29 | |
| |