1. 3d5decb Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  2. 2a4d4bd Allow UTF-8 characters of width 0 to be stored, it is useful to be able by nicm · 4 years, 6 months ago
  3. ebe866c Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  4. 7e501f1 UTF-8 keys need to be big endian so the size bits are at the top. by nicm · 4 years, 6 months ago
  5. 049ccb4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  6. 822ee4e Fail rather than fatal on UTF-8 width 0. by nicm · 4 years, 6 months ago
  7. fd8652c Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  8. ff6f2ff Return new character properly when converting to data. by nicm · 4 years, 6 months ago
  9. bc2e0cf Remove bad merge. by Nicholas Marriott · 4 years, 6 months ago
  10. d73fcfc Put the fix back for wcwidth() failing. by Nicholas Marriott · 4 years, 6 months ago
  11. 967e5f8 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  12. 6f03e49 Use the internal representation for UTF-8 keys instead of wchar_t and by nicm · 4 years, 6 months ago
  13. 49ec074 Tidy up new UTF-8 code and make it more generic. by nicm · 4 years, 6 months ago
  14. b34af61 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  15. bbfb44e Make some data types consistent. by nicm · 4 years, 6 months ago
  16. bb5a192 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  17. 3a5219c Instead of storing all UTF-8 characters in the extended cell which means by nicm · 4 years, 6 months ago
  18. daa93b3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
  19. 1ebd8c1 Add p format modifier for padding to width. by nicm · 4 years, 12 months ago
  20. 103e44d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  21. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 6 years ago
  22. 19a3a9e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  23. f006116 Environment variables can start with { also. by nicm · 6 years ago
  24. 43431e7 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  25. 27bfb56 Break the argument escaping code into a separate function and use it to by nicm · 6 years ago
  26. 962f255 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  27. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  28. e62e17d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  29. 467ece5 Remove unused variable. by nicm · 7 years ago
  30. 8149bc3 Be more strict about escape sequences that rename windows or set titles: by nicm · 7 years ago
  31. 73b9328 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  32. 248aa54 Style and spacing nits. by nicm · 7 years ago
  33. c2b5359 Bad merge. by Nicholas Marriott · 8 years ago
  34. 67d2335 Fix a couple of argument types. by nicm · 8 years ago
  35. 044999c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  36. faa0570 Plain stravis() because it will mangle UTF-8 characters, so add by nicm · 8 years ago
  37. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  38. 8b804fb Support UTF-8 entry into the command prompt. by nicm · 8 years ago
  39. 6c94774 Add support for using utf8proc with --enable-utf8proc, useful for platforms by Nicholas Marriott · 8 years ago
  40. 7a2fed4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  41. 9892d80 Most of the utf8_data is fixed so simplify utf8_set to use a memcpy. by nicm · 8 years ago
  42. 65e4c57 Only assume width 1 when wcwidth() returns -1 on non-OpenBSD platforms. by Nicholas Marriott · 9 years ago
  43. a9d501e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  44. 7abdfbe OpenBSD wcwidth() is sensible and complete so if it returns -1 it means by nicm · 9 years ago
  45. 55fdaab Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  46. 23fdbc9 Loads of platforms appear to have old or broken Unicode character type by nicm · 9 years ago
  47. 819ad1a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  48. d303e55 Log wcwidth() and mbtowc() failure to make it easier to debug a Unicode by nicm · 9 years ago
  49. 9e2fbb3 +wchar.h by Nicholas Marriott · 9 years ago
  50. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  51. b8a102d Handle wcwidth() and mbtowc() failures in better style and drop by nicm · 9 years ago
  52. 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
  53. 5fce217 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  54. fa64b89 Whoops, need this for the previous reverse trim commit too. by nicm · 9 years ago
  55. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  56. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  57. 78a00c8 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  58. 933929c Memory leaks and an uninitialized part of utf8_data, from Patrick Palka. by nicm · 9 years ago
  59. bb820fa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  60. 3db0d50 The private use area at U+E000 to U+F8FF is not very useful if it is by nicm · 9 years ago
  61. f12d7f0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  62. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  63. 7b4b78b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  64. f401791 Rename a variable in utf8_combine for consistency and use 0xfffd for by nicm · 9 years ago
  65. 64333e3 Be more strict about invalid UTF-8. by nicm · 9 years ago
  66. 3df4959 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  67. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  68. a7027ed Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  69. e71a915 Rename overly-long utf8data to ud throughout. by nicm · 9 years ago
  70. 4f88344 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  71. a209ea3 Add utf8_padcstr and use it to align columns in list-keys. by nicm · 9 years ago
  72. d6daf37 Tidy utf8.c a little: build table on first use, and make utf8_width take by nicm · 9 years ago
  73. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  74. c41673f If we know the terminal outside tmux is not UTF-8, replace UTF-8 in by nicm · 9 years ago
  75. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  76. 35fd6d1 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  77. e9b58d9 Update the internal wcwidth(3) table of tmux(1) to match the data by schwarze · 9 years ago
  78. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  79. 3497843 Style nit - unnecessary brackets. by nicm · 10 years ago
  80. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  81. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  82. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  83. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  84. 806520f Add some UTF-8 utility functions and use them to prevent the width limit by nicm · 11 years ago
  85. a5d4b7f Some more long lines. by nicm · 11 years ago
  86. 57c514d Remove <vis.h>; not used on Linux. by Thomas Adam · 11 years ago
  87. 0c99c7d Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  88. 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
  89. ee19d30 In four byte UTF-8 sequences, only three bits of the first byte should by nicm · 11 years ago
  90. 7019f77 In four byte UTF-8 sequences, only three bits of the first byte should be by Nicholas Marriott · 11 years ago
  91. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  92. 27dcf47 Remove some Korean characters from the zero-width list that apparently by Nicholas Marriott · 12 years ago
  93. 5b85efe Fix some UTF-8 Japanese issue on OS X, SF bug 3566884. by Nicholas Marriott · 12 years ago
  94. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  95. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  96. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  97. 21b23f8 Sync OpenBSD patchset 424: by Tiago Cunha · 15 years ago
  98. f41a391 Sync OpenBSD patchset 421: by Tiago Cunha · 15 years ago
  99. 9afb0d7 %zu not %u, doh. by Nicholas Marriott · 15 years ago
  100. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago