1. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
  2. 62f234c UTF-8 combined character fixes. by Nicholas Marriott · 15 years ago
  3. 387f4d4 Move the check for whether to force a line wrapper lower down into the tty code by Nicholas Marriott · 15 years ago
  4. daa2607 Always move the cursor position on !xenl terminals, since there is no invisible by Nicholas Marriott · 15 years ago
  5. fe26b5d Don't print wide characters at screen width - 1. Matches uterm behaviour and by Nicholas Marriott · 15 years ago
  6. 43d62c1 Instead of having a complicated check to see if the cursor is in the last by Nicholas Marriott · 15 years ago
  7. d7626cd When drawing lines that have wrapped naturally, don't force a newline but by Nicholas Marriott · 15 years ago
  8. 8608c69 When backspace is received at the beginning of a line and the previous line was by Nicholas Marriott · 15 years ago
  9. 5615744 Wrap a couple of long lines. by Nicholas Marriott · 15 years ago
  10. 33ae063 Permit attributes to be turned off in #[] by prefixing with "no", for example by Nicholas Marriott · 15 years ago
  11. 4278199 Stick line length to what is actually used (removing an optimization that by Nicholas Marriott · 15 years ago
  12. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  13. e97006b Permit embedded colour and attributes in status-left and status-right using new by Nicholas Marriott · 15 years ago
  14. 65ac8e9 Ugh, committed the wrong version of this change and got both solutions rather by Nicholas Marriott · 15 years ago
  15. 1501b3f A few trivial optimisations: no need to check for zero size if calling by Nicholas Marriott · 15 years ago
  16. b02e429 It was originally intended that scroll mode would show content that was by Nicholas Marriott · 15 years ago
  17. 06ddd3d Add a flags member to the grid_line struct and use it to differentiate lines by Nicholas Marriott · 15 years ago
  18. 97f105c Plug some memory leaks. by Nicholas Marriott · 15 years ago
  19. fc65da1 Draw UTF-8 characters under the selection correctly. by Nicholas Marriott · 15 years ago
  20. ddad0be More tty code tidying: move the saved cursor/region position (from before the by Nicholas Marriott · 15 years ago
  21. 2ec2837 enum tty_cmd is only used as an index into the array of command function by Nicholas Marriott · 15 years ago
  22. 6a309c5 There are relatively few arguments to tty_cmd_* functions now, so tidy them up by Nicholas Marriott · 15 years ago
  23. 5bd72ec tty_cmd_raw is only used once, for raw UTF-8 output, so rename it to by Nicholas Marriott · 15 years ago
  24. 975f516 The scroll region cannot be one line only, ignore attempts to make it so. by Nicholas Marriott · 15 years ago
  25. 5f2f07e Cursor up and down should be limited by the scroll region (cuu should stop at by Nicholas Marriott · 15 years ago
  26. 86c93c6 Change inserting and deleting lines inside the scroll region to properly clear by Nicholas Marriott · 15 years ago
  27. 643c219 Tidy by removing unused argument from grid_view_{insert,delete}_line_region by Nicholas Marriott · 15 years ago
  28. 68e06fb Fix two errors with character/line insertion and deletion: the maximum number by Nicholas Marriott · 15 years ago
  29. 1ec736a Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  30. 74749e8 Remove trailing newlines, spaces, and tabs. by Ray Lai · 15 years ago
  31. c1a4c01 Support insert mode by using insert character to shift the cells before writing by Nicholas Marriott · 15 years ago
  32. 52ec9b9 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 15 years ago
  33. ebe07c2 Fix some miscalculations when clearing to start of screen: the number of lines by Nicholas Marriott · 15 years ago
  34. 6521427 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  35. 7d45e29 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 15 years ago
  36. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago