Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Solaris bits. | Nicholas Marriott | 2008-06-18 |
| | |||
* | More Solaris stuff. Use ttyname, use ncurses,h. | Nicholas Marriott | 2008-06-18 |
| | |||
* | More Solaris bits | Nicholas Marriott | 2008-06-18 |
| | |||
* | NO_ASPRINTF. | Nicholas Marriott | 2008-06-18 |
| | |||
* | More Sun OS crap. | Nicholas Marriott | 2008-06-18 |
| | |||
* | forkpty for Sun OS. | Nicholas Marriott | 2008-06-18 |
| | |||
* | compat/daemon.c | Nicholas Marriott | 2008-06-18 |
| | |||
* | Start of Solaris port. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Missing NULL check. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Set window title to current session. New options set-titles to disable. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Fix a couple of bugs. Handle 0 width properly (w/o overflow), and draw left ↵ | Nicholas Marriott | 2008-06-18 |
| | | | | < in the right place. | ||
* | Display <> for more windows and highlight if activity. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Sort options from Pierre Riteau. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Remove aborts. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Unused variable. | Nicholas Marriott | 2008-06-18 |
| | |||
* | To 0.4. Some other Makefile tweaks. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Scroll status line to show windows off-screen. | Nicholas Marriott | 2008-06-18 |
| | |||
* | s can be NULL, check for it. | Nicholas Marriott | 2008-06-17 |
| | |||
* | Document show-window-options, some other tweaks. | Nicholas Marriott | 2008-06-17 |
| | |||
* | Document set-window-option, update example. | Nicholas Marriott | 2008-06-17 |
| | |||
* | Explanation of -t. | Nicholas Marriott | 2008-06-16 |
| | |||
* | Update TODO. | Nicholas Marriott | 2008-06-16 |
| | |||
* | Fix some stupid parser bugs, most notably forgetting to allocate space for \0. | Nicholas Marriott | 2008-06-16 |
| | |||
* | Informational messages on window option changes. | Nicholas Marriott | 2008-06-16 |
| | |||
* | Update NOTES, add known issues. | Nicholas Marriott | 2008-06-16 |
| | |||
* | Memory leak/missing init. | Nicholas Marriott | 2008-06-16 |
| | |||
* | Document show-options. | Nicholas Marriott | 2008-06-16 |
| | |||
* | show-window-options command. | Nicholas Marriott | 2008-06-16 |
| | |||
* | Add a couple of extra option types, and implement show-options command. | Nicholas Marriott | 2008-06-15 |
| | |||
* | I'm an idiot - it is start,len not start,end. Unbreak. | Nicholas Marriott | 2008-06-14 |
| | |||
* | New window options: force-width and force-height. This will force a window to | Nicholas Marriott | 2008-06-14 |
| | | | | | | | | | an arbitrary width and height (0 for the default unlimited). This is neat for emacs which doesn't have a sensible way to force hard wrapping at 80 columns. Also, don't try to be clever and use clr_eol when redrawing the whole screen, it causes trouble since the redraw functions are used to draw the blank areas too. | ||
* | Clear blank area properly on redraw, and add a marker line below it. | Nicholas Marriott | 2008-06-14 |
| | |||
* | Don't die on empty strings. | Nicholas Marriott | 2008-06-14 |
| | |||
* | Update. | Nicholas Marriott | 2008-06-13 |
| | |||
* | Man page update from Will Maier, thanks. | Nicholas Marriott | 2008-06-11 |
| | |||
* | Fix usage, from Will Maier. | Nicholas Marriott | 2008-06-10 |
| | |||
* | Use existing termios and get rid of stuff we don't want rather than ↵ | Nicholas Marriott | 2008-06-10 |
| | | | | constructing a new one. | ||
* | Sync. | Nicholas Marriott | 2008-06-10 |
| | |||
* | Set socket mode +x if sessions attached. | Nicholas Marriott | 2008-06-08 |
| | |||
* | Read from pipe to allow client to confirm and socket be closed. | Nicholas Marriott | 2008-06-07 |
| | |||
* | Use a socketpair to synchronise server startup. | Nicholas Marriott | 2008-06-07 |
| | |||
* | Clear clients with flag too. | Nicholas Marriott | 2008-06-07 |
| | |||
* | Be more conservative about redrawing using flags. | Nicholas Marriott | 2008-06-07 |
| | |||
* | Extra unused. | Nicholas Marriott | 2008-06-07 |
| | |||
* | Make status-interval actually changeable. | Nicholas Marriott | 2008-06-07 |
| | |||
* | Partial tmux.1 update thanks to Will Maier. | Nicholas Marriott | 2008-06-06 |
| | |||
* | New flag: aggressize resize. Resize window when to size of smallest session ↵ | Nicholas Marriott | 2008-06-06 |
| | | | | for which it is _current_ window. | ||
* | Make server exit when last session dies. Also fix window check for status ↵ | Nicholas Marriott | 2008-06-06 |
| | | | | activity redraw. | ||
* | Some Linux fixes; some code tidying. Don't redraw status bar so often. | Nicholas Marriott | 2008-06-06 |
| | |||
* | ich emulation should maintain cursor position; bug spotted by merdely. | Nicholas Marriott | 2008-06-06 |
| |