Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Better error messages for fork. | Nicholas Marriott | 2009-01-23 | |
| | ||||
* | Return 1 on error. Doh. | Nicholas Marriott | 2009-01-23 | |
| | ||||
* | Return -1 on error. | Nicholas Marriott | 2009-01-23 | |
| | ||||
* | Update TODO. | Nicholas Marriott | 2009-01-23 | |
| | ||||
* | Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up | Nicholas Marriott | 2009-01-21 | |
| | | | | | properly and print a nicer message. Same effect though :-) | |||
* | new-window -k. | Nicholas Marriott | 2009-01-21 | |
| | ||||
* | Bring back -p and -l to splitw to specify height as % or nlines. | Nicholas Marriott | 2009-01-21 | |
| | ||||
* | Allow a selection in vi keys mode... | Nicholas Marriott | 2009-01-21 | |
| | ||||
* | Dont overload DEBUG, use FDEBUG. | Nicholas Marriott | 2009-01-21 | |
| | ||||
* | Darwin support for automatic-rename, from joshe. | Nicholas Marriott | 2009-01-20 | |
| | ||||
* | Whoops. Ic not It. | Nicholas Marriott | 2009-01-20 | |
| | ||||
* | Darwin too. | Nicholas Marriott | 2009-01-20 | |
| | ||||
* | Try to change the window title to match the command running it in. This is done | Nicholas Marriott | 2009-01-20 | |
| | | | | | | | | | | | | | by reading argv[0] from the process group leader of the group that owns the tty (tcgetpgrp()). This can't be done portably so some OS-dependent code is introduced (ugh); OpenBSD, FreeBSD and Linux are supported at the moment. A new window flag, automatic-rename, is available: if this is set to off, the window name is not changed. Specifying a name with the new-window, new-session or rename-window commands will automatically set this flag to off for the window in question. To disable it entirely set the option to off globally (setw -g automatic-rename off). | |||
* | Die properly with warning. | Nicholas Marriott | 2009-01-20 | |
| | ||||
* | Fix various silly problems with status line off. | Nicholas Marriott | 2009-01-19 | |
| | ||||
* | Use reverse rather than background which doesn't show up when terminal doesn't | Nicholas Marriott | 2009-01-19 | |
| | | | | | support colours. | |||
* | Bump protocol. | Nicholas Marriott | 2009-01-19 | |
| | ||||
* | Pass return code from _exec; allow command sequences to work from the ↵ | Nicholas Marriott | 2009-01-19 | |
| | | | | command line. | |||
* | Start the first client with a special socketpair so it is already known to the | Nicholas Marriott | 2009-01-19 | |
| | | | | | | | | server rather than playing silly games to get them synchronised before doing anything. Change attach-session to start the server. | |||
* | Leftover label. | Nicholas Marriott | 2009-01-19 | |
| | ||||
* | Unbreak UTF-8. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | A couple of trivial optimisations. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Reset tty saved data on resize. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | +. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Use the right size. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | This is done. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Don't die when run non-interactively. DOH. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | -a flags to next/previous window. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Show tty flags too. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | find-window command. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Remove object files in the compat directory. | Tiago Cunha | 2009-01-18 | |
| | ||||
* | Add note about the syntax file. | Tiago Cunha | 2009-01-18 | |
| | ||||
* | These should be u_int. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | FreeBSD needs compat/vis.c. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Update with new features. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Support command sequences separated by " ; ". Also clean up command printing. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | This is fixed. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Show (attached) for attached sessions. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | suspend-client command and suspend client when ^Z key binding is used. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Update for 0.7. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Update. | Nicholas Marriott | 2009-01-17 | |
| | ||||
* | Tidy a few warnings. | Nicholas Marriott | 2009-01-17 | |
| | ||||
* | Don't use [4] since they are confusing and use the right size for memset. DOH. | Nicholas Marriott | 2009-01-17 | |
| | ||||
* | Actually remove the key binding from the tree when freeing it. | Nicholas Marriott | 2009-01-17 | |
| | ||||
* | xterm-keys added | Tiago Cunha | 2009-01-17 | |
| | ||||
* | Add note about configuration breakage. | Nicholas Marriott | 2009-01-17 | |
| | ||||
* | Whoops, take out debugging. | Nicholas Marriott | 2009-01-17 | |
| | ||||
* | Don't die when last window either. | Nicholas Marriott | 2009-01-17 | |
| | ||||
* | Document xterm-keys | Nicholas Marriott | 2009-01-17 | |
| | ||||
* | choose-{session,window}, and repeat-time added | Tiago Cunha | 2009-01-16 | |
| |