summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2009-03-28Clear using ED when redrawing the screen. I foolishly assumed using spacesNicholas Marriott
2009-03-27Not const.Nicholas Marriott
2009-03-27Whoops. Didn't mean to commit this yet.Nicholas Marriott
2009-03-27Update TODO.Nicholas Marriott
2009-03-27Sockets in /tmp are now created in a subdirectory named, tmux-UID, egNicholas Marriott
2009-03-21* New session flag "set-remain-on-exit" to set remain-on-exit flag for new wi...Nicholas Marriott
2009-03-07Support for 88 colour terminals.Nicholas Marriott
2009-03-07break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott
2009-03-04Put socket path in $TMUX.Nicholas Marriott
2009-03-02Extra function keys from Dashing dashing at hushmail dot comNicholas Marriott
2009-03-02Sort out escape key handling so it works.Nicholas Marriott
2009-02-21Allow selection in vi mode.Nicholas Marriott
2009-02-13Redo mode keys slightly more cleanly and apply them to command prompt editing...Nicholas Marriott
2009-02-13Move status prompt/message init and teardown into status.c.Nicholas Marriott
2009-02-13Looking up argv[0] is expensive, so just use p_comm for the window name which...Nicholas Marriott
2009-02-11FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott
2009-02-11Lose unnecessary cursor restores, fix a couple of placement bugs and remove u...Nicholas Marriott
2009-02-11Move sx,sy into tty rather than client.Nicholas Marriott
2009-02-11We are going to need the updated screen data for emulating the scroll region,Nicholas Marriott
2009-02-11Change tty_cmd_* to use a window_pane.Nicholas Marriott
2009-02-11Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* takeNicholas Marriott
2009-02-11Simplify screen/tty write code to eliminate function pointer which is nowNicholas Marriott
2009-02-10Don't redraw status line unless it has actually changed. Stops extraneousNicholas Marriott
2009-02-09Don't try to change the window name unless the pid of the process chosen hasNicholas Marriott
2009-02-09Increase name refresh interval to 250 ms to reduce CPU use.Nicholas Marriott
2009-02-08Continue process if suspended.Nicholas Marriott
2009-02-03copy-buffer command.Tiago Cunha
2009-01-30Set colour of window entry in status line based on window options.Nicholas Marriott
2009-01-29Undo this and just shut lint up.Nicholas Marriott
2009-01-29Nuke debugging.Nicholas Marriott
2009-01-28* Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott
2009-01-27-u to start with screen scrolled up.Nicholas Marriott
2009-01-27Handle cursor on/off better.Nicholas Marriott
2009-01-27Allow status, mode and message attributes to be changed by three new options:...Nicholas Marriott
2009-01-26Be more clever about picking window name.Nicholas Marriott
2009-01-25load-buffer commandTiago Cunha
2009-01-25Make the caller responsible for allocating memory for the paste buffer dataTiago Cunha
2009-01-23Better error messages for fork.Nicholas Marriott
2009-01-21Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy upNicholas Marriott
2009-01-21Bring back -p and -l to splitw to specify height as % or nlines.Nicholas Marriott
2009-01-20Try to change the window title to match the command running it in. This is doneNicholas Marriott
2009-01-19Bump protocol.Nicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-19Start the first client with a special socketpair so it is already known to theNicholas Marriott
2009-01-18Unbreak UTF-8.Nicholas Marriott
2009-01-18-a flags to next/previous window.Nicholas Marriott
2009-01-18find-window command.Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-17Don't use [4] since they are confusing and use the right size for memset. DOH.Nicholas Marriott