aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
* previous-layout command.Nicholas Marriott2009-04-30
* Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkillNicholas Marriott2009-04-30
* Display the layout name in window lists.Nicholas Marriott2009-04-30
* Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott2009-04-30
* Some tweaks for Solaris.Nicholas Marriott2009-04-29
* Use a u_char so top-bit-set update the cursor as well.Nicholas Marriott2009-04-29
* Convert hidden flag to a full flags word for the status line and add a flag toNicholas Marriott2009-04-27
* Perform some black and midnight cpp witchcraft to get rid of GRID_DEBUG, to fixNicholas Marriott2009-04-27
* - confirm-before command.Tiago Cunha2009-04-27
* Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSDNicholas Marriott2009-04-23
* rotate-window command.Nicholas Marriott2009-04-03
* swap-pane command.Nicholas Marriott2009-04-02
* Change scroll/pane redraws to only redraw the single pane affected rather thanNicholas Marriott2009-04-02
* If redrawing the region would mean redrawing > half the pane, just schedule toNicholas Marriott2009-04-02
* - Allow switching to hidden windows (for active-only layout).Nicholas Marriott2009-04-01
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
* More AIX tweaks.Nicholas Marriott2009-03-31
* 8 -> UTF8_SIZE.Nicholas Marriott2009-03-29
* Better UTF-8 support, including combined characters. Unicode data is now storedNicholas Marriott2009-03-28
* _fill functions are no longer needed. Nuke them.Nicholas Marriott2009-03-28
* Whoops. Missed a few changes.Nicholas Marriott2009-03-28
* Step 2 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott2009-03-28
* struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott2009-03-28
* Key repeating is now a property of the key binding not of the command. RepeatNicholas Marriott2009-03-28
* Clear using ED when redrawing the screen. I foolishly assumed using spacesNicholas Marriott2009-03-28
* Not const.Nicholas Marriott2009-03-27
* Whoops. Didn't mean to commit this yet.Nicholas Marriott2009-03-27
* Update TODO.Nicholas Marriott2009-03-27
* Sockets in /tmp are now created in a subdirectory named, tmux-UID, egNicholas Marriott2009-03-27
* * New session flag "set-remain-on-exit" to set remain-on-exit flag for new wi...Nicholas Marriott2009-03-21
* Support for 88 colour terminals.Nicholas Marriott2009-03-07
* break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott2009-03-07
* Put socket path in $TMUX.Nicholas Marriott2009-03-04
* Extra function keys from Dashing dashing at hushmail dot comNicholas Marriott2009-03-02
* Sort out escape key handling so it works.Nicholas Marriott2009-03-02
* Allow selection in vi mode.Nicholas Marriott2009-02-21
* Redo mode keys slightly more cleanly and apply them to command prompt editing...Nicholas Marriott2009-02-13
* Move status prompt/message init and teardown into status.c.Nicholas Marriott2009-02-13
* Looking up argv[0] is expensive, so just use p_comm for the window name which...Nicholas Marriott2009-02-13
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott2009-02-11
* Lose unnecessary cursor restores, fix a couple of placement bugs and remove u...Nicholas Marriott2009-02-11
* Move sx,sy into tty rather than client.Nicholas Marriott2009-02-11
* We are going to need the updated screen data for emulating the scroll region,Nicholas Marriott2009-02-11
* Change tty_cmd_* to use a window_pane.Nicholas Marriott2009-02-11
* Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* takeNicholas Marriott2009-02-11
* Simplify screen/tty write code to eliminate function pointer which is nowNicholas Marriott2009-02-11
* Don't redraw status line unless it has actually changed. Stops extraneousNicholas Marriott2009-02-10
* Don't try to change the window name unless the pid of the process chosen hasNicholas Marriott2009-02-09
* Increase name refresh interval to 250 ms to reduce CPU use.Nicholas Marriott2009-02-09
* Continue process if suspended.Nicholas Marriott2009-02-08