1. 9e2fbb3 +wchar.h by Nicholas Marriott · 9 years ago
  2. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  3. b8a102d Handle wcwidth() and mbtowc() failures in better style and drop by nicm · 9 years ago
  4. 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
  5. 5fce217 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  6. fa64b89 Whoops, need this for the previous reverse trim commit too. by nicm · 9 years ago
  7. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  8. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  9. 78a00c8 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  10. 933929c Memory leaks and an uninitialized part of utf8_data, from Patrick Palka. by nicm · 9 years ago
  11. bb820fa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. 3db0d50 The private use area at U+E000 to U+F8FF is not very useful if it is by nicm · 9 years ago
  13. f12d7f0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  14. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  15. 7b4b78b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. f401791 Rename a variable in utf8_combine for consistency and use 0xfffd for by nicm · 9 years ago
  17. 64333e3 Be more strict about invalid UTF-8. by nicm · 9 years ago
  18. 3df4959 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  19. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  20. a7027ed Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  21. e71a915 Rename overly-long utf8data to ud throughout. by nicm · 9 years ago
  22. 4f88344 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  23. a209ea3 Add utf8_padcstr and use it to align columns in list-keys. by nicm · 9 years ago
  24. d6daf37 Tidy utf8.c a little: build table on first use, and make utf8_width take by nicm · 9 years ago
  25. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  26. c41673f If we know the terminal outside tmux is not UTF-8, replace UTF-8 in by nicm · 9 years ago
  27. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  28. 35fd6d1 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  29. e9b58d9 Update the internal wcwidth(3) table of tmux(1) to match the data by schwarze · 9 years ago
  30. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  31. 3497843 Style nit - unnecessary brackets. by nicm · 10 years ago
  32. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  33. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  34. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  35. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  36. 806520f Add some UTF-8 utility functions and use them to prevent the width limit by nicm · 11 years ago
  37. a5d4b7f Some more long lines. by nicm · 11 years ago
  38. 57c514d Remove <vis.h>; not used on Linux. by Thomas Adam · 11 years ago
  39. 0c99c7d Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  40. 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
  41. ee19d30 In four byte UTF-8 sequences, only three bits of the first byte should by nicm · 11 years ago
  42. 7019f77 In four byte UTF-8 sequences, only three bits of the first byte should be by Nicholas Marriott · 11 years ago
  43. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  44. 27dcf47 Remove some Korean characters from the zero-width list that apparently by Nicholas Marriott · 12 years ago
  45. 5b85efe Fix some UTF-8 Japanese issue on OS X, SF bug 3566884. by Nicholas Marriott · 12 years ago
  46. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  47. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  48. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  49. 21b23f8 Sync OpenBSD patchset 424: by Tiago Cunha · 15 years ago
  50. f41a391 Sync OpenBSD patchset 421: by Tiago Cunha · 15 years ago
  51. 9afb0d7 %zu not %u, doh. by Nicholas Marriott · 15 years ago
  52. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
  53. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  54. 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  55. 2456854 Constify utf8_width() function argument. by Nicholas Marriott · 15 years ago
  56. 1675ddb Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  57. 27cfa81 Constify utf8_width() function argument. by Nicholas Marriott · 15 years ago
  58. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  59. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  60. a6f2d82 Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill by Nicholas Marriott · 16 years ago
  61. 4d7e555 Don't screw up UTF-8 combined characters. by Nicholas Marriott · 16 years ago
  62. ff61eee Don't use [4] since they are confusing and use the right size for memset. DOH. by Nicholas Marriott · 16 years ago
  63. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  64. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago