| Commit message (Expand) | Author | Age |
... | |
* | More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. | Nicholas Marriott | 2009-06-25 |
* | Whitespace and more syncing. | Nicholas Marriott | 2009-06-25 |
* | No more xmalloc-debug. | Nicholas Marriott | 2009-06-25 |
* | Restore $Id$ and add script to do so. | Nicholas Marriott | 2009-06-25 |
* | tmux doesn't and won't need syslog logging, so remove it and some other unused | Nicholas Marriott | 2009-06-25 |
* | Miscellaneous unused functions, including one which was basically a | Nicholas Marriott | 2009-06-25 |
* | Nuke unused buffer functions. Found by lint. | Nicholas Marriott | 2009-06-25 |
* | Change find-window and monitor-content to use fnmatch(3). For convenience and | Nicholas Marriott | 2009-06-25 |
* | Add a dedicated function to convert a line into a string and use it to simpli... | Nicholas Marriott | 2009-06-25 |
* | Trying to predict the cursor position for UTF-8 output in the same way as for | Nicholas Marriott | 2009-06-25 |
* | Constify utf8_width() function argument. | Nicholas Marriott | 2009-06-25 |
* | Proper support for tab stops (\033H etc), using a bitstring(3). Makes another | Nicholas Marriott | 2009-06-25 |
* | Implement the DEC alignment test. With the last change this is enough for the | Nicholas Marriott | 2009-06-25 |
* | New session option, status-utf8, to control the interpretation of top-bit-set | Nicholas Marriott | 2009-06-25 |
* | Add a UTF-8 aware string length function and make UTF-8 in | Nicholas Marriott | 2009-06-25 |
* | Nuke unused pane flag. | Nicholas Marriott | 2009-06-25 |
* | Now in base. | Nicholas Marriott | 2009-05-26 |
* | UPPER -> BIG, sort, and bump protocol version. | Nicholas Marriott | 2009-05-21 |
* | Try 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, and | Tiago Cunha | 2009-05-19 |
* | New option main-pane-width to set width of pane in left-vertical mode. | Nicholas Marriott | 2009-05-18 |
* | horizontal -> h, vertical -> v, to shorten some function names a little. | Nicholas Marriott | 2009-05-18 |
* | Behave properly when resize not supported. | Nicholas Marriott | 2009-05-18 |
* | manual -> manual-vertical. | Nicholas Marriott | 2009-05-18 |
* | Clean up manual layout code: | Nicholas Marriott | 2009-05-18 |
* | select-layout command and some key bindings. | Nicholas Marriott | 2009-05-16 |
* | Recreate server socket on SIGUSR1, per SF feature request 2792533. | Nicholas Marriott | 2009-05-16 |
* | Keys in status line (p in vi mode, M-y in emacs) to paste the first line of t... | Nicholas Marriott | 2009-05-14 |
* | clear-history command. | Nicholas Marriott | 2009-05-14 |
* | Rename all feature flags to HAVE_* and move out of makefiles into a configure | Nicholas Marriott | 2009-05-13 |
* | Use getopt.c from openssh rather than OpenBSD's getopt_long. | Nicholas Marriott | 2009-05-13 |
* | Space trimmage mega-diff. | Nicholas Marriott | 2009-05-04 |
* | Use ACS for line drawing characters. | Nicholas Marriott | 2009-05-04 |
* | Only worry about complete seconds for status line update. Also reduce poll in... | Nicholas Marriott | 2009-05-02 |
* | previous-layout command. | Nicholas Marriott | 2009-04-30 |
* | Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill | Nicholas Marriott | 2009-04-30 |
* | Display the layout name in window lists. | Nicholas Marriott | 2009-04-30 |
* | Merge resize-pane-{up,down} into resize-pane. | Nicholas Marriott | 2009-04-30 |
* | Some tweaks for Solaris. | Nicholas Marriott | 2009-04-29 |
* | Use a u_char so top-bit-set update the cursor as well. | Nicholas Marriott | 2009-04-29 |
* | Convert hidden flag to a full flags word for the status line and add a flag to | Nicholas Marriott | 2009-04-27 |
* | Perform some black and midnight cpp witchcraft to get rid of GRID_DEBUG, to fix | Nicholas Marriott | 2009-04-27 |
* | - confirm-before command. | Tiago Cunha | 2009-04-27 |
* | Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSD | Nicholas Marriott | 2009-04-23 |
* | rotate-window command. | Nicholas Marriott | 2009-04-03 |
* | swap-pane command. | Nicholas Marriott | 2009-04-02 |
* | Change scroll/pane redraws to only redraw the single pane affected rather than | Nicholas Marriott | 2009-04-02 |
* | If redrawing the region would mean redrawing > half the pane, just schedule to | Nicholas Marriott | 2009-04-02 |
* | - Allow switching to hidden windows (for active-only layout). | Nicholas Marriott | 2009-04-01 |
* | Basic horizontal splitting and layout management. Still some redraw and other | Nicholas Marriott | 2009-04-01 |