diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-05 14:56:22 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-07 16:02:18 -0500 |
| commit | cf78bc0515fa38a6cc570afd7a7e0000bdcda09e (patch) | |
| tree | 6a72a3ef0f67dde072d0a9010851ee06441041dc /client/application.go | |
| parent | 8352123b5c2c479cea31c991eeebf7868559db29 (diff) | |
clipboard support
Diffstat (limited to 'client/application.go')
| -rw-r--r-- | client/application.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/application.go b/client/application.go index 5b60ca4..388272f 100644 --- a/client/application.go +++ b/client/application.go @@ -21,6 +21,7 @@ type application struct { channelList channelList cmdWindow cmdWindow prompts []window.Prompt + activePaste <-chan string } func newApplication(serverAddress string) *application { |
