1. 1ebd8c1 Add p format modifier for padding to width. by nicm · 4 years, 11 months ago
  2. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
  3. f006116 Environment variables can start with { also. by nicm · 5 years ago
  4. 27bfb56 Break the argument escaping code into a separate function and use it to by nicm · 5 years ago
  5. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  6. 467ece5 Remove unused variable. by nicm · 7 years ago
  7. 8149bc3 Be more strict about escape sequences that rename windows or set titles: by nicm · 7 years ago
  8. 248aa54 Style and spacing nits. by nicm · 7 years ago
  9. 67d2335 Fix a couple of argument types. by nicm · 8 years ago
  10. faa0570 Plain stravis() because it will mangle UTF-8 characters, so add by nicm · 8 years ago
  11. 8b804fb Support UTF-8 entry into the command prompt. by nicm · 8 years ago
  12. 9892d80 Most of the utf8_data is fixed so simplify utf8_set to use a memcpy. by nicm · 8 years ago
  13. 7abdfbe OpenBSD wcwidth() is sensible and complete so if it returns -1 it means by nicm · 8 years ago
  14. 23fdbc9 Loads of platforms appear to have old or broken Unicode character type by nicm · 8 years ago
  15. d303e55 Log wcwidth() and mbtowc() failure to make it easier to debug a Unicode by nicm · 8 years ago
  16. b8a102d Handle wcwidth() and mbtowc() failures in better style and drop by nicm · 9 years ago
  17. 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
  18. fa64b89 Whoops, need this for the previous reverse trim commit too. by nicm · 9 years ago
  19. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  20. 933929c Memory leaks and an uninitialized part of utf8_data, from Patrick Palka. by nicm · 9 years ago
  21. 3db0d50 The private use area at U+E000 to U+F8FF is not very useful if it is by nicm · 9 years ago
  22. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  23. f401791 Rename a variable in utf8_combine for consistency and use 0xfffd for by nicm · 9 years ago
  24. 64333e3 Be more strict about invalid UTF-8. by nicm · 9 years ago
  25. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  26. e71a915 Rename overly-long utf8data to ud throughout. by nicm · 9 years ago
  27. a209ea3 Add utf8_padcstr and use it to align columns in list-keys. by nicm · 9 years ago
  28. d6daf37 Tidy utf8.c a little: build table on first use, and make utf8_width take by nicm · 9 years ago
  29. c41673f If we know the terminal outside tmux is not UTF-8, replace UTF-8 in by nicm · 9 years ago
  30. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  31. e9b58d9 Update the internal wcwidth(3) table of tmux(1) to match the data by schwarze · 9 years ago
  32. 3497843 Style nit - unnecessary brackets. by nicm · 9 years ago
  33. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  34. 806520f Add some UTF-8 utility functions and use them to prevent the width limit by nicm · 11 years ago
  35. a5d4b7f Some more long lines. by nicm · 11 years ago
  36. 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
  37. ee19d30 In four byte UTF-8 sequences, only three bits of the first byte should by nicm · 11 years ago
  38. 27dcf47 Remove some Korean characters from the zero-width list that apparently by Nicholas Marriott · 12 years ago
  39. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  40. 9afb0d7 %zu not %u, doh. by Nicholas Marriott · 15 years ago
  41. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
  42. 1675ddb Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  43. 27cfa81 Constify utf8_width() function argument. by Nicholas Marriott · 15 years ago
  44. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago