1. e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
  2. 546a9d5 Don't die on any error from fd. by Nicholas Marriott · 16 years ago
  3. b03783e strdup() not necessary here. by Nicholas Marriott · 16 years ago
  4. b2282f2 Use the right row when calling RI. by Nicholas Marriott · 16 years ago
  5. fdafe63 Reset region before using CUD etc. by Nicholas Marriott · 16 years ago
  6. eb7d229 Code tidying on my way to find tmux-in-tmux bug. by Nicholas Marriott · 16 years ago
  7. 9d2697f Whoops. Build testing is a good idea... by Nicholas Marriott · 16 years ago
  8. e6ed1cc Never draw last character: stops stray scrolling sometimes should status line be disabled. by Nicholas Marriott · 16 years ago
  9. 5a04f74 Only use RI at the top of the screen. by Nicholas Marriott · 16 years ago
  10. 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
  11. d5eaf3a Emulate CSR with existing screen data on old/stupid terminals which don't support it. by Nicholas Marriott · 16 years ago
  12. 6c76aac Lose unnecessary cursor restores, fix a couple of placement bugs and remove unused CR. by Nicholas Marriott · 16 years ago
  13. 514fe11 We are going to need the updated screen data for emulating the scroll region, by Nicholas Marriott · 16 years ago
  14. 91c9d95 Change tty_cmd_* to use a window_pane. by Nicholas Marriott · 16 years ago
  15. e444b0b Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* take by Nicholas Marriott · 16 years ago
  16. c8e2727 Update cursor y on newline otherwise RI gets screwed up at y=0. by Nicholas Marriott · 16 years ago
  17. 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
  18. c172628 Handle cursor on/off better. by Nicholas Marriott · 16 years ago
  19. 94471aa Use reverse rather than background which doesn't show up when terminal doesn't by Nicholas Marriott · 16 years ago
  20. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
  21. 7bc8be0 A couple of trivial optimisations. by Nicholas Marriott · 16 years ago
  22. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  23. 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
  24. ee0a7cd Restore emulation of ich with insert mode. by Nicholas Marriott · 16 years ago
  25. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  26. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  27. 75f043f Work around lack of dch. by Nicholas Marriott · 16 years ago
  28. f008d30 Kill warning. by Nicholas Marriott · 16 years ago
  29. 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
  30. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  31. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
  32. 4198a9c TAILQ -> SLIST. by Nicholas Marriott · 16 years ago
  33. 08e615a Don't die if tcsetattr fails; fixes problems with cwm. by Nicholas Marriott · 16 years ago
  34. 2aeb08a I don't like this... by Nicholas Marriott · 16 years ago
  35. 0ba0fd3 Translate 256 colours to 16. by Nicholas Marriott · 16 years ago
  36. 2a5d09f Don't scroll screen when redrawing it. by Nicholas Marriott · 16 years ago
  37. 62457bc Trim. by Nicholas Marriott · 16 years ago
  38. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  39. 9edb4d4 Don't die on empty output strings, some terminfo entries have empty caps. by Nicholas Marriott · 16 years ago
  40. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  41. 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
  42. affc3c9 Get defaults the right way round. by Nicholas Marriott · 16 years ago
  43. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  44. 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
  45. 089f727 Rm UCLC LCUC which are unsupported on FBSD. by Nicholas Marriott · 16 years ago
  46. 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
  47. 46383e3 Don't be clever and translate default colour. by Nicholas Marriott · 16 years ago
  48. 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
  49. 91e5e92 Whoops. Take out abort(). by Nicholas Marriott · 16 years ago
  50. a65238e Strip padding from terminfo strings. by Nicholas Marriott · 16 years ago
  51. 17fde82 Freeze output when showing display line, fixes problems when no status line. by Nicholas Marriott · 16 years ago
  52. 7cebf47 Hide cursor with flag. by Nicholas Marriott · 16 years ago
  53. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  54. 28aefe4 Lose OFILL. by Nicholas Marriott · 16 years ago
  55. c2f40d9 Better modes for Solaris. by Nicholas Marriott · 16 years ago
  56. 9b0ff4c More Solaris stuff. Use ttyname, use ncurses,h. by Nicholas Marriott · 16 years ago
  57. 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
  58. 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
  59. 6f7d59d Extra unused. by Nicholas Marriott · 16 years ago
  60. ac332b6 ich emulation should maintain cursor position; bug spotted by merdely. by Nicholas Marriott · 16 years ago
  61. 8f33e84 Ugh, this should be backspace. by Nicholas Marriott · 16 years ago
  62. 0dbbd77 Linux rxvt doesn't support parm_dch or delete_character. by Nicholas Marriott · 16 years ago
  63. ccfeb31 Don't attempt to reset tty if it is dead. by Nicholas Marriott · 17 years ago
  64. f18ac66 Quick start section in man page. by Nicholas Marriott · 17 years ago
  65. 5bc8b2b Actually incrementing the reference count would be nice. by Nicholas Marriott · 17 years ago
  66. 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
  67. 2013dc4 Workaround FreeBSD problems with deleting terms. by Nicholas Marriott · 17 years ago
  68. 83393d3 Only close the tty during exit process and leave freeing it to when the socket is lost. by Nicholas Marriott · 17 years ago
  69. 2bc8108 Save term data in a linked list and reuse it. by Nicholas Marriott · 17 years ago
  70. bea5d6d Clean up after error properly. by Nicholas Marriott · 17 years ago
  71. 0f2666a Restore termcap checks. by Nicholas Marriott · 17 years ago
  72. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  73. 5f6a9e7 Handle missing parm_*. by Nicholas Marriott · 17 years ago
  74. 043514a Preliminary mouse support. by Nicholas Marriott · 17 years ago
  75. f47ab8f Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag. by Nicholas Marriott · 17 years ago
  76. c6384a7 Flush data on tty open. Also reset colour before clearing line/screen. by Nicholas Marriott · 17 years ago
  77. 5cd1d45 Three-stage exit process so that [] message printing works on detach etc. by Nicholas Marriott · 17 years ago
  78. 2fabfb3 Make reset actually work. by Nicholas Marriott · 17 years ago
  79. 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 17 years ago
  80. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago