summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2009-07-08Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX,Nicholas Marriott
2009-07-07Rename the global options variables to be shorter and to make session optionsNicholas Marriott
2009-06-26Remove some unused function declarations; no binary change.Nicholas Marriott
2009-06-25#ifndef nitems to avoid redefining it if it is already in a header.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-24Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-24Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott
2009-06-24Trying to predict the cursor position for UTF-8 output in the same way as forNicholas Marriott
2009-06-24Constify utf8_width() function argument.Nicholas Marriott
2009-06-04Proper support for tab stops (\033H etc), using a bitstring(3). Makes anotherNicholas Marriott
2009-06-03Implement the DEC alignment test. With the last change this is enough for theNicholas Marriott
2009-06-03New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott
2009-06-03Add a UTF-8 aware string length function and make UTF-8 inNicholas Marriott
2009-06-03When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmuxNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott