summaryrefslogtreecommitdiffstats
path: root/cmd-new-session.c
AgeCommit message (Expand)Author
2010-12-11Track the last session for a client and add a flag to switch-client andNicholas Marriott
2010-07-02Sync OpenBSD patchset 730:Tiago Cunha
2010-06-27Store the current working directory in the session, change the default-pathNicholas Marriott
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott
2010-04-05Merge output (more) and copy modes into one single mode (called copy).Micah Cowan
2010-02-26Sync OpenBSD patchset 650:Tiago Cunha
2010-02-22Display -t argument to new-session, from Tiago Cunha.Nicholas Marriott
2010-02-08Sync OpenBSD patchset 640:Tiago Cunha
2010-02-08Sync OpenBSD patchset 635:Tiago Cunha
2010-02-06Use the array.h code for the causes list.Nicholas Marriott
2010-02-06Instead of bailing out on the first configuration file error, carry on,Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-28Sync OpenBSD patchset 567:Tiago Cunha
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-14Sync OpenBSD patchset 539:Tiago Cunha
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-11-13Sync OpenBSD patchset 527:Tiago Cunha
2009-11-11Only need to chmod +x or -x the socket when a client is created, lost orNicholas Marriott
2009-10-12Reduce diff with OpenBSD.Tiago Cunha
2009-10-11Sync OpenBSD patchset 371:Tiago Cunha
2009-10-10Add "grouped sessions" which have independent name, options, current window andNicholas Marriott
2009-09-22Sync OpenBSD patchset 342:Tiago Cunha
2009-09-21Use KEYC_NONE constant instead of 0 on init.Nicholas Marriott
2009-09-16Sync from OpenBSD:Nicholas Marriott
2009-09-16Rather than constructing an entire termios struct from ttydefaults.h, just letNicholas Marriott
2009-09-15Sync OpenBSD patchset 327:Tiago Cunha
2009-09-15The default terminal size should be 80x24, not 80x25.Nicholas Marriott
2009-09-13Always set VERASE to \177.Tiago Cunha
2009-09-13Sync OpenBSD patchset 323:Tiago Cunha
2009-09-12tmux always outputs \177 for backspace, so explicitly set VERASE to \177 forNicholas Marriott
2009-08-26ttydefchars is a fucking horlicks. Happily we only need it in one file, move itNicholas Marriott
2009-08-24Sync OpenBSD patchset 291:Tiago Cunha
2009-08-23Some code tidying.Nicholas Marriott
2009-08-21Move reading termios settings to before tty_open alters them, and expand theNicholas Marriott
2009-08-21Move reading termios settings to before tty_open alters them, and expand theNicholas Marriott
2009-08-20VTIME and VMIN are only necessary in noncanonical mode, so Solaris reuses theNicholas Marriott
2009-08-20Solaris and AIX have no ttydefaults.h.Nicholas Marriott
2009-08-19In yet another triumph of stupidity over common sense, the glibcNicholas Marriott
2009-08-19Use cfsetispeed/cfsetospeed to set termios speed members.Nicholas Marriott
2009-08-19Use cfsetispeed/cfsetospeed to set termios speed members.Nicholas Marriott
2009-08-16Sync OpenBSD patchset 257:Tiago Cunha
2009-08-16Sync OpenBSD patchset 255:Tiago Cunha
2009-08-16Include unistd.h due to OpenBSD patchset 254. At least on Linux, that's whereTiago Cunha
2009-08-16Sync OpenBSD patchset 254:Tiago Cunha
2009-08-13Add a base-index session option to specify the first index checked when lookingNicholas Marriott
2009-08-13Rather than telling the client to exit in the function when creating a newNicholas Marriott
2009-08-13When creating a new session from the command-line where there is an externalNicholas Marriott
2009-08-09Sync OpenBSD patchset 231:Tiago Cunha
2009-08-09Sync OpenBSD patchset 211:Tiago Cunha