summaryrefslogtreecommitdiffstats
path: root/names.c
AgeCommit message (Expand)Author
2013-03-25Merge branch 'obsd-master'Thomas
2013-03-25Revert the command-prefix change which breaks sequences of commands.Nicholas Marriott
2013-03-24Add option command-prefix which is automatically prepended to anyNicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-22Add option command-prefix which is automatically prepended to any commandNicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Fix session choice so that preferring unattached sessions actuallyNicholas Marriott
2012-08-31Sync OpenBSD patchset 1165:Tiago Cunha
2012-08-21Fix up window reference counting and don't crash if the rename timerNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-04-12Sync OpenBSD patchset 1093:Tiago Cunha
2012-04-11Turn automatic-rename off properly if turned off by renaming aNicholas Marriott
2012-04-10Sync OpenBSD patchset 1091:Tiago Cunha
2012-04-08Do not fire name timer when automatic-rename is off, from Tim Ruehsen aNicholas Marriott
2012-03-18Sync OpenBSD patchset 1057:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1044:Tiago Cunha
2012-03-17Check event_initialized before event_del if event may not have been setNicholas Marriott
2012-03-09Add a missing call to window_set_name, from George Nachman.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
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-08Make it compile on the portable version.Tiago Cunha
2009-11-08Sync OpenBSD patchset 506:Tiago Cunha
2009-11-04Change window name change to use a timer event rather than a gettimeofday()Nicholas Marriott
2009-10-12Sync OpenBSD patchset 375:Tiago Cunha
2009-10-10When a window is zombified and automatic-rename is on, append [dead] to theNicholas Marriott
2009-09-20Sync OpenBSD patchset 332:Tiago Cunha
2009-09-20Regularise some fatal messages.Nicholas Marriott
2009-09-02Sync OpenBSD patchset 305:Tiago Cunha
2009-09-01When using tmux as a login shell, there is currently no way to specify a shellNicholas Marriott
2009-08-20Sync OpenBSD patchset 273:Tiago Cunha
2009-08-19Didn't mean to commit this stuff.Nicholas Marriott
2009-08-19This is a better fix for OS X stupidity.Nicholas Marriott
2009-08-18Move another expensive options test to after a cheaper timer check/update.Nicholas Marriott
2009-07-08Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX,Nicholas Marriott
2009-07-02If using the default login shell (empty default-command), strip any - prefix.Nicholas Marriott
2009-07-02Change default_window_name to use window_default_command if the actual cmd isNicholas Marriott
2009-06-25libgen.h.Nicholas Marriott
2009-06-25More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Cast char to u_char before passing to isalnum(). By rayNicholas Marriott
2009-06-05Remove trailing newlines, spaces, and tabs.Ray Lai
2009-06-03Cast char to u_char before passing to isalnum().Ray Lai
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-02-13Looking up argv[0] is expensive, so just use p_comm for the window name which...Nicholas Marriott