mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
search: log search buffer at INFO level
... until we actually render the search buffer somehow
This commit is contained in:
parent
c2b4f4daa6
commit
0d0ee8f378
1 changed files with 1 additions and 1 deletions
2
search.c
2
search.c
|
|
@ -300,7 +300,7 @@ search_input(struct terminal *term, uint32_t key, xkb_keysym_t sym, xkb_mod_mask
|
|||
term->search.buf[term->search.len] = L'\0';
|
||||
}
|
||||
|
||||
LOG_DBG("search: buffer: %S", term->search.buf);
|
||||
LOG_INFO("search: buffer: %S", term->search.buf);
|
||||
search_update(term);
|
||||
render_refresh(term);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue