- 5ae542e Emulate the ri (reverse index) capability: this allows tmux to at least start by Nicholas Marriott · 15 years ago
- d9deb4b Support rxvt-style keys again, but this time: support all the variations, put by Nicholas Marriott · 15 years ago
- 89763f2 Rewrite a confusing loop when freeing the arg array on exit and move the check by Nicholas Marriott · 15 years ago
- 9df4e75 Add an explicit zero-length check for UTF-8 input data, prompted by a report by Nicholas Marriott · 15 years ago
- 08a8ccf Free the pane bufferevent when the fd is closed (the signal could come before by Nicholas Marriott · 15 years ago
- 2756437 Only need to chmod +x or -x the socket when a client is created, lost or by Nicholas Marriott · 15 years ago
- 15b9946 There is no real standard for modifier plus function keys. Previously, tmux by Nicholas Marriott · 15 years ago
- d9961f4 Don't output rxvtisms either. by Nicholas Marriott · 15 years ago
- 05831b5 Twiddling the last bit is an rxvtism, so do not support it in the table by by Nicholas Marriott · 15 years ago
- b92fcf2 Whoops, this is needed for last commit as well. by Nicholas Marriott · 15 years ago
- 38f64b3 Lookup key as a named key (eg 'Space') before checking for single character by Nicholas Marriott · 15 years ago
- 9f47c60 Don't return 1 unless there was actually a problem (signal/lost server) rather by Nicholas Marriott · 15 years ago
- 6609093 Just ignore tty fd errors rather than dying, stops the server dying if the by Nicholas Marriott · 15 years ago
- 591fa23 The input key should be a u_char. Fixes top-bit-set input problem reported by by Nicholas Marriott · 15 years ago
- daf150c Constify buf. by Nicholas Marriott · 15 years ago
- f98d13e Don't try enable/disable the event if the window pane is dead (fd == -1), as by Nicholas Marriott · 15 years ago
- bed8153 Clear to the end of the screen from the right starting point when drawing by Nicholas Marriott · 15 years ago
- 297ebb1 Old xterm F1-F4 are \033O_P not \033[O_P. by Nicholas Marriott · 15 years ago
- ff55eb5 Unused variable. Aargh. by Nicholas Marriott · 15 years ago
- 80e0158 Switch the tty key tree over to an (unbalanced) ternary tree which allows by Nicholas Marriott · 15 years ago
- 0585539 key_string_lookup_key uses a static buffer, so copy its output into the working by Nicholas Marriott · 15 years ago
- a790e16 Key flags are only used for initialisation so they are not needed in the main by Nicholas Marriott · 15 years ago
- 25c604f EVLOOP_ONCE takes care of the wakeup, so no need to call event_loopexit(NULL). by Nicholas Marriott · 15 years ago
- 38e1394 Now all timers are events, there is no longer any need to wake up every 50 ms - by Nicholas Marriott · 15 years ago
- b58bf49 Switch tty key input over to happen on a read event. This is a bit more by Nicholas Marriott · 15 years ago
- 8044443 Convert the key repeat timer to an event. by Nicholas Marriott · 15 years ago
- 44d6a2c Change window name change to use a timer event rather than a gettimeofday() by Nicholas Marriott · 15 years ago
- 946ed97 Move status timer check into the global once-per-second timer, this could maybe by Nicholas Marriott · 15 years ago
- b1264a7 Use timeout events for the identify and message timers. by Nicholas Marriott · 15 years ago
- b3c4956 Don't reenlist the client imsg event every loop, instead have a small function by Nicholas Marriott · 15 years ago
- 6a6a42a It would help if I read my own comments... make alt keys work again by sending by Nicholas Marriott · 15 years ago
- 862fe15 Move some common code into a function. by Nicholas Marriott · 15 years ago
- fde36fc Tell the client to exit on configuration file error. by Nicholas Marriott · 15 years ago
- 5bebbd8 Bye-bye buffer*.c. by Nicholas Marriott · 15 years ago
- a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
- 06ffed3 Call event_init() before loading the config file, since potentially it could by Nicholas Marriott · 15 years ago
- 91ad830 Switch window pane pipe redirect fd over to a bufferevent. by Nicholas Marriott · 15 years ago
- 7342615 Switch tty fds over to a bufferevent. by Nicholas Marriott · 15 years ago
- abb7286 Add back JOB_PERSIST checks that got lost. by Nicholas Marriott · 15 years ago
- 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
- ea8c8c5 A couple of minor cosmetic changes. by Nicholas Marriott · 15 years ago
- abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
- f575e39 Unused (but assigned to) variable, found by lint. by Nicholas Marriott · 15 years ago
- 10f58cb Ignore the colour on space, /not/ the attributes. by Nicholas Marriott · 15 years ago
- a94535f Fix the reverse emulation when a terminal doesn't have setab to use the correct by Nicholas Marriott · 15 years ago
- d2dfbef Change declaration and use of malloc_options to be more standard, from Tim van by Nicholas Marriott · 15 years ago
- d8332e6 Don't backoff based on suspended or deda clients as they are always likely to by Nicholas Marriott · 15 years ago
- 0785f28 Add an activity time for clients, like for sessions, and change session and by Nicholas Marriott · 15 years ago
- 5761ab6 If it isn't available explicitly, work out the current client in a similar way by Nicholas Marriott · 15 years ago
- 5289da2 Change session and client activity and creation time members to have more by Nicholas Marriott · 15 years ago
- c95f1d1 tv member of struct paste_buffer is updated but not otherwise used, so remove by Nicholas Marriott · 15 years ago
- 0194306 Fix vi page up mode key (from naddy), add missing half page keys, and sort. by Nicholas Marriott · 15 years ago
- 86182f3 Double the escape timer (the time after a \033 is received before tmux gives up by Nicholas Marriott · 15 years ago
- 1c853c6 When matching the session names with -t, look for exact matches first before by Nicholas Marriott · 15 years ago
- 2a585dc Leftover unused variable :-/. by Nicholas Marriott · 15 years ago
- 42fd44f There isn't much point in doing lstat before connect so instead just do connect by Nicholas Marriott · 15 years ago
- 992dd86 Reorder slightly to tidy code. by Nicholas Marriott · 15 years ago
- 2f813ef Add a flag for jobs that shouldn't be freed after they've died and use it for by Nicholas Marriott · 15 years ago
- 32299e4 Missing setenv/showenv aliases. by Nicholas Marriott · 15 years ago
- e8b2518 Missing ;. From eric@ ages ago. by Nicholas Marriott · 15 years ago
- dc3fdc8 If any client currently displaying a window pane has more than 1 KB of output by Nicholas Marriott · 15 years ago
- 1eaefbf Add a minor optimisatin: if the character being printed is space, don't worry by Nicholas Marriott · 15 years ago
- 5730cbf Twaek this slightly to avoid confusing use of flags variable. by Nicholas Marriott · 15 years ago
- eb5f446 Setting SGR0 when setting the fg and bg has problems if only one of the two is by Nicholas Marriott · 15 years ago
- 37ffdff Move the poll registration functions into the server-*.c files. by Nicholas Marriott · 15 years ago
- ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
- a8b1379 Clear signal flags /before/ taking action and continue afterwards to reduce by Nicholas Marriott · 15 years ago
- 6b804f3 Call fstat() after fopen() rather than stat() before. by Nicholas Marriott · 15 years ago
- 539c73b Reset the umask right after fopen to avoid leaving it changed on error, noticed by Nicholas Marriott · 15 years ago
- 6dc6333 Use strlcpy instead of strncpy, pointed out by deraadt. by Nicholas Marriott · 15 years ago
- 353f2a2 Don't do anything in the client callback if the client has already died to by Nicholas Marriott · 15 years ago
- 53957dc Nuke accidentally-committed debugging statement. by Nicholas Marriott · 15 years ago
- e831649 Not all terminals swap CSI and SS3 on ctrl, so remove that. by Nicholas Marriott · 15 years ago
- fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
- c92c2bf Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these by Nicholas Marriott · 15 years ago
- bbca6fe On second thoughts, drop the rxvt output entirely. by Nicholas Marriott · 15 years ago
- 5cce40d Set the output code for ctrl+cursor keys correctly, and disable (comment) by Nicholas Marriott · 15 years ago
- d0aa883 As we always put the cursor keys into application mode, assume keys sent by Nicholas Marriott · 15 years ago
- fcd3b26 Tidy up table. by Nicholas Marriott · 15 years ago
- a0ec4a1 Drop INPUTKEY_CTRL and just handle it as part of the table. by Nicholas Marriott · 15 years ago
- 25d2000 Add or fix some comments. by Nicholas Marriott · 15 years ago
- b3604dc Tidy up table. by Nicholas Marriott · 15 years ago
- db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
- 10a656e Remove the xterm-keys code which is broken (a replacement is coming but some by Nicholas Marriott · 15 years ago
- 3c9619b Don't try to continue processing a client if the session has been destroyed. by Nicholas Marriott · 15 years ago
- 48b6d18 Remove -d from tmux.1 as well. by Nicholas Marriott · 15 years ago
- 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
- 5bed597 +time.h. by Nicholas Marriott · 15 years ago
- 7b4f039 [ is a punctuation character and should be escaped with Ql. Although the by Nicholas Marriott · 15 years ago
- 385236e Bring a comment into line with reality. by Nicholas Marriott · 15 years ago
- df818c1 -a option to kill all except current pane. From Tiago Cunha, thanks! by Nicholas Marriott · 15 years ago
- c2b8f3b Support the bright fg/bg colour SGR 90-97 and 100-107. by Nicholas Marriott · 15 years ago
- 1f22a19 Redraw checks have to after handling input or pane redraw flags set by key by Nicholas Marriott · 15 years ago
- 9c40a4e The client buffers have to be checked after every event in order to catch the by Nicholas Marriott · 15 years ago
- eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
- fd35b6f Only redraw the pane when changing mode, not the entire window. by Nicholas Marriott · 15 years ago
- eb0c33c Merge prepare_cmd into main as it is short and only called once. by Nicholas Marriott · 15 years ago
- 284b946 Tidy identify message send into a separate function. by Nicholas Marriott · 15 years ago
- d69b364 Don't try to unsuspend a client if it isn't suspended. by Nicholas Marriott · 15 years ago
- 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago