summaryrefslogtreecommitdiffstats
path: root/format.c
AgeCommit message (Expand)Author
2017-06-01Merge branch 'obsd-master'Thomas Adam
2017-05-31Style and spacing nits.nicm
2017-05-31Differences to OpenBSD.Nicholas Marriott
2017-05-31Build fixes.Nicholas Marriott
2017-05-31Merge branch 'obsd-master'Thomas Adam
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm
2017-05-29Merge branch 'obsd-master'Thomas Adam
2017-05-29Add ||, && format operators and C: to search pane content.nicm
2017-05-29Merge branch 'obsd-master'Thomas Adam
2017-05-29Add m: for fnmatch(3) format matching.nicm
2017-05-16Missed during merge.Nicholas Marriott
2017-05-13Merge branch 'obsd-master'Thomas Adam
2017-05-12Remove an unused variable.nicm
2017-05-12Merge branch 'obsd-master'Thomas Adam
2017-05-12Only redraw single client, and tweak some logging.nicm
2017-05-12Merge branch 'obsd-master'Thomas Adam
2017-05-12Store copy mode search string in pane so search-again command works evennicm
2017-05-09Merge branch 'obsd-master'Thomas Adam
2017-05-07Add a format for the name of the pane's mode, lets it be used as anicm
2017-05-05Add some formats to look at the session window stack, suggested by Scottnicm
2017-05-03Merge branch 'obsd-master'Thomas Adam
2017-05-03Add a format for the last search string in copy mode and fix the promptnicm
2017-05-01Merge branch 'obsd-master'Thomas Adam
2017-05-01In order that people can use formats like #D in #() in the status linenicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Store state shared between multiple commands in the queue in a sharednicm
2017-04-20Merge branch 'obsd-master'Thomas Adam
2017-04-20Now that struct winlink has a session pointer, can remove some arguments.nicm
2017-04-20There is no real need for window_printable_flags to allocate, make itnicm
2017-04-20If a #() command doesn't exit, use its most recent line of output (itnicm
2017-04-19Merge branch 'obsd-master'Thomas Adam
2017-04-19When the data we have buffered to write to a terminal grows beyond anicm
2017-04-18Merge branch 'obsd-master'Thomas Adam
2017-04-18Add a format for number of bytes writtent to client, useful for debugging.nicm
2017-04-06Merge branch 'obsd-master'Thomas Adam
2017-04-05Give each client a name. This defaults to the tty name as before butnicm
2017-03-08Merge branch 'obsd-master'Thomas Adam
2017-03-08Add a helper function for the most common format_create/defaults/expandnicm
2017-02-14Merge branch 'obsd-master'Thomas Adam
2017-02-09Instead of numbering session groups, give them a name which may be givennicm
2017-02-07Merge branch 'obsd-master'Thomas Adam
2017-02-07Remove a debugging leftover.nicm
2017-02-03Merge branch 'obsd-master'Thomas Adam
2017-02-03Add a window or pane id "tag" to each format tree and use it to separatenicm
2017-02-01Merge branch 'obsd-master'Thomas Adam
2017-02-01Implement "all event" (1003) mouse mode but in a way that works. Thenicm
2017-01-31Merge branch 'obsd-master'Thomas Adam
2017-01-30When a flag option is used in a format, it should use the number formnicm
2017-01-16Merge branch 'obsd-master'Thomas Adam
2017-01-16getopt() has a struct option so just return to using options_entry.nicm