summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2009-07-01$Id$.Nicholas Marriott
2009-06-29Fix $Id$.Nicholas Marriott
2009-06-26Remove some unused function declarations; no binary change.Nicholas Marriott
2009-06-26#ifndef nitems.Nicholas Marriott
2009-06-25Start of portability update: bitstring.h.Nicholas Marriott
2009-06-25More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott
2009-06-25Whitespace and more syncing.Nicholas Marriott
2009-06-25No more xmalloc-debug.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-25Nuke unused buffer functions. Found by lint.Nicholas Marriott
2009-06-25Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-25Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott
2009-06-25Trying to predict the cursor position for UTF-8 output in the same way as forNicholas Marriott
2009-06-25Constify utf8_width() function argument.Nicholas Marriott
2009-06-25Proper support for tab stops (\033H etc), using a bitstring(3). Makes anotherNicholas Marriott
2009-06-25Implement the DEC alignment test. With the last change this is enough for theNicholas Marriott
2009-06-25New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott
2009-06-25Add a UTF-8 aware string length function and make UTF-8 inNicholas Marriott
2009-06-25Nuke unused pane flag.Nicholas Marriott
2009-05-26Now in base.Nicholas Marriott
2009-05-21UPPER -> BIG, sort, and bump protocol version.Nicholas Marriott
2009-05-19Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide cha...Nicholas Marriott
2009-05-19- New window option monitor-content to search for a string in a window, andTiago Cunha
2009-05-18New option main-pane-width to set width of pane in left-vertical mode.Nicholas Marriott
2009-05-18horizontal -> h, vertical -> v, to shorten some function names a little.Nicholas Marriott
2009-05-18Behave properly when resize not supported.Nicholas Marriott
2009-05-18manual -> manual-vertical.Nicholas Marriott
2009-05-18Clean up manual layout code:Nicholas Marriott
2009-05-16select-layout command and some key bindings.Nicholas Marriott
2009-05-16Recreate server socket on SIGUSR1, per SF feature request 2792533.Nicholas Marriott
2009-05-14Keys in status line (p in vi mode, M-y in emacs) to paste the first line of t...Nicholas Marriott
2009-05-14clear-history command.Nicholas Marriott
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
2009-05-13Use getopt.c from openssh rather than OpenBSD's getopt_long.Nicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-05-04Use ACS for line drawing characters.Nicholas Marriott
2009-05-02Only worry about complete seconds for status line update. Also reduce poll in...Nicholas Marriott
2009-04-30previous-layout command.Nicholas Marriott
2009-04-30Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkillNicholas Marriott
2009-04-30Display the layout name in window lists.Nicholas Marriott
2009-04-30Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott
2009-04-29Some tweaks for Solaris.Nicholas Marriott
2009-04-29Use a u_char so top-bit-set update the cursor as well.Nicholas Marriott
2009-04-27Convert hidden flag to a full flags word for the status line and add a flag toNicholas Marriott
2009-04-27Perform some black and midnight cpp witchcraft to get rid of GRID_DEBUG, to fixNicholas Marriott
2009-04-27- confirm-before command.Tiago Cunha
2009-04-23Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSDNicholas Marriott
2009-04-03rotate-window command.Nicholas Marriott