1. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 5 years ago
  2. 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 5 years ago
  3. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 5 years ago
  4. f34ebfe The individual -fg, -bg and -attr options have been deprecated (in by nicm · 6 years ago
  5. ce6be7a Make array options a sparse tree instead of an array of char * and by nicm · 6 years ago
  6. e8b33af Add a way to set individual defaults for an array option. by nicm · 6 years ago
  7. 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
  8. ac2ba09 Fix filtering so it works after the change to only show windows if they by nicm · 7 years ago
  9. 248aa54 Style and spacing nits. by nicm · 7 years ago
  10. 2c9bdd9 Memory leaks, from David CARLIER. by nicm · 7 years ago
  11. 41b31fe Handle empty options correctly. by nicm · 8 years ago
  12. 3408595 When a flag option is used in a format, it should use the number form by nicm · 8 years ago
  13. 61fce27 If given an array option without an index either show or set all items, by nicm · 8 years ago
  14. 649c0d8 Do not reset idx, it has just been set. by nicm · 8 years ago
  15. 3735411 options_match needs to explicitly check for user options. by nicm · 8 years ago
  16. 6b6b0e9 Correctly handle -style options without all of a corresponding -fg/-bg/-attr. by nicm · 8 years ago
  17. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  18. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  19. a3cf995 Append needs to go old,new not new,old... by nicm · 8 years ago
  20. 08d2193 options_get_style return const too. by nicm · 8 years ago
  21. 24cba59 Simplify appending to string options. by nicm · 8 years ago
  22. 458b6eb Some tidying and tweaks to options code. by nicm · 8 years ago
  23. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  24. 69e9806 Support set -a (append) with user options, suggested by Xandor Schiefer. by nicm · 8 years ago
  25. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  26. bd59187 We cannot do hooks_find and then hooks_remove because it might have come by nicm · 9 years ago
  27. 8f671d3 Spacing nits. by nicm · 9 years ago
  28. 6457136 Sync the entire xmalloc.[ch] with the other users, but with the addition by nicm · 9 years ago
  29. c4893d8 Log option names in fatal() for missing option. by nicm · 9 years ago
  30. 44657bf Move struct options into options.c. by nicm · 9 years ago
  31. 568f5ef When given an invalid style, don't set the option to the default. Fix by nicm · 10 years ago
  32. 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
  33. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  34. 994cb87 Style and comment fixes from Tiago Cunha. by nicm · 11 years ago
  35. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  36. 8ed9124 Use RB trees not SPLAY. by Nicholas Marriott · 13 years ago
  37. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  38. 96dd3e8 Permit multiple prefix keys to be defined, separated by commas, for example: by Nicholas Marriott · 15 years ago
  39. 6b37b2d Use option print function for info messages as well. by Nicholas Marriott · 15 years ago
  40. fc9107a Drop tiny union from option struct. by Nicholas Marriott · 15 years ago
  41. 76a9d98 Make some functions which return unused values void (mostly found by lint) and by Nicholas Marriott · 15 years ago
  42. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago