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