about summary refs log tree commit diff stats
path: root/src/tools/clipboard.h
Commit message (Collapse)AuthorAgeFilesLines
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
|
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Dont use clipboard_init yetMichael Vetter2019-10-291-1/+0
| | | | | | 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/+43
Use GTK to take the text from the clipboard. Add `/paste` command which pastes this text now to console window.