3.2
  1. 8b800b4 Add client-detached notification in control mode, from Mohsin Kaleem. by nicm · 3 years, 7 months ago
  2. fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 9 months ago
  3. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 5 months ago
  4. 7815b30 Terminate the output buffer for control mode output - it is now used as by nicm · 4 years, 7 months ago
  5. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 10 months ago
  6. f4d858e Add -F to refresh-client to specify flags for control clients - one flag by nicm · 5 years ago
  7. 69440d1 Do not use evbuffer_add_buffer because it is destructive and doesn't by nicm · 5 years ago
  8. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  9. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 7 years ago
  10. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  11. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  12. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  13. 3f138dc Rename a function for consistency and some spacing nits. by nicm · 8 years ago
  14. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  15. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  16. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  17. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  18. 531869b Add window_visible_layout which ignores zoomed panes and use it for by nicm · 9 years ago
  19. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  20. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  21. 7ab2690 Differentiate between linked and unlinked window closes and renames, by nicm · 10 years ago
  22. 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
  23. 87fe1c0 Include prefix on ids, from George Nachman. by Nicholas Marriott · 12 years ago
  24. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  25. 2c14a77 Remove some unused/unnecessary control notifications, from George Nachman. by Nicholas Marriott · 12 years ago
  26. 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 12 years ago
  27. 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago