- f90450f Zero the password given to -U in the client as well. by Nicholas Marriott · 15 years ago
- 418128b If the prompt is hidden or a password is sent with -U, zero it before freeing by Nicholas Marriott · 15 years ago
- 63b38ef Implement the CBT (backward tab) sequence (\033[Z). by Nicholas Marriott · 15 years ago
- 1b24538 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
- cd71a13 Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actually by Nicholas Marriott · 15 years ago
- 4eed190 Oops, CAN and SUB should abort the sequence (return to first state), not remain by Nicholas Marriott · 15 years ago
- c3c1481 More input compatibility love. Support C0 within escape sequences, and the C0 by Nicholas Marriott · 15 years ago
- b8ec0c7 Support insert mode by using insert character to shift the cells before writing by Nicholas Marriott · 15 years ago
- 93631b3 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 15 years ago
- 49477de Fix some miscalculations when clearing to start of screen: the number of lines by Nicholas Marriott · 15 years ago
- dff9497 Use vis(3) instead of handrolled function. by Nicholas Marriott · 15 years ago
- 7597cb6 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 15 years ago
- 4f2e5f8 Do not set the window title by default (make set-titles option default to off), by Nicholas Marriott · 15 years ago
- 28bcf77 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
- 1e06ec4 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 15 years ago
- 0828e06 Nuke unused pane flag. by Nicholas Marriott · 15 years ago
- d3d4bac Cast char to u_char before passing to isalnum(). By ray by Nicholas Marriott · 15 years ago
- 94f5ddb remove unused flag; while here, make usage's output fit on 80-column displays. by Nicholas Marriott · 15 years ago
- 6586595 Use login shells by default. by Nicholas Marriott · 15 years ago
- 6528d47 Don't leak memory if multiple -f flags are given. From ray by Nicholas Marriott · 15 years ago
- 5b3db7b Sync man page with OpenBSD. by Nicholas Marriott · 15 years ago
- 3d7cf00 Add missing -a flag. by Nicholas Marriott · 15 years ago
- e2a0c5a When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux by Nicholas Marriott · 15 years ago
- 32398b9 Sync to OpenBSD: fixes from ray@. by Nicholas Marriott · 15 years ago
- 0fdd476 UTF-8 detection is broken on sparc64; disable until I get time to test it further. by Nicholas Marriott · 15 years ago
- 6208128 Sync with private copy. by Nicholas Marriott · 15 years ago
- 940e2ae endpwent() is not required after getpwuid(). by Nicholas Marriott · 15 years ago
- 144aed4 +. by Nicholas Marriott · 15 years ago
- f63f5e6 Clear status line on incorrect password. by Nicholas Marriott · 15 years ago
- 17a6c01 Don't show real character under cursor when hidden. Doh. by Nicholas Marriott · 15 years ago
- 8536ad0 Reset activity time to avoid relock on -U. by Nicholas Marriott · 15 years ago
- 3a55871 Now in base. by Nicholas Marriott · 16 years ago
- cd4566c Spacing. by Nicholas Marriott · 16 years ago
- 133539a Update. by Nicholas Marriott · 16 years ago
- 8940478 Spacing. by Nicholas Marriott · 16 years ago
- 6c442c1 UPPER -> BIG, sort, and bump protocol version. by Nicholas Marriott · 16 years ago
- a8ec5f1 stat(2) files before trying to load them to avoid problems, for example with "source-file /dev/zero". by Nicholas Marriott · 16 years ago
- eb60071 new layout plan by Nicholas Marriott · 16 years ago
- cdce5f7 Indentation. by Nicholas Marriott · 16 years ago
- 5707eb3 +. by Nicholas Marriott · 16 years ago
- 6db7bd6 Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide character and seeing how much the cursor moves. Currently tries to figure out if this works by some stupid checks on the terminal, these need to be rethought. Also might be better using a width 1 character rather than width 2. by Nicholas Marriott · 16 years ago
- 5db59a0 If LANG contains "UTF-8", assume the terminal supports UTF-8, on the grounds that anyone who configures it probably wants UTF-8. Not certain if this is a perfect idea but let's see if it causes any problems. by Nicholas Marriott · 16 years ago
- 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 16 years ago
- a385f75 Note. by Nicholas Marriott · 16 years ago
- 0abd8ea (void). by Nicholas Marriott · 16 years ago
- 72e464f main-horizontal layout and main-pane-height option to match vertical. by Nicholas Marriott · 16 years ago
- c21ffbc left-vertical -> main-vertical. Also update CHANGES/TODO. by Nicholas Marriott · 16 years ago
- 6e4b947 New option main-pane-width to set width of pane in left-vertical mode. by Nicholas Marriott · 16 years ago
- 3ee4b33 manual -> manual-vertical. by Nicholas Marriott · 16 years ago
- 404411f horizontal -> h, vertical -> v, to shorten some function names a little. by Nicholas Marriott · 16 years ago
- d601c42 Behave properly when resize not supported. by Nicholas Marriott · 16 years ago
- b233616 Update TODO. by Nicholas Marriott · 16 years ago
- 5518b61 manual -> manual-vertical. by Nicholas Marriott · 16 years ago
- ab4e5e8 Clean up manual layout code: by Nicholas Marriott · 16 years ago
- b6b00c5 Fix comment. by Nicholas Marriott · 16 years ago
- 2f5c3d8 #undef everything in config.h. This is the only bit of the scripting work I am by Nicholas Marriott · 16 years ago
- a03cf0e +b on fopen. by Nicholas Marriott · 16 years ago
- d2275f4 chmod +x configure by Nicholas Marriott · 16 years ago
- 0c33b73 Move some crap into the attic, and some other stuff into tools/. by Nicholas Marriott · 16 years ago
- 8dc73f2 Move website stuff into its own directory. by Nicholas Marriott · 16 years ago
- 6805217 Move dist.mk to tools/. by Nicholas Marriott · 16 years ago
- 0f5168f Use >|. by Nicholas Marriott · 16 years ago
- c111310 Use a better variable name and allow the uname to be overridden. by Nicholas Marriott · 16 years ago
- d58bfe5 clean-all. by Nicholas Marriott · 16 years ago
- 095f16d clean-all target to clean configure stuff too. by Nicholas Marriott · 16 years ago
- 25911d3 Use empty(), FreeBSD doesn't like ==. by Nicholas Marriott · 16 years ago
- 1001902 select-layout command and some key bindings. by Nicholas Marriott · 16 years ago
- 03af7c9 Recreate server socket on SIGUSR1, per SF feature request 2792533. by Nicholas Marriott · 16 years ago
- 92de1ad putenv can be char *. by Nicholas Marriott · 16 years ago
- 0b54a2d Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases we can't avoid using a char *. by Nicholas Marriott · 16 years ago
- 8913d85 +sfw for solaris too. by Nicholas Marriott · 16 years ago
- cba338a Keys in status line (p in vi mode, M-y in emacs) to paste the first line of the upper paste buffer. Suggested by Dan Colish. by Nicholas Marriott · 16 years ago
- 8931f00 Separate tmux target. Doh. by Nicholas Marriott · 16 years ago
- b476fab PuTTY resizing from merdely. by Nicholas Marriott · 16 years ago
- 96ca072 clear-history command. by Nicholas Marriott · 16 years ago
- cc59ee4 This is okay. by Nicholas Marriott · 16 years ago
- dd2f8d7 Don't force wrapping with \n when asked, let the cursor code figure it out. Should fix terminals which use this to detect line breaks. by Nicholas Marriott · 16 years ago
- 4b64bd7 It is HAVE_PTY_H, also add a cast to shut gcc up. by Nicholas Marriott · 16 years ago
- c495337 HAVE_. by Nicholas Marriott · 16 years ago
- cae92a2 Needs a VERSION. by Nicholas Marriott · 16 years ago
- 5adb342 SunOS tweaks. by Nicholas Marriott · 16 years ago
- 3b0bd5a +. by Nicholas Marriott · 16 years ago
- 6099a33 Add distribution stuff back in. by Nicholas Marriott · 16 years ago
- 1a86934 NetBSD has no strtonum so needs compat/. by Nicholas Marriott · 16 years ago
- 626fe97 NetBSD tree.h has no RB_PREV. by Nicholas Marriott · 16 years ago
- 99dee98 Use a variable for uname. by Nicholas Marriott · 16 years ago
- db7357f print is redundant. Doh. by Nicholas Marriott · 16 years ago
- 5436f6b Sprinkle the magic anti-GCC-suckage for *BSD as well. by Nicholas Marriott · 16 years ago
- 1b70993 Move -lutil. by Nicholas Marriott · 16 years ago
- a8fe667 Use the right osdep. by Nicholas Marriott · 16 years ago
- 9ff8c35 install depends on all. by Nicholas Marriott · 16 years ago
- de79ce3 Try to figure out if we are using gcc 4 and get rid of the stupid warning, while not breaking 3.x and 2.x... by Nicholas Marriott · 16 years ago
- 6c27e43 compat/bsd-poll.h now we are not doing -Icompat. by Nicholas Marriott · 16 years ago
- 41fb824 Sort. by Nicholas Marriott · 16 years ago
- ab5273d Don't bother with this. by Nicholas Marriott · 16 years ago
- 488a67e Whoops, don't use the name of the rule here now. by Nicholas Marriott · 16 years ago
- df9a288 Add a changes entry. by Nicholas Marriott · 16 years ago
- 4337a9b Two more to ignore. by Nicholas Marriott · 16 years ago
- 78f6b51 $(PROG) is gorn. by Nicholas Marriott · 16 years ago
- 522bf77 cmake build files. I wrote these but then decided to keep the cleanup by Nicholas Marriott · 16 years ago