aboutsummaryrefslogtreecommitdiff
path: root/cmd-new-session.c
Commit message (Expand)AuthorAge
* Reduce diff with OpenBSD.Tiago Cunha2009-10-12
* Sync OpenBSD patchset 371:Tiago Cunha2009-10-11
* Sync OpenBSD patchset 342:Tiago Cunha2009-09-22
* Sync from OpenBSD:Nicholas Marriott2009-09-16
* Sync OpenBSD patchset 327:Tiago Cunha2009-09-15
* Always set VERASE to \177.Tiago Cunha2009-09-13
* Sync OpenBSD patchset 323:Tiago Cunha2009-09-13
* ttydefchars is a fucking horlicks. Happily we only need it in one file, move itNicholas Marriott2009-08-26
* Sync OpenBSD patchset 291:Tiago Cunha2009-08-24
* Move reading termios settings to before tty_open alters them, and expand theNicholas Marriott2009-08-21
* VTIME and VMIN are only necessary in noncanonical mode, so Solaris reuses theNicholas Marriott2009-08-20
* Solaris and AIX have no ttydefaults.h.Nicholas Marriott2009-08-20
* In yet another triumph of stupidity over common sense, the glibcNicholas Marriott2009-08-19
* Use cfsetispeed/cfsetospeed to set termios speed members.Nicholas Marriott2009-08-19
* Sync OpenBSD patchset 257:Tiago Cunha2009-08-16
* Sync OpenBSD patchset 255:Tiago Cunha2009-08-16
* Include unistd.h due to OpenBSD patchset 254. At least on Linux, that's whereTiago Cunha2009-08-16
* Sync OpenBSD patchset 254:Tiago Cunha2009-08-16
* Sync OpenBSD patchset 231:Tiago Cunha2009-08-09
* Sync OpenBSD patchset 211:Tiago Cunha2009-08-09
* Sync OpenBSD patchset 181:Tiago Cunha2009-07-28
* Revert previous per OpenBSD's patchset 170.Tiago Cunha2009-07-23
* Sync OpenBSD patchset 168:Tiago Cunha2009-07-23
* Sync OpenBSD patchset 167:Tiago Cunha2009-07-23
* Tidy up new-session and attach-session and change them to work from insideNicholas Marriott2009-07-18
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-14
* Fix $Id$.Nicholas Marriott2009-07-08
* Rename the global options variables to be shorter and to make session optionsNicholas Marriott2009-07-08
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
* Move sx,sy into tty rather than client.Nicholas Marriott2009-02-11
* Better error messages for fork.Nicholas Marriott2009-01-23
* Try to change the window title to match the command running it in. This is doneNicholas Marriott2009-01-20
* Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott2009-01-19
* Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott2009-01-18
* Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott2009-01-11
* Pick up cwd from environment,.Nicholas Marriott2009-01-10
* Import OpenBSD's getopt(3) to workaround broken glibc version.Nicholas Marriott2008-12-10
* Fix stupid GNU getopt behaviour.Nicholas Marriott2008-09-25
* Lose unnecessary flags on context.Nicholas Marriott2008-06-21
* status-lines -> status, prefix-key -> prefixNicholas Marriott2008-06-19
* Sort options from Pierre Riteau.Nicholas Marriott2008-06-18
* Big reorganisation of command-line syntax.Nicholas Marriott2008-06-05
* Print for the less easy commands.Nicholas Marriott2008-06-05
* Easy bits of arg printing for list-keys.Nicholas Marriott2008-06-05
* Per-session configuration options.Nicholas Marriott2008-06-03
* If no command is specified, assume new-session.Nicholas Marriott2008-06-03
* Quick man page update, also fix some usages and get rid of some CMD_KEY checks.Nicholas Marriott2008-06-02
* Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott2008-06-02
* Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott2008-06-02