| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | More AIX tweaks. | Nicholas Marriott | 2009-03-31 |
* | 8 -> UTF8_SIZE. | Nicholas Marriott | 2009-03-29 |
* | Better UTF-8 support, including combined characters. Unicode data is now stored | Nicholas Marriott | 2009-03-28 |
* | _fill functions are no longer needed. Nuke them. | Nicholas Marriott | 2009-03-28 |
* | Whoops. Missed a few changes. | Nicholas Marriott | 2009-03-28 |
* | Step 2 of the Grand Plan To Make UTF-8 Better. | Nicholas Marriott | 2009-03-28 |
* | struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better. | Nicholas Marriott | 2009-03-28 |
* | Key repeating is now a property of the key binding not of the command. Repeat | Nicholas Marriott | 2009-03-28 |
* | Clear using ED when redrawing the screen. I foolishly assumed using spaces | Nicholas Marriott | 2009-03-28 |
* | Not const. | Nicholas Marriott | 2009-03-27 |
* | Whoops. Didn't mean to commit this yet. | Nicholas Marriott | 2009-03-27 |
* | Update TODO. | Nicholas Marriott | 2009-03-27 |
* | Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg | Nicholas Marriott | 2009-03-27 |
* | * New session flag "set-remain-on-exit" to set remain-on-exit flag for new wi... | Nicholas Marriott | 2009-03-21 |
* | Support for 88 colour terminals. | Nicholas Marriott | 2009-03-07 |
* | break-pane command to split a pane off into a new window; bound to ! by default. | Nicholas Marriott | 2009-03-07 |
* | Put socket path in $TMUX. | Nicholas Marriott | 2009-03-04 |
* | Extra function keys from Dashing dashing at hushmail dot com | Nicholas Marriott | 2009-03-02 |
* | Sort out escape key handling so it works. | Nicholas Marriott | 2009-03-02 |
* | Allow selection in vi mode. | Nicholas Marriott | 2009-02-21 |
* | Redo mode keys slightly more cleanly and apply them to command prompt editing... | Nicholas Marriott | 2009-02-13 |
* | Move status prompt/message init and teardown into status.c. | Nicholas Marriott | 2009-02-13 |
* | Looking up argv[0] is expensive, so just use p_comm for the window name which... | Nicholas Marriott | 2009-02-13 |
* | FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso... | Nicholas Marriott | 2009-02-11 |
* | Lose unnecessary cursor restores, fix a couple of placement bugs and remove u... | Nicholas Marriott | 2009-02-11 |
* | Move sx,sy into tty rather than client. | Nicholas Marriott | 2009-02-11 |
* | We are going to need the updated screen data for emulating the scroll region, | Nicholas Marriott | 2009-02-11 |
* | Change tty_cmd_* to use a window_pane. | Nicholas Marriott | 2009-02-11 |
* | Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* take | Nicholas Marriott | 2009-02-11 |
* | Simplify screen/tty write code to eliminate function pointer which is now | Nicholas Marriott | 2009-02-11 |
* | Don't redraw status line unless it has actually changed. Stops extraneous | Nicholas Marriott | 2009-02-10 |
* | Don't try to change the window name unless the pid of the process chosen has | Nicholas Marriott | 2009-02-09 |
* | Increase name refresh interval to 250 ms to reduce CPU use. | Nicholas Marriott | 2009-02-09 |
* | Continue process if suspended. | Nicholas Marriott | 2009-02-08 |