Skip to content
Snippets Groups Projects
  1. Mar 03, 2019
  2. Feb 16, 2019
  3. Jan 31, 2019
  4. Jan 29, 2019
  5. Jan 28, 2019
  6. Nov 07, 2018
    • ppascher's avatar
      Fix wayland renderer lagging behind by 1 keystroke · ddc95d7b
      ppascher authored
      When using the wayland renderer the entries according to the second to last keystroke where displayed while the actual selected entry matched the last keystroke.
      This removes skipping the buffer change in bm_wl_window_render if window->frame_cb is not NULL.
      ddc95d7b
  7. Oct 31, 2018
  8. Apr 29, 2018
  9. Apr 16, 2018
  10. Apr 08, 2018
  11. Feb 14, 2017
  12. Dec 06, 2016
  13. Dec 05, 2016
    • uphere's avatar
      Add C-m -> Return bind · cb6030f6
      uphere authored
      C-m is often bound to return and it's jarring to have all the
      other keybinds but not this one
      cb6030f6
  14. Dec 03, 2016
  15. Dec 01, 2016
    • up here's avatar
      Remove double slash from os anonymous file · 0f912c93
      up here authored
      the anonymous file path is created from
      - the XDG_RUNTIME path (with optional slash at the end)
      - a slash if the XDG_RUNTIME path didn't have one
      - and the tmpfile template (which starts with a slash).
      This guarantees there are always two slashes before the filename.
      It does not affect the behaviour of the program, but I've removed it anyway.
      0f912c93
Loading