summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2009-10-27Move the poll registration functions into the server-*.c files.Nicholas Marriott
2009-10-26tabs are better; ok nicmTheo de Raadt
2009-10-26Clear signal flags /before/ taking action and continue afterwards to reduceNicholas Marriott
2009-10-26Call fstat() after fopen() rather than stat() before.Nicholas Marriott
2009-10-26Reset the umask right after fopen to avoid leaving it changed on error, noticedNicholas Marriott
2009-10-26Use strlcpy instead of strncpy, pointed out by deraadt.Nicholas Marriott
2009-10-26Don't do anything in the client callback if the client has already died toNicholas Marriott
2009-10-26Nuke accidentally-committed debugging statement.Nicholas Marriott
2009-10-26Not all terminals swap CSI and SS3 on ctrl, so remove that.Nicholas Marriott
2009-10-26Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysNicholas Marriott
2009-10-26Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of theseNicholas Marriott
2009-10-26On second thoughts, drop the rxvt output entirely.Nicholas Marriott
2009-10-26Set the output code for ctrl+cursor keys correctly, and disable (comment)Nicholas Marriott
2009-10-26As we always put the cursor keys into application mode, assume keys sentNicholas Marriott
2009-10-26Tidy up table.Nicholas Marriott
2009-10-26Drop INPUTKEY_CTRL and just handle it as part of the table.Nicholas Marriott
2009-10-26Add or fix some comments.Nicholas Marriott
2009-10-26Tidy up table.Nicholas Marriott
2009-10-26Rename keypad keys to something more useful.Nicholas Marriott
2009-10-26Remove the xterm-keys code which is broken (a replacement is coming but someNicholas Marriott
2009-10-25Don't try to continue processing a client if the session has been destroyed.Nicholas Marriott
2009-10-25Remove -d from tmux.1 as well.Nicholas Marriott
2009-10-25Remove the -d flag to tmux and just use op/AX to detect default colours.Nicholas Marriott
2009-10-25+time.h.Nicholas Marriott
2009-10-25[ is a punctuation character and should be escaped with Ql. Although theNicholas Marriott
2009-10-24Bring a comment into line with reality.Nicholas Marriott
2009-10-24-a option to kill all except current pane. From Tiago Cunha, thanks!Nicholas Marriott
2009-10-23Support the bright fg/bg colour SGR 90-97 and 100-107.Nicholas Marriott
2009-10-22Redraw checks have to after handling input or pane redraw flags set by keyNicholas Marriott
2009-10-22The client buffers have to be checked after every event in order to catch theNicholas Marriott
2009-10-22Split the server code handling clients, jobs and windows off into separateNicholas Marriott
2009-10-22Only redraw the pane when changing mode, not the entire window.Nicholas Marriott
2009-10-22Merge prepare_cmd into main as it is short and only called once.Nicholas Marriott
2009-10-21Tidy identify message send into a separate function.Nicholas Marriott
2009-10-21Don't try to unsuspend a client if it isn't suspended.Nicholas Marriott
2009-10-21Client tidying: get rid of client_ctx struct in favour of two variables inNicholas Marriott
2009-10-21Unused variable.Nicholas Marriott
2009-10-21Remove unused function.Nicholas Marriott
2009-10-21Nuke dead store.Nicholas Marriott
2009-10-21Now we are correctly not redrawing the whole pane on linefeed, redo theNicholas Marriott
2009-10-21Tweak descriptions for up/down pane to be clearer.Nicholas Marriott
2009-10-21Don't redraw the scroll region on linefeed/reverse index unless it is necessaryNicholas Marriott
2009-10-21Some terminals don't correctly clear their let's-wrap flag after changing theNicholas Marriott
2009-10-21Getting the read and write ends of the pipe the right way round is usuallyNicholas Marriott
2009-10-20%zu not %u, doh.Nicholas Marriott
2009-10-20Sort out stdout before stdin/stderr in case the stdout side of the pipe got oneNicholas Marriott
2009-10-20Correctly nuke the EOL $ marker when scrolling, reported by martynas@, thanks.Nicholas Marriott
2009-10-20Try to reduce the UTF-8 mess.Nicholas Marriott
2009-10-20UTF-8 combined character fixes.Nicholas Marriott
2009-10-20Move the check for whether to force a line wrapper lower down into the tty codeNicholas Marriott