summaryrefslogtreecommitdiffstats
path: root/format.c
AgeCommit message (Expand)Author
2014-10-31Allow clients to extract the ssh connection strings from cmd lineNicolas Viennot
2013-03-13Include prefix on ids, from George Nachman.Nicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-03-05Do not leak command in formats, from Romain Francoise.Nicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-23Add pane_tags format to format_window_pane based on code from George Nachman.Nicholas Marriott
2013-02-22Add pane_current_command format.Nicholas Marriott
2013-02-21Add a load of miscellaneous pane formats, from George Nachman.Nicholas Marriott
2013-02-18Add client_session and client_last_session formats.Nicholas Marriott
2013-02-10Add a format client_prefix which is 1 if prefix key has been pressed, used forNicholas Marriott
2013-02-10Allow formats in status options.Nicholas Marriott
2013-02-07Use osdep_get_cwd() for format changeThomas Adam
2013-02-07Merge branch 'obsd-master'Thomas Adam
2013-02-05Don't set some string formats if the string is NULL.Nicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2012-09-24Use pgrp of pty fd not pid of immediate child when recovering current workingNicholas Marriott
2012-09-24Use pgrp of pty fd not pid of immediate child when recovering currentNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-05-22Sync OpenBSD patchset 1119:Tiago Cunha
2012-05-22Switch all of the various choose- and list- commands over to the formatNicholas Marriott
2012-04-10Adjust OpenBSD patchset 1083 to the portable version.Tiago Cunha
2012-04-10Sync OpenBSD patchset 1083:Tiago Cunha
2012-04-01Add pane_current_path format, suggested by Mikolaj Kucharski.Nicholas Marriott
2012-02-02Sync OpenBSD patchset 1022:Tiago Cunha
2012-02-02Get client_width and client_height the right way round, from StephenNicholas Marriott
2012-01-31Sync OpenBSD patchset 1017:Tiago Cunha
2012-01-30Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott
2011-11-25Sync OpenBSD patchset 980:Tiago Cunha
2011-11-15Add a pane_index format string and use it, from Ben Boeckel.Nicholas Marriott
2011-10-23Sync OpenBSD patchset 965:Tiago Cunha
2011-10-23Add client formats, from Ben Boeckel.Nicholas Marriott
2011-10-02Sync OpenBSD patchset 962:Tiago Cunha
2011-10-02Add a few more formats for panes (tty, pid, start cmd/cwd).Nicholas Marriott
2011-09-21Sync OpenBSD patchset 953:Tiago Cunha
2011-08-26Add initial framework for more powerful formatting of command output andNicholas Marriott