The Wayback Machine - https://web.archive.org/web/20210719154547/https://github.com/topics/single-header
Skip to content
#

single-header

Here are 125 public repositories matching this topic...

mity
mity commented Jan 11, 2020

Make the output, especially as generated by the macros TEST_CHECK(), TEST_MSG() and TEST_DUMP(), automatically adapt to the current terminal size, so that it looks good in a reasonably small terminal window but can use effectively more space if the terminal window is big.

This should involve:

  1. Explore what API is available for the purpose on the platform of your choice.
  2. A pre-pro
nathhB
nathhB commented May 24, 2021

There is currently no way to cleanly disconnect from the server on the client side: you can just stop the client and the server will detect the disconnection after a few seconds as packets will no longer be received.

The idea is to add a function to the client API that attempts to clean disconnection by sending a specific (library reserved) message (reliably) from the client to the server. Upon

Improve this page

Add a description, image, and links to the single-header topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the single-header topic, visit your repo's landing page and select "manage topics."

Learn more