- fd09715 Don't send initialisation strings is1/2/3 (barely anything else does) and move by Nicholas Marriott · 15 years ago
- 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
- 1825609 Handle empty or unset TERM correctly; also fix a fatal() message while here. by Nicholas Marriott · 15 years ago
- 9f06533 $Id$. by Nicholas Marriott · 15 years ago
- eed4f76 Fix $Id$. by Nicholas Marriott · 15 years ago
- edc2e7d Copy the 256-colour flag into the tty saved cell as well as the actual colour, by Nicholas Marriott · 15 years ago
- bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
- a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
- 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
- 947fabc Unused variables. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
- 942ea42 Trying to predict the cursor position for UTF-8 output in the same way as for 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
- 0fdd476 UTF-8 detection is broken on sparc64; disable until I get time to test it further. by Nicholas Marriott · 15 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
- 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
- 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
- 54a5f82 Region can reset cursor to 0,0 - bad if there is an offset. So sort out region before cursor. by Nicholas Marriott · 16 years ago
- fb543c7 Use ACS for line drawing characters. by Nicholas Marriott · 16 years ago
- f0a716f Use a u_char so top-bit-set update the cursor as well. by Nicholas Marriott · 16 years ago
- 7c5f1af Ignore del too. by Nicholas Marriott · 16 years ago
- dbf52fa Change scroll/pane redraws to only redraw the single pane affected rather than by Nicholas Marriott · 16 years ago
- 84cde92 If redrawing the region would mean redrawing > half the pane, just schedule to by Nicholas Marriott · 16 years ago
- b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
- 907bec6 FD_CLOEXEC more fds. Still one I can't find... by Nicholas Marriott · 16 years ago
- 6c27f1c Draw vertical line on the right when window size is limited. by Nicholas Marriott · 16 years ago
- 8a160f2 - Unbreak selection colouring. - Get UTF-8 check the right way round... by Nicholas Marriott · 16 years ago
- 23fef99 8 -> UTF8_SIZE. by Nicholas Marriott · 16 years ago
- cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
- 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
- 587bade Clear using ED when redrawing the screen. I foolishly assumed using spaces by Nicholas Marriott · 16 years ago
- f6001f9 Whoops. Didn't mean to commit this yet. by Nicholas Marriott · 16 years ago
- b97264b Update TODO. by Nicholas Marriott · 16 years ago
- e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
- 546a9d5 Don't die on any error from fd. by Nicholas Marriott · 16 years ago
- b03783e strdup() not necessary here. by Nicholas Marriott · 16 years ago
- b2282f2 Use the right row when calling RI. by Nicholas Marriott · 16 years ago
- fdafe63 Reset region before using CUD etc. by Nicholas Marriott · 16 years ago
- eb7d229 Code tidying on my way to find tmux-in-tmux bug. by Nicholas Marriott · 16 years ago
- 9d2697f Whoops. Build testing is a good idea... by Nicholas Marriott · 16 years ago
- e6ed1cc Never draw last character: stops stray scrolling sometimes should status line be disabled. by Nicholas Marriott · 16 years ago
- 5a04f74 Only use RI at the top of the screen. by Nicholas Marriott · 16 years ago
- 959eeef FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the cursor can never be beyond $COLUMNS - 1) and does not appear to support changing this behaviour, or any of the obvious possibilities (turning off right margin wrapping, insert mode). This is irritating, most notably because it impossible to write to the very bottom-right of the screen without scrolling. To work around this, if built on FreeBSD and run with a "cons" $TERM, the bottom-right cell on the screen is omitted. by Nicholas Marriott · 16 years ago
- d5eaf3a Emulate CSR with existing screen data on old/stupid terminals which don't support it. by Nicholas Marriott · 16 years ago
- 6c76aac Lose unnecessary cursor restores, fix a couple of placement bugs and remove unused CR. by Nicholas Marriott · 16 years ago
- 514fe11 We are going to need the updated screen data for emulating the scroll region, by Nicholas Marriott · 16 years ago
- 91c9d95 Change tty_cmd_* to use a window_pane. by Nicholas Marriott · 16 years ago
- e444b0b Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* take by Nicholas Marriott · 16 years ago
- c8e2727 Update cursor y on newline otherwise RI gets screwed up at y=0. by Nicholas Marriott · 16 years ago
- 4428987 * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. by Nicholas Marriott · 16 years ago
- c172628 Handle cursor on/off better. by Nicholas Marriott · 16 years ago
- 94471aa Use reverse rather than background which doesn't show up when terminal doesn't by Nicholas Marriott · 16 years ago
- 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
- 7bc8be0 A couple of trivial optimisations. by Nicholas Marriott · 16 years ago
- 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
- 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
- ee0a7cd Restore emulation of ich with insert mode. by Nicholas Marriott · 16 years ago
- a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
- 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
- 75f043f Work around lack of dch. by Nicholas Marriott · 16 years ago
- f008d30 Kill warning. by Nicholas Marriott · 16 years ago
- 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
- 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
- 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
- 4198a9c TAILQ -> SLIST. by Nicholas Marriott · 16 years ago
- 08e615a Don't die if tcsetattr fails; fixes problems with cwm. by Nicholas Marriott · 16 years ago
- 2aeb08a I don't like this... by Nicholas Marriott · 16 years ago
- 0ba0fd3 Translate 256 colours to 16. by Nicholas Marriott · 16 years ago
- 2a5d09f Don't scroll screen when redrawing it. by Nicholas Marriott · 16 years ago
- 62457bc Trim. by Nicholas Marriott · 16 years ago
- efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
- 9edb4d4 Don't die on empty output strings, some terminfo entries have empty caps. by Nicholas Marriott · 16 years ago
- 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
- 6674197 Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/. by Nicholas Marriott · 16 years ago
- affc3c9 Get defaults the right way round. by Nicholas Marriott · 16 years ago
- 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
- 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
- 089f727 Rm UCLC LCUC which are unsupported on FBSD. by Nicholas Marriott · 16 years ago
- 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
- 46383e3 Don't be clever and translate default colour. by Nicholas Marriott · 16 years ago
- 456ff32 Only set title if TERM looks vaguely okay. Also use newline for, er, newline rather than cursor_down. by Nicholas Marriott · 16 years ago
- 91e5e92 Whoops. Take out abort(). by Nicholas Marriott · 16 years ago
- a65238e Strip padding from terminfo strings. by Nicholas Marriott · 16 years ago
- 17fde82 Freeze output when showing display line, fixes problems when no status line. by Nicholas Marriott · 16 years ago
- 7cebf47 Hide cursor with flag. by Nicholas Marriott · 16 years ago
- 99df48d Trimify. by Nicholas Marriott · 16 years ago
- 28aefe4 Lose OFILL. by Nicholas Marriott · 16 years ago
- c2f40d9 Better modes for Solaris. by Nicholas Marriott · 16 years ago
- 9b0ff4c More Solaris stuff. Use ttyname, use ncurses,h. by Nicholas Marriott · 16 years ago
- 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
- 119bc87 Use existing termios and get rid of stuff we don't want rather than constructing a new one. by Nicholas Marriott · 16 years ago
- 6f7d59d Extra unused. by Nicholas Marriott · 16 years ago
- ac332b6 ich emulation should maintain cursor position; bug spotted by merdely. by Nicholas Marriott · 16 years ago
- 8f33e84 Ugh, this should be backspace. by Nicholas Marriott · 16 years ago
- 0dbbd77 Linux rxvt doesn't support parm_dch or delete_character. by Nicholas Marriott · 17 years ago
- ccfeb31 Don't attempt to reset tty if it is dead. by Nicholas Marriott · 17 years ago
- f18ac66 Quick start section in man page. by Nicholas Marriott · 17 years ago
- 5bc8b2b Actually incrementing the reference count would be nice. by Nicholas Marriott · 17 years ago
- 21d10e6 Use the current attr/colours for filling in new areas, this fixes the echo \\033[35\;46m\\033[2J bug. by Nicholas Marriott · 17 years ago
- 2013dc4 Workaround FreeBSD problems with deleting terms. by Nicholas Marriott · 17 years ago