mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 17:32:11 +01:00
Close clipboard file
This commit is contained in:
parent
e1a016b8a0
commit
d593ab27b6
@ -851,6 +851,7 @@ bm_menu_run_with_key(struct bm_menu *menu, enum bm_key key, uint32_t unicode)
|
||||
menu->cursor += bm_unicode_insert(&menu->filter, &menu->filter_size, menu->cursor, c, &width);
|
||||
menu->curses_cursor += width;
|
||||
}
|
||||
pclose(clipboard);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user