mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 07:38:54 +00:00
core: new files protocol (#492)
This commit is contained in:
@@ -135,6 +135,7 @@ getTermLine :: TestCC -> IO String
|
||||
getTermLine = atomically . readTQueue . termQ
|
||||
|
||||
-- Use code below to echo virtual terminal
|
||||
-- getTermLine :: TestCC -> IO String
|
||||
-- getTermLine cc = do
|
||||
-- s <- atomically . readTQueue $ termQ cc
|
||||
-- name <- userName cc
|
||||
|
||||
Reference in New Issue
Block a user