about summary refs log tree commit diff stats
path: root/src/tools/clipboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Dont use clipboard_init yetMichael Vetter2019-10-291-0/+4
| | | | | | For now we initialize gtk in tray_init(). Should maybe use a general function and check in tray_init and clipboard_init whether gtk was already initialized.
* Add clipboard featureMichael Vetter2019-10-291-0/+65
Use GTK to take the text from the clipboard. Add `/paste` command which pastes this text now to console window.